COLOR #CC9EA9

HEX: #CC9EA9 RGB: (204,158,169)

Color info

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

RGB color model

#CC9EA9 color RGB value is (204,158,169).

RGB: (204,158,169) (80%, 62%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 158 of 255 = 62%
B 169 of 255 = 66%

204
158
169

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

Portions of RGB colors in percentages

R + G + B = 204 + 158 + 169 = 531 (100%)
R 204 of 531 ~ 38.42%
G 158 of 531 ~ 29.76%
B 169 of 531 ~ 31.83'%

%38.42
%29.76
%31.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 17.16%
  • 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
%17.16
%20

Codes

Color #CC9EA9 in popluar color models

CC 9E A9
RGB 204 158 169
HSL 346° 31.08% 70.98%
HSB/HSV 346° 22.55% 80.00%
CMYK 0.00% 22.55% 17.16%
20.00%

Color #CC9EA9 in popluar number systems.

HEX CC 9E A9
Decimal 204 158 169
Binary 11001100 10011110 10101001
Octal 314 236 251

Shades and tints

Shades of #CC9EA9

#CC9EA9
(204,158,169)
#BA909A
(186,144,154)
#A8828B
(168,130,139)
#96747C
(150,116,124)
#84666D
(132,102,109)
#72585E
(114,88,94)
#604A4F
(96,74,79)
#4E3C40
(78,60,64)
#3C2E31
(60,46,49)
#2A2022
(42,32,34)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #CC9EA9

#CC9EA9
(204,158,169)
#D0A6B0
(208,166,176)
#D4AEB7
(212,174,183)
#D8B6BE
(216,182,190)
#DCBEC5
(220,190,197)
#E0C6CC
(224,198,204)
#E4CED3
(228,206,211)
#E8D6DA
(232,214,218)
#ECDEE1
(236,222,225)
#F0E6E8
(240,230,232)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9EA9; }

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

This text font color is #CC9EA9.

Background Color

.myBgColor { background-color: #CC9EA9; }

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

This div background color is #CC9EA9.

Border color

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

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

This div border color is #CC9EA9.

Opacity

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

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

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

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

This text has shadow with #CC9EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9EA9.

Preview

Color preview on black background

This text has color #CC9EA9 on black background.


Color preview on white background

This text has color #CC9EA9 on white background.


Black color preview on #CC9EA9 background

This text has black color on #CC9EA9 background.


White color preview on #CC9EA9 background

This text has white color on #CC9EA9 background.


Related colors

Complementary color

Complementary color for #hex is #336156.


I love getcolorcode.com

Triadic colors

1 #A9CC9E and #9EA9CC with #CC9EA9 are triadic colors.

2 #A99ECC and #9ECCA9 with #CC9EA9 are triadic colors.