COLOR #CC9EAA

HEX: #CC9EAA
RGB: (204,158,170)

Color info

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

RGB color model

#CC9EAA color RGB value is (204,158,170).

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

RGB channels and saturation

R 204 of 255 = 80%
G 158 of 255 = 62%
B 170 of 255 = 67%

204
158
170

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

Portions of RGB colors in percentages

R + G + B =
204 + 158 + 170 = 532 (100%)
R 204 of 532 ~ 38.35%
G 158 of 532 ~ 29.7%
B 170 of 532 ~ 31.95%

%38.35
%29.7
%31.95

CMYK color model

#CC9EAA color CMYK value is (0,23,17,20).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(0,23,17,20)
C0M23Y17K20 
(0%,23%,17%,20%)
(0.00/0.23/0.17/0.20)	

CMYK percentages

%0
%22.55
%16.67
%20

Codes

Color #CC9EAA in popluar color models

CC9EAA
RGB204158170
HSL344°31.08%70.98%
HSB/HSV344°22.55%80.00%
CMYK0.00%22.55%16.67%
20.00%

Color #CC9EAA in popluar number systems.

HEXCC9EAA
Decimal204158170
Binary110011001001111010101010
Octal314236252

Shades and tints

Shades of #CC9EAA

#CC9EAA
(204,158,170)
#BA909B
(186,144,155)
#A8828C
(168,130,140)
#96747D
(150,116,125)
#84666E
(132,102,110)
#72585F
(114,88,95)
#604A50
(96,74,80)
#4E3C41
(78,60,65)
#3C2E32
(60,46,50)
#2A2023
(42,32,35)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #CC9EAA

#CC9EAA
(204,158,170)
#D0A6B1
(208,166,177)
#D4AEB8
(212,174,184)
#D8B6BF
(216,182,191)
#DCBEC6
(220,190,198)
#E0C6CD
(224,198,205)
#E4CED4
(228,206,212)
#E8D6DB
(232,214,219)
#ECDEE2
(236,222,226)
#F0E6E9
(240,230,233)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9EAA; }

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

This text font color is #CC9EAA.


Background Color

.myBgColor { background-color: #CC9EAA; }

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

This div background color is #CC9EAA.


Border color

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

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

This div border color is #CC9EAA.


Opacity

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

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

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

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

This text has shadow with #CC9EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9EAA on black background.


Color preview on white background

This text has color #CC9EAA on white background.



Black color preview on #CC9EAA background

This text has black color on #CC9EAA background.


White color preview on #CC9EAA background

This text has white color on #CC9EAA background.