COLOR #99CAD6

HEX: #99CAD6 RGB: (153,202,214)

Color info

#99CAD6 contains mainly green and blue colors. Web safe color of #99CAD6 is #99CCCC (or #9CC).

RGB color model

#99CAD6 color RGB value is (153,202,214).

RGB: (153,202,214) (60%, 79%, 84%)

RGB channels and saturation

R 153 of 255 = 60%
G 202 of 255 = 79%
B 214 of 255 = 84%

153
202
214

R + G + B ~ 74%. #99CAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 202 + 214 = 569 (100%)
R 153 of 569 ~ 26.89%
G 202 of 569 ~ 35.5%
B 214 of 569 ~ 37.61'%

%26.89
%35.5
%37.61

CMYK color model

#99CAD6 color CMYK value is (29,6,0,16).

  • cyan value is 28.50%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (29,6,0,16) C29M6Y0K16 (29%,6%,0%,16%) (0.29/0.06/0.00/0.16) 

CMYK percentages

%28.5
%5.61
%0
%16.08

Codes

Color #99CAD6 in popluar color models

99 CA D6
RGB 153 202 214
HSL 192° 42.66% 71.96%
HSB/HSV 192° 28.50% 83.92%
CMYK 28.50% 5.61% 0.00%
16.08%

Color #99CAD6 in popluar number systems.

HEX 99 CA D6
Decimal 153 202 214
Binary 10011001 11001010 11010110
Octal 231 312 326

Shades and tints

Shades of #99CAD6

#99CAD6
(153,202,214)
#8CB8C3
(140,184,195)
#7FA6B0
(127,166,176)
#72949D
(114,148,157)
#65828A
(101,130,138)
#587077
(88,112,119)
#4B5E64
(75,94,100)
#3E4C51
(62,76,81)
#313A3E
(49,58,62)
#24282B
(36,40,43)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #99CAD6

#99CAD6
(153,202,214)
#A2CED9
(162,206,217)
#ABD2DC
(171,210,220)
#B4D6DF
(180,214,223)
#BDDAE2
(189,218,226)
#C6DEE5
(198,222,229)
#CFE2E8
(207,226,232)
#D8E6EB
(216,230,235)
#E1EAEE
(225,234,238)
#EAEEF1
(234,238,241)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CAD6 color. Also use rgb(153,202,214) instead hex code.

Text Font Color

.myTextColor { color: #99CAD6; }

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

This text font color is #99CAD6.

Background Color

.myBgColor { background-color: #99CAD6; }

<div style="background-color:#99CAD6">Inner text</div>

This div background color is #99CAD6.

Border color

.myBorderColor { border: 1px solid #99CAD6; }

<div style="border:3px solid #99CAD6">Div</div>

This div border color is #99CAD6.

Opacity

.myOpacity80 { color: #99CAD6; opacity: 0.8; }

<p style="color:#99CAD6;opacity:0.8;">80%</p>

Text with #99CAD6 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 #99CAD6;}

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

This text has shadow with #99CAD6 color.


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

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

This text has shadow with #99CAD6 primary color and red secondary color.


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

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

This text has shadow with #99CAD6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99CAD6.

Preview

Color preview on black background

This text has color #99CAD6 on black background.


Color preview on white background

This text has color #99CAD6 on white background.


Black color preview on #99CAD6 background

This text has black color on #99CAD6 background.


White color preview on #99CAD6 background

This text has white color on #99CAD6 background.


Related colors

Complementary color

Complementary color for #hex is #663529.


I love getcolorcode.com

Triadic colors

1 #D699CA and #CAD699 with #99CAD6 are triadic colors.

2 #D6CA99 and #CA99D6 with #99CAD6 are triadic colors.