COLOR #99CAA6

HEX: #99CAA6
RGB: (153,202,166)

Color info

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

RGB color model

#99CAA6 color RGB value is (153,202,166).

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

RGB channels and saturation

R 153 of 255 = 60%
G 202 of 255 = 79%
B 166 of 255 = 65%

153
202
166

R + G + B ~ 68%. #99CAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 202 + 166 = 521 (100%)
R 153 of 521 ~ 29.37%
G 202 of 521 ~ 38.77%
B 166 of 521 ~ 31.86%

%29.37
%38.77
%31.86

CMYK color model

#99CAA6 color CMYK value is (24,0,18,21).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(24,0,18,21)
C24M0Y18K21 
(24%,0%,18%,21%)
(0.24/0.00/0.18/0.21)	

CMYK percentages

%24.26
%0
%17.82
%20.78

Codes

Color #99CAA6 in popluar color models

99CAA6
RGB153202166
HSL136°31.61%69.61%
HSB/HSV136°24.26%79.22%
CMYK24.26%0.00%17.82%
20.78%

Color #99CAA6 in popluar number systems.

HEX99CAA6
Decimal153202166
Binary100110011100101010100110
Octal231312246

Shades and tints

Shades of #99CAA6

#99CAA6
(153,202,166)
#8CB897
(140,184,151)
#7FA688
(127,166,136)
#729479
(114,148,121)
#65826A
(101,130,106)
#58705B
(88,112,91)
#4B5E4C
(75,94,76)
#3E4C3D
(62,76,61)
#313A2E
(49,58,46)
#24281F
(36,40,31)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #99CAA6

#99CAA6
(153,202,166)
#A2CEAE
(162,206,174)
#ABD2B6
(171,210,182)
#B4D6BE
(180,214,190)
#BDDAC6
(189,218,198)
#C6DECE
(198,222,206)
#CFE2D6
(207,226,214)
#D8E6DE
(216,230,222)
#E1EAE6
(225,234,230)
#EAEEEE
(234,238,238)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CAA6; }

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

This text font color is #99CAA6.


Background Color

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

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

This div background color is #99CAA6.


Border color

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

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

This div border color is #99CAA6.


Opacity

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

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

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

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

This text has shadow with #99CAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CAA6 on black background.


Color preview on white background

This text has color #99CAA6 on white background.



Black color preview on #99CAA6 background

This text has black color on #99CAA6 background.


White color preview on #99CAA6 background

This text has white color on #99CAA6 background.