COLOR #99C0CD

HEX: #99C0CD RGB: (153,192,205)

Color info

#99C0CD contains red, green and blue colors in about the same proportion. Web safe color of #99C0CD is #99CCCC (or #9CC).

RGB color model

#99C0CD color RGB value is (153,192,205).

RGB: (153,192,205) (60%, 75%, 80%)

RGB channels and saturation

R 153 of 255 = 60%
G 192 of 255 = 75%
B 205 of 255 = 80%

153
192
205

R + G + B ~ 72%. #99C0CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 192 + 205 = 550 (100%)
R 153 of 550 ~ 27.82%
G 192 of 550 ~ 34.91%
B 205 of 550 ~ 37.27'%

%27.82
%34.91
%37.27

CMYK color model

#99C0CD color CMYK value is (25,6,0,20).

  • cyan value is 25.37%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (25,6,0,20)
C25M6Y0K20 (25%, 6%, 0%, 20%)
(0.25 / 0.06 / 0.00 / 0.20)

CMYK percentages

%25.37
%6.34
%0
%19.61

Codes

Color #99C0CD in popluar color models

99 C0 CD
RGB 153 192 205
HSL 195° 34.21% 70.20%
HSB/HSV 195° 25.37% 80.39%
CMYK 25.37% 6.34% 0.00%
19.61%

Color #99C0CD in popluar number systems.

HEX 99 C0 CD
Decimal 153 192 205
Binary 10011001 11000000 11001101
Octal 231 300 315

Shades and tints

Shades of #99C0CD

#99C0CD
(153,192,205)
#8CAFBB
(140,175,187)
#7F9EA9
(127,158,169)
#728D97
(114,141,151)
#657C85
(101,124,133)
#586B73
(88,107,115)
#4B5A61
(75,90,97)
#3E494F
(62,73,79)
#31383D
(49,56,61)
#24272B
(36,39,43)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #99C0CD

#99C0CD
(153,192,205)
#A2C5D1
(162,197,209)
#ABCAD5
(171,202,213)
#B4CFD9
(180,207,217)
#BDD4DD
(189,212,221)
#C6D9E1
(198,217,225)
#CFDEE5
(207,222,229)
#D8E3E9
(216,227,233)
#E1E8ED
(225,232,237)
#EAEDF1
(234,237,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C0CD color. Also use rgb(153,192,205) instead hex code.

Text Font Color

.myTextColor { color: #99C0CD; }

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

This text font color is #99C0CD.

Background Color

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

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

This div background color is #99C0CD.

Border color

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

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

This div border color is #99C0CD.

Opacity

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

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

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

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

This text has shadow with #99C0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C0CD.

Preview

Color preview on black background

This text has color #99C0CD on black background.


Color preview on white background

This text has color #99C0CD on white background.


Black color preview on #99C0CD background

This text has black color on #99C0CD background.


White color preview on #99C0CD background

This text has white color on #99C0CD background.


Related colors

Complementary color

Complementary color for #hex is #663F32.


I love getcolorcode.com

Triadic colors

1 #CD99C0 and #C0CD99 with #99C0CD are triadic colors.

2 #CDC099 and #C099CD with #99C0CD are triadic colors.