COLOR #CC9DE1

HEX: #CC9DE1 RGB: (204,157,225)

Color info

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

RGB color model

#CC9DE1 color RGB value is (204,157,225).

RGB: (204,157,225) (80%, 62%, 88%)

RGB channels and saturation

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

204
157
225

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

Portions of RGB colors in percentages

R + G + B = 204 + 157 + 225 = 586 (100%)
R 204 of 586 ~ 34.81%
G 157 of 586 ~ 26.79%
B 225 of 586 ~ 38.4'%

%34.81
%26.79
%38.4

CMYK color model

#CC9DE1 color CMYK value is (9,30,0,12).

  • cyan value is 9.33%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (9,30,0,12) C9M30Y0K12 (9%,30%,0%,12%) (0.09/0.30/0.00/0.12) 

CMYK percentages

%9.33
%30.22
%0
%11.76

Codes

Color #CC9DE1 in popluar color models

CC 9D E1
RGB 204 157 225
HSL 281° 53.13% 74.90%
HSB/HSV 281° 30.22% 88.24%
CMYK 9.33% 30.22% 0.00%
11.76%

Color #CC9DE1 in popluar number systems.

HEX CC 9D E1
Decimal 204 157 225
Binary 11001100 10011101 11100001
Octal 314 235 341

Shades and tints

Shades of #CC9DE1

#CC9DE1
(204,157,225)
#BA8FCD
(186,143,205)
#A881B9
(168,129,185)
#9673A5
(150,115,165)
#846591
(132,101,145)
#72577D
(114,87,125)
#604969
(96,73,105)
#4E3B55
(78,59,85)
#3C2D41
(60,45,65)
#2A1F2D
(42,31,45)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #CC9DE1

#CC9DE1
(204,157,225)
#D0A5E3
(208,165,227)
#D4ADE5
(212,173,229)
#D8B5E7
(216,181,231)
#DCBDE9
(220,189,233)
#E0C5EB
(224,197,235)
#E4CDED
(228,205,237)
#E8D5EF
(232,213,239)
#ECDDF1
(236,221,241)
#F0E5F3
(240,229,243)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9DE1; }

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

This text font color is #CC9DE1.

Background Color

.myBgColor { background-color: #CC9DE1; }

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

This div background color is #CC9DE1.

Border color

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

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

This div border color is #CC9DE1.

Opacity

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

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

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

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

This text has shadow with #CC9DE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9DE1.

Preview

Color preview on black background

This text has color #CC9DE1 on black background.


Color preview on white background

This text has color #CC9DE1 on white background.


Black color preview on #CC9DE1 background

This text has black color on #CC9DE1 background.


White color preview on #CC9DE1 background

This text has white color on #CC9DE1 background.


Related colors

Complementary color

Complementary color for #hex is #33621E.


I love getcolorcode.com

Triadic colors

1 #E1CC9D and #9DE1CC with #CC9DE1 are triadic colors.

2 #E19DCC and #9DCCE1 with #CC9DE1 are triadic colors.