COLOR #99C8BB

HEX: #99C8BB
RGB: (153,200,187)

Color info

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

RGB color model

#99C8BB color RGB value is (153,200,187).

  • red value is 153;
  • green value is 200;
  • blue value is 187.
RGB:
(153,200,187)
(60%,78%,73%)

RGB channels and saturation

R 153 of 255 = 60%
G 200 of 255 = 78%
B 187 of 255 = 73%

153
200
187

R + G + B ~ 70%. #99C8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 200 + 187 = 540 (100%)
R 153 of 540 ~ 28.33%
G 200 of 540 ~ 37.04%
B 187 of 540 ~ 34.63%

%28.33
%37.04
%34.63

CMYK color model

#99C8BB color CMYK value is (24,0,7,22).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK:
(24,0,7,22)
C24M0Y7K22 
(24%,0%,7%,22%)
(0.24/0.00/0.07/0.22)	

CMYK percentages

%23.5
%0
%6.5
%21.57

Codes

Color #99C8BB in popluar color models

99C8BB
RGB153200187
HSL163°29.94%69.22%
HSB/HSV163°23.50%78.43%
CMYK23.50%0.00%6.50%
21.57%

Color #99C8BB in popluar number systems.

HEX99C8BB
Decimal153200187
Binary100110011100100010111011
Octal231310273

Shades and tints

Shades of #99C8BB

#99C8BB
(153,200,187)
#8CB6AA
(140,182,170)
#7FA499
(127,164,153)
#729288
(114,146,136)
#658077
(101,128,119)
#586E66
(88,110,102)
#4B5C55
(75,92,85)
#3E4A44
(62,74,68)
#313833
(49,56,51)
#242622
(36,38,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #99C8BB

#99C8BB
(153,200,187)
#A2CDC1
(162,205,193)
#ABD2C7
(171,210,199)
#B4D7CD
(180,215,205)
#BDDCD3
(189,220,211)
#C6E1D9
(198,225,217)
#CFE6DF
(207,230,223)
#D8EBE5
(216,235,229)
#E1F0EB
(225,240,235)
#EAF5F1
(234,245,241)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C8BB color. Also use rgb(153,200,187) instead hex code.

Text Font Color

.myTextColor { color: #99C8BB; }

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

This text font color is #99C8BB.


Background Color

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

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

This div background color is #99C8BB.


Border color

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

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

This div border color is #99C8BB.


Opacity

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

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

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

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

This text has shadow with #99C8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C8BB on black background.


Color preview on white background

This text has color #99C8BB on white background.



Black color preview on #99C8BB background

This text has black color on #99C8BB background.


White color preview on #99C8BB background

This text has white color on #99C8BB background.