COLOR #CC9FAF

HEX: #CC9FAF
RGB: (204,159,175)

Color info

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

RGB color model

#CC9FAF color RGB value is (204,159,175).

  • red value is 204;
  • green value is 159;
  • blue value is 175.
RGB:
(204,159,175)
(80%,62%,69%)

RGB channels and saturation

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

204
159
175

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

Portions of RGB colors in percentages

R + G + B =
204 + 159 + 175 = 538 (100%)
R 204 of 538 ~ 37.92%
G 159 of 538 ~ 29.55%
B 175 of 538 ~ 32.53%

%37.92
%29.55
%32.53

CMYK color model

#CC9FAF color CMYK value is (0,22,14,20).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 14.22%
  • key color value is 20.00%
CMYK:
(0,22,14,20)
C0M22Y14K20 
(0%,22%,14%,20%)
(0.00/0.22/0.14/0.20)	

CMYK percentages

%0
%22.06
%14.22
%20

Codes

Color #CC9FAF in popluar color models

CC9FAF
RGB204159175
HSL339°30.61%71.18%
HSB/HSV339°22.06%80.00%
CMYK0.00%22.06%14.22%
20.00%

Color #CC9FAF in popluar number systems.

HEXCC9FAF
Decimal204159175
Binary110011001001111110101111
Octal314237257

Shades and tints

Shades of #CC9FAF

#CC9FAF
(204,159,175)
#BA91A0
(186,145,160)
#A88391
(168,131,145)
#967582
(150,117,130)
#846773
(132,103,115)
#725964
(114,89,100)
#604B55
(96,75,85)
#4E3D46
(78,61,70)
#3C2F37
(60,47,55)
#2A2128
(42,33,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #CC9FAF

#CC9FAF
(204,159,175)
#D0A7B6
(208,167,182)
#D4AFBD
(212,175,189)
#D8B7C4
(216,183,196)
#DCBFCB
(220,191,203)
#E0C7D2
(224,199,210)
#E4CFD9
(228,207,217)
#E8D7E0
(232,215,224)
#ECDFE7
(236,223,231)
#F0E7EE
(240,231,238)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9FAF; }

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

This text font color is #CC9FAF.


Background Color

.myBgColor { background-color: #CC9FAF; }

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

This div background color is #CC9FAF.


Border color

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

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

This div border color is #CC9FAF.


Opacity

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

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

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

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

This text has shadow with #CC9FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9FAF on black background.


Color preview on white background

This text has color #CC9FAF on white background.



Black color preview on #CC9FAF background

This text has black color on #CC9FAF background.


White color preview on #CC9FAF background

This text has white color on #CC9FAF background.