COLOR #CC9EAF

HEX: #CC9EAF RGB: (204,158,175)

Color info

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

RGB color model

#CC9EAF color RGB value is (204,158,175).

RGB: (204,158,175) (80%, 62%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 158 of 255 = 62%
B 175 of 255 = 69%

204
158
175

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

Portions of RGB colors in percentages

R + G + B = 204 + 158 + 175 = 537 (100%)
R 204 of 537 ~ 37.99%
G 158 of 537 ~ 29.42%
B 175 of 537 ~ 32.59'%

%37.99
%29.42
%32.59

CMYK color model

#CC9EAF color CMYK value is (0,23,14,20).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 14.22%
  • key color value is 20.00%

CMYK: (0,23,14,20)
C0M23Y14K20 (0%, 23%, 14%, 20%)
(0.00 / 0.23 / 0.14 / 0.20)

CMYK percentages

%0
%22.55
%14.22
%20

Codes

Color #CC9EAF in popluar color models

CC 9E AF
RGB 204 158 175
HSL 338° 31.08% 70.98%
HSB/HSV 338° 22.55% 80.00%
CMYK 0.00% 22.55% 14.22%
20.00%

Color #CC9EAF in popluar number systems.

HEX CC 9E AF
Decimal 204 158 175
Binary 11001100 10011110 10101111
Octal 314 236 257

Shades and tints

Shades of #CC9EAF

#CC9EAF
(204,158,175)
#BA90A0
(186,144,160)
#A88291
(168,130,145)
#967482
(150,116,130)
#846673
(132,102,115)
#725864
(114,88,100)
#604A55
(96,74,85)
#4E3C46
(78,60,70)
#3C2E37
(60,46,55)
#2A2028
(42,32,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CC9EAF

#CC9EAF
(204,158,175)
#D0A6B6
(208,166,182)
#D4AEBD
(212,174,189)
#D8B6C4
(216,182,196)
#DCBECB
(220,190,203)
#E0C6D2
(224,198,210)
#E4CED9
(228,206,217)
#E8D6E0
(232,214,224)
#ECDEE7
(236,222,231)
#F0E6EE
(240,230,238)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9EAF; }

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

This text font color is #CC9EAF.

Background Color

.myBgColor { background-color: #CC9EAF; }

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

This div background color is #CC9EAF.

Border color

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

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

This div border color is #CC9EAF.

Opacity

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

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

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

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

This text has shadow with #CC9EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9EAF.

Preview

Color preview on black background

This text has color #CC9EAF on black background.


Color preview on white background

This text has color #CC9EAF on white background.


Black color preview on #CC9EAF background

This text has black color on #CC9EAF background.


White color preview on #CC9EAF background

This text has white color on #CC9EAF background.


Related colors

Complementary color

Complementary color for #hex is #336150.


I love getcolorcode.com

Triadic colors

1 #AFCC9E and #9EAFCC with #CC9EAF are triadic colors.

2 #AF9ECC and #9ECCAF with #CC9EAF are triadic colors.