COLOR #7BEAFC

HEX: #7BEAFC RGB: (123,234,252)

Color info

#7BEAFC contains mainly green and blue colors. Web safe color of #7BEAFC is #66FFFF (or #6FF).

RGB color model

#7BEAFC color RGB value is (123,234,252).

RGB: (123,234,252) (48%, 92%, 99%)

RGB channels and saturation

R 123 of 255 = 48%
G 234 of 255 = 92%
B 252 of 255 = 99%

123
234
252

R + G + B ~ 80%. #7BEAFC is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 234 + 252 = 609 (100%)
R 123 of 609 ~ 20.2%
G 234 of 609 ~ 38.42%
B 252 of 609 ~ 41.38'%

%20.2
%38.42
%41.38

CMYK color model

#7BEAFC color CMYK value is (51,7,0,1).

  • cyan value is 51.19%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (51,7,0,1)
C51M7Y0K1 (51%, 7%, 0%, 1%)
(0.51 / 0.07 / 0.00 / 0.01)

CMYK percentages

%51.19
%7.14
%0
%1.18

Codes

Color #7BEAFC in popluar color models

7B EA FC
RGB 123 234 252
HSL 188° 95.56% 73.53%
HSB/HSV 188° 51.19% 98.82%
CMYK 51.19% 7.14% 0.00%
1.18%

Color #7BEAFC in popluar number systems.

HEX 7B EA FC
Decimal 123 234 252
Binary 1111011 11101010 11111100
Octal 173 352 374

Shades and tints

Shades of #7BEAFC

#7BEAFC
(123,234,252)
#70D5E6
(112,213,230)
#65C0D0
(101,192,208)
#5AABBA
(90,171,186)
#4F96A4
(79,150,164)
#44818E
(68,129,142)
#396C78
(57,108,120)
#2E5762
(46,87,98)
#23424C
(35,66,76)
#182D36
(24,45,54)
#0D1820
(13,24,32)
#000000
(0,0,0)

Tints of #7BEAFC

#7BEAFC
(123,234,252)
#87EBFC
(135,235,252)
#93ECFC
(147,236,252)
#9FEDFC
(159,237,252)
#ABEEFC
(171,238,252)
#B7EFFC
(183,239,252)
#C3F0FC
(195,240,252)
#CFF1FC
(207,241,252)
#DBF2FC
(219,242,252)
#E7F3FC
(231,243,252)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BEAFC color. Also use rgb(123,234,252) instead hex code.

Text Font Color

.myTextColor { color: #7BEAFC; }

<p style="color:#7BEAFC">This sample text font color is #7BEAFC.</p>

This text font color is #7BEAFC.

Background Color

.myBgColor { background-color: #7BEAFC; }

<div style="background-color:#7BEAFC">Inner text</div>

This div background color is #7BEAFC.

Border color

.myBorderColor { border: 1px solid #7BEAFC; }

<div style="border:3px solid #7BEAFC">Div</div>

This div border color is #7BEAFC.

Opacity

.myOpacity80 { color: #7BEAFC; opacity: 0.8; }

<p style="color:#7BEAFC;opacity:0.8;">80%</p>

Text with #7BEAFC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7BEAFC;}

<p style="text-shadow: 3px 3px 1px #7BEAFC">Text here.</p>

This text has shadow with #7BEAFC color.


.textShadow {text-shadow: 3px 3px 1px #7BEAFC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7BEAFC, 5px 5px 20px red">Text here.</p>

This text has shadow with #7BEAFC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7BEAFC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7BEAFC, Direction=45, Strength=4)">Text</p>

This text has shadow with #7BEAFC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7BEAFC;
-webkit-box-shadow: 1px 1px 3px 2px #7BEAFC;
box-shadow: 1px 1px 3px 2px #7BEAFC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7BEAFC; -webkit-box-shadow: 1px 1px 3px 2px #7BEAFC; box-shadow:1px 1px 3px 2px #7BEAFC;">
Div content here
</div>

This div box has shadow with color #7BEAFC.

Preview

Color preview on black background

This text has color #7BEAFC on black background.


Color preview on white background

This text has color #7BEAFC on white background.


Black color preview on #7BEAFC background

This text has black color on #7BEAFC background.


White color preview on #7BEAFC background

This text has white color on #7BEAFC background.


Related colors

Complementary color

Complementary color for #hex is #841503.


I love getcolorcode.com

Triadic colors

1 #FC7BEA and #EAFC7B with #7BEAFC are triadic colors.

2 #FCEA7B and #EA7BFC with #7BEAFC are triadic colors.