COLOR #CC9FE1

HEX: #CC9FE1
RGB: (204,159,225)

Color info

#CC9FE1 contains mainly red and blue colors. Web safe color of #CC9FE1 is #CC99CC (or #C9C).

RGB color model

#CC9FE1 color RGB value is (204,159,225).

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

RGB channels and saturation

R 204 of 255 = 80%
G 159 of 255 = 62%
B 225 of 255 = 88%

204
159
225

R + G + B ~ 77%. #CC9FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 159 + 225 = 588 (100%)
R 204 of 588 ~ 34.69%
G 159 of 588 ~ 27.04%
B 225 of 588 ~ 38.27%

%34.69
%27.04
%38.27

CMYK color model

#CC9FE1 color CMYK value is (9,29,0,12).

  • cyan value is 9.33%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(9,29,0,12)
C9M29Y0K12 
(9%,29%,0%,12%)
(0.09/0.29/0.00/0.12)	

CMYK percentages

%9.33
%29.33
%0
%11.76

Codes

Color #CC9FE1 in popluar color models

CC9FE1
RGB204159225
HSL281°52.38%75.29%
HSB/HSV281°29.33%88.24%
CMYK9.33%29.33%0.00%
11.76%

Color #CC9FE1 in popluar number systems.

HEXCC9FE1
Decimal204159225
Binary110011001001111111100001
Octal314237341

Shades and tints

Shades of #CC9FE1

#CC9FE1
(204,159,225)
#BA91CD
(186,145,205)
#A883B9
(168,131,185)
#9675A5
(150,117,165)
#846791
(132,103,145)
#72597D
(114,89,125)
#604B69
(96,75,105)
#4E3D55
(78,61,85)
#3C2F41
(60,47,65)
#2A212D
(42,33,45)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #CC9FE1

#CC9FE1
(204,159,225)
#D0A7E3
(208,167,227)
#D4AFE5
(212,175,229)
#D8B7E7
(216,183,231)
#DCBFE9
(220,191,233)
#E0C7EB
(224,199,235)
#E4CFED
(228,207,237)
#E8D7EF
(232,215,239)
#ECDFF1
(236,223,241)
#F0E7F3
(240,231,243)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9FE1; }

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

This text font color is #CC9FE1.


Background Color

.myBgColor { background-color: #CC9FE1; }

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

This div background color is #CC9FE1.


Border color

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

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

This div border color is #CC9FE1.


Opacity

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

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

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

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

This text has shadow with #CC9FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9FE1 on black background.


Color preview on white background

This text has color #CC9FE1 on white background.



Black color preview on #CC9FE1 background

This text has black color on #CC9FE1 background.


White color preview on #CC9FE1 background

This text has white color on #CC9FE1 background.