COLOR #99D0C7

HEX: #99D0C7
RGB: (153,208,199)

Color info

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

RGB color model

#99D0C7 color RGB value is (153,208,199).

  • red value is 153;
  • green value is 208;
  • blue value is 199.
RGB:
(153,208,199)
(60%,82%,78%)

RGB channels and saturation

R 153 of 255 = 60%
G 208 of 255 = 82%
B 199 of 255 = 78%

153
208
199

R + G + B ~ 73%. #99D0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 208 + 199 = 560 (100%)
R 153 of 560 ~ 27.32%
G 208 of 560 ~ 37.14%
B 199 of 560 ~ 35.54%

%27.32
%37.14
%35.54

CMYK color model

#99D0C7 color CMYK value is (26,0,4,18).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 18.43%
CMYK:
(26,0,4,18)
C26M0Y4K18 
(26%,0%,4%,18%)
(0.26/0.00/0.04/0.18)	

CMYK percentages

%26.44
%0
%4.33
%18.43

Codes

Color #99D0C7 in popluar color models

99D0C7
RGB153208199
HSL170°36.91%70.78%
HSB/HSV170°26.44%81.57%
CMYK26.44%0.00%4.33%
18.43%

Color #99D0C7 in popluar number systems.

HEX99D0C7
Decimal153208199
Binary100110011101000011000111
Octal231320307

Shades and tints

Shades of #99D0C7

#99D0C7
(153,208,199)
#8CBEB5
(140,190,181)
#7FACA3
(127,172,163)
#729A91
(114,154,145)
#65887F
(101,136,127)
#58766D
(88,118,109)
#4B645B
(75,100,91)
#3E5249
(62,82,73)
#314037
(49,64,55)
#242E25
(36,46,37)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #99D0C7

#99D0C7
(153,208,199)
#A2D4CC
(162,212,204)
#ABD8D1
(171,216,209)
#B4DCD6
(180,220,214)
#BDE0DB
(189,224,219)
#C6E4E0
(198,228,224)
#CFE8E5
(207,232,229)
#D8ECEA
(216,236,234)
#E1F0EF
(225,240,239)
#EAF4F4
(234,244,244)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D0C7 color. Also use rgb(153,208,199) instead hex code.

Text Font Color

.myTextColor { color: #99D0C7; }

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

This text font color is #99D0C7.


Background Color

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

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

This div background color is #99D0C7.


Border color

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

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

This div border color is #99D0C7.


Opacity

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

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

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

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

This text has shadow with #99D0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D0C7 on black background.


Color preview on white background

This text has color #99D0C7 on white background.



Black color preview on #99D0C7 background

This text has black color on #99D0C7 background.


White color preview on #99D0C7 background

This text has white color on #99D0C7 background.