COLOR #99CAB4

HEX: #99CAB4
RGB: (153,202,180)

Color info

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

RGB color model

#99CAB4 color RGB value is (153,202,180).

  • red value is 153;
  • green value is 202;
  • blue value is 180.
RGB:
(153,202,180)
(60%,79%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 202 of 255 = 79%
B 180 of 255 = 71%

153
202
180

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

Portions of RGB colors in percentages

R + G + B =
153 + 202 + 180 = 535 (100%)
R 153 of 535 ~ 28.6%
G 202 of 535 ~ 37.76%
B 180 of 535 ~ 33.64%

%28.6
%37.76
%33.64

CMYK color model

#99CAB4 color CMYK value is (24,0,11,21).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK:
(24,0,11,21)
C24M0Y11K21 
(24%,0%,11%,21%)
(0.24/0.00/0.11/0.21)	

CMYK percentages

%24.26
%0
%10.89
%20.78

Codes

Color #99CAB4 in popluar color models

99CAB4
RGB153202180
HSL153°31.61%69.61%
HSB/HSV153°24.26%79.22%
CMYK24.26%0.00%10.89%
20.78%

Color #99CAB4 in popluar number systems.

HEX99CAB4
Decimal153202180
Binary100110011100101010110100
Octal231312264

Shades and tints

Shades of #99CAB4

#99CAB4
(153,202,180)
#8CB8A4
(140,184,164)
#7FA694
(127,166,148)
#729484
(114,148,132)
#658274
(101,130,116)
#587064
(88,112,100)
#4B5E54
(75,94,84)
#3E4C44
(62,76,68)
#313A34
(49,58,52)
#242824
(36,40,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #99CAB4

#99CAB4
(153,202,180)
#A2CEBA
(162,206,186)
#ABD2C0
(171,210,192)
#B4D6C6
(180,214,198)
#BDDACC
(189,218,204)
#C6DED2
(198,222,210)
#CFE2D8
(207,226,216)
#D8E6DE
(216,230,222)
#E1EAE4
(225,234,228)
#EAEEEA
(234,238,234)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CAB4; }

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

This text font color is #99CAB4.


Background Color

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

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

This div background color is #99CAB4.


Border color

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

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

This div border color is #99CAB4.


Opacity

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

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

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

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

This text has shadow with #99CAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CAB4 on black background.


Color preview on white background

This text has color #99CAB4 on white background.



Black color preview on #99CAB4 background

This text has black color on #99CAB4 background.


White color preview on #99CAB4 background

This text has white color on #99CAB4 background.