COLOR #CC9FD9

HEX: #CC9FD9
RGB: (204,159,217)

Color info

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

RGB color model

#CC9FD9 color RGB value is (204,159,217).

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

RGB channels and saturation

R 204 of 255 = 80%
G 159 of 255 = 62%
B 217 of 255 = 85%

204
159
217

R + G + B ~ 76%. #CC9FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 159 + 217 = 580 (100%)
R 204 of 580 ~ 35.17%
G 159 of 580 ~ 27.41%
B 217 of 580 ~ 37.41%

%35.17
%27.41
%37.41

CMYK color model

#CC9FD9 color CMYK value is (6,27,0,15).

  • cyan value is 5.99%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(6,27,0,15)
C6M27Y0K15 
(6%,27%,0%,15%)
(0.06/0.27/0.00/0.15)	

CMYK percentages

%5.99
%26.73
%0
%14.9

Codes

Color #CC9FD9 in popluar color models

CC9FD9
RGB204159217
HSL287°43.28%73.73%
HSB/HSV287°26.73%85.10%
CMYK5.99%26.73%0.00%
14.90%

Color #CC9FD9 in popluar number systems.

HEXCC9FD9
Decimal204159217
Binary110011001001111111011001
Octal314237331

Shades and tints

Shades of #CC9FD9

#CC9FD9
(204,159,217)
#BA91C6
(186,145,198)
#A883B3
(168,131,179)
#9675A0
(150,117,160)
#84678D
(132,103,141)
#72597A
(114,89,122)
#604B67
(96,75,103)
#4E3D54
(78,61,84)
#3C2F41
(60,47,65)
#2A212E
(42,33,46)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #CC9FD9

#CC9FD9
(204,159,217)
#D0A7DC
(208,167,220)
#D4AFDF
(212,175,223)
#D8B7E2
(216,183,226)
#DCBFE5
(220,191,229)
#E0C7E8
(224,199,232)
#E4CFEB
(228,207,235)
#E8D7EE
(232,215,238)
#ECDFF1
(236,223,241)
#F0E7F4
(240,231,244)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9FD9; }

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

This text font color is #CC9FD9.


Background Color

.myBgColor { background-color: #CC9FD9; }

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

This div background color is #CC9FD9.


Border color

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

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

This div border color is #CC9FD9.


Opacity

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

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

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

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

This text has shadow with #CC9FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9FD9 on black background.


Color preview on white background

This text has color #CC9FD9 on white background.



Black color preview on #CC9FD9 background

This text has black color on #CC9FD9 background.


White color preview on #CC9FD9 background

This text has white color on #CC9FD9 background.