COLOR #CC9FBF

HEX: #CC9FBF
RGB: (204,159,191)

Color info

#CC9FBF contains red, green and blue colors in about the same proportion. Web safe color of #CC9FBF is #CC99CC (or #C9C).

RGB color model

#CC9FBF color RGB value is (204,159,191).

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

RGB channels and saturation

R 204 of 255 = 80%
G 159 of 255 = 62%
B 191 of 255 = 75%

204
159
191

R + G + B ~ 72%. #CC9FBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 159 + 191 = 554 (100%)
R 204 of 554 ~ 36.82%
G 159 of 554 ~ 28.7%
B 191 of 554 ~ 34.48%

%36.82
%28.7
%34.48

CMYK color model

#CC9FBF color CMYK value is (0,22,6,20).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 6.37%
  • key color value is 20.00%
CMYK:
(0,22,6,20)
C0M22Y6K20 
(0%,22%,6%,20%)
(0.00/0.22/0.06/0.20)	

CMYK percentages

%0
%22.06
%6.37
%20

Codes

Color #CC9FBF in popluar color models

CC9FBF
RGB204159191
HSL317°30.61%71.18%
HSB/HSV317°22.06%80.00%
CMYK0.00%22.06%6.37%
20.00%

Color #CC9FBF in popluar number systems.

HEXCC9FBF
Decimal204159191
Binary110011001001111110111111
Octal314237277

Shades and tints

Shades of #CC9FBF

#CC9FBF
(204,159,191)
#BA91AE
(186,145,174)
#A8839D
(168,131,157)
#96758C
(150,117,140)
#84677B
(132,103,123)
#72596A
(114,89,106)
#604B59
(96,75,89)
#4E3D48
(78,61,72)
#3C2F37
(60,47,55)
#2A2126
(42,33,38)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #CC9FBF

#CC9FBF
(204,159,191)
#D0A7C4
(208,167,196)
#D4AFC9
(212,175,201)
#D8B7CE
(216,183,206)
#DCBFD3
(220,191,211)
#E0C7D8
(224,199,216)
#E4CFDD
(228,207,221)
#E8D7E2
(232,215,226)
#ECDFE7
(236,223,231)
#F0E7EC
(240,231,236)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9FBF; }

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

This text font color is #CC9FBF.


Background Color

.myBgColor { background-color: #CC9FBF; }

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

This div background color is #CC9FBF.


Border color

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

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

This div border color is #CC9FBF.


Opacity

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

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

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

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

This text has shadow with #CC9FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9FBF on black background.


Color preview on white background

This text has color #CC9FBF on white background.



Black color preview on #CC9FBF background

This text has black color on #CC9FBF background.


White color preview on #CC9FBF background

This text has white color on #CC9FBF background.