COLOR #CC9EA2

HEX: #CC9EA2
RGB: (204,158,162)

Color info

#CC9EA2 contains red, green and blue colors in about the same proportion. Web safe color of #CC9EA2 is #CC9999 (or #C99).

RGB color model

#CC9EA2 color RGB value is (204,158,162).

  • red value is 204;
  • green value is 158;
  • blue value is 162.
RGB:
(204,158,162)
(80%,62%,64%)

RGB channels and saturation

R 204 of 255 = 80%
G 158 of 255 = 62%
B 162 of 255 = 64%

204
158
162

R + G + B ~ 69%. #CC9EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 158 + 162 = 524 (100%)
R 204 of 524 ~ 38.93%
G 158 of 524 ~ 30.15%
B 162 of 524 ~ 30.92%

%38.93
%30.15
%30.92

CMYK color model

#CC9EA2 color CMYK value is (0,23,21,20).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 20.59%
  • key color value is 20.00%
CMYK:
(0,23,21,20)
C0M23Y21K20 
(0%,23%,21%,20%)
(0.00/0.23/0.21/0.20)	

CMYK percentages

%0
%22.55
%20.59
%20

Codes

Color #CC9EA2 in popluar color models

CC9EA2
RGB204158162
HSL355°31.08%70.98%
HSB/HSV355°22.55%80.00%
CMYK0.00%22.55%20.59%
20.00%

Color #CC9EA2 in popluar number systems.

HEXCC9EA2
Decimal204158162
Binary110011001001111010100010
Octal314236242

Shades and tints

Shades of #CC9EA2

#CC9EA2
(204,158,162)
#BA9094
(186,144,148)
#A88286
(168,130,134)
#967478
(150,116,120)
#84666A
(132,102,106)
#72585C
(114,88,92)
#604A4E
(96,74,78)
#4E3C40
(78,60,64)
#3C2E32
(60,46,50)
#2A2024
(42,32,36)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #CC9EA2

#CC9EA2
(204,158,162)
#D0A6AA
(208,166,170)
#D4AEB2
(212,174,178)
#D8B6BA
(216,182,186)
#DCBEC2
(220,190,194)
#E0C6CA
(224,198,202)
#E4CED2
(228,206,210)
#E8D6DA
(232,214,218)
#ECDEE2
(236,222,226)
#F0E6EA
(240,230,234)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9EA2 color. Also use rgb(204,158,162) instead hex code.

Text Font Color

.myTextColor { color: #CC9EA2; }

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

This text font color is #CC9EA2.


Background Color

.myBgColor { background-color: #CC9EA2; }

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

This div background color is #CC9EA2.


Border color

.myBorderColor { border: 1px solid #CC9EA2; }

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

This div border color is #CC9EA2.


Opacity

.myOpacity80 { color: #CC9EA2; opacity: 0.8; }

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

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

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

This text has shadow with #CC9EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9EA2 on black background.


Color preview on white background

This text has color #CC9EA2 on white background.



Black color preview on #CC9EA2 background

This text has black color on #CC9EA2 background.


White color preview on #CC9EA2 background

This text has white color on #CC9EA2 background.