COLOR #76CAE7

HEX: #76CAE7
RGB: (118,202,231)

Color info

#76CAE7 contains mainly green and blue colors. Web safe color of #76CAE7 is #66CCFF (or #6CF).

RGB color model

#76CAE7 color RGB value is (118,202,231).

  • red value is 118;
  • green value is 202;
  • blue value is 231.
RGB:
(118,202,231)
(46%,79%,91%)

RGB channels and saturation

R 118 of 255 = 46%
G 202 of 255 = 79%
B 231 of 255 = 91%

118
202
231

R + G + B ~ 72%. #76CAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 202 + 231 = 551 (100%)
R 118 of 551 ~ 21.42%
G 202 of 551 ~ 36.66%
B 231 of 551 ~ 41.92%

%21.42
%36.66
%41.92

CMYK color model

#76CAE7 color CMYK value is (49,13,0,9).

  • cyan value is 48.92%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(49,13,0,9)
C49M13Y0K9 
(49%,13%,0%,9%)
(0.49/0.13/0.00/0.09)	

CMYK percentages

%48.92
%12.55
%0
%9.41

Codes

Color #76CAE7 in popluar color models

76CAE7
RGB118202231
HSL195°70.19%68.43%
HSB/HSV195°48.92%90.59%
CMYK48.92%12.55%0.00%
9.41%

Color #76CAE7 in popluar number systems.

HEX76CAE7
Decimal118202231
Binary11101101100101011100111
Octal166312347

Shades and tints

Shades of #76CAE7

#76CAE7
(118,202,231)
#6CB8D2
(108,184,210)
#62A6BD
(98,166,189)
#5894A8
(88,148,168)
#4E8293
(78,130,147)
#44707E
(68,112,126)
#3A5E69
(58,94,105)
#304C54
(48,76,84)
#263A3F
(38,58,63)
#1C282A
(28,40,42)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #76CAE7

#76CAE7
(118,202,231)
#82CEE9
(130,206,233)
#8ED2EB
(142,210,235)
#9AD6ED
(154,214,237)
#A6DAEF
(166,218,239)
#B2DEF1
(178,222,241)
#BEE2F3
(190,226,243)
#CAE6F5
(202,230,245)
#D6EAF7
(214,234,247)
#E2EEF9
(226,238,249)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CAE7 color. Also use rgb(118,202,231) instead hex code.

Text Font Color

.myTextColor { color: #76CAE7; }

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

This text font color is #76CAE7.


Background Color

.myBgColor { background-color: #76CAE7; }

<div style="background-color:#76CAE7">Inner text</div>

This div background color is #76CAE7.


Border color

.myBorderColor { border: 1px solid #76CAE7; }

<div style="border:3px solid #76CAE7">Div</div>

This div border color is #76CAE7.


Opacity

.myOpacity80 { color: #76CAE7; opacity: 0.8; }

<p style="color:#76CAE7;opacity:0.8;">80%</p>

Text with #76CAE7 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 #76CAE7;}

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

This text has shadow with #76CAE7 color.

.textShadow {text-shadow: 3px 3px 1px #76CAE7, 3px 3px 1px red;}

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

This text has shadow with #76CAE7 primary color and red secondary color.


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

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

This text has shadow with #76CAE7 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76CAE7;
-webkit-box-shadow: 1px 1px 3px 2px #76CAE7;
box-shadow:1px 1px 3px 2px #76CAE7;">
Div content here</div>
This div box has shadow with color #76CAE7.

Preview

Color preview on black background

This text has color #76CAE7 on black background.


Color preview on white background

This text has color #76CAE7 on white background.



Black color preview on #76CAE7 background

This text has black color on #76CAE7 background.


White color preview on #76CAE7 background

This text has white color on #76CAE7 background.