COLOR #CC9DE3

HEX: #CC9DE3 RGB: (204,157,227)

Color info

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

RGB color model

#CC9DE3 color RGB value is (204,157,227).

RGB: (204,157,227) (80%, 62%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 227 of 255 = 89%

204
157
227

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

Portions of RGB colors in percentages

R + G + B = 204 + 157 + 227 = 588 (100%)
R 204 of 588 ~ 34.69%
G 157 of 588 ~ 26.7%
B 227 of 588 ~ 38.61'%

%34.69
%26.7
%38.61

CMYK color model

#CC9DE3 color CMYK value is (10,31,0,11).

  • cyan value is 10.13%
  • magenta value is 30.84%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (10,31,0,11)
C10M31Y0K11 (10%, 31%, 0%, 11%)
(0.10 / 0.31 / 0.00 / 0.11)

CMYK percentages

%10.13
%30.84
%0
%10.98

Codes

Color #CC9DE3 in popluar color models

CC 9D E3
RGB 204 157 227
HSL 280° 55.56% 75.29%
HSB/HSV 280° 30.84% 89.02%
CMYK 10.13% 30.84% 0.00%
10.98%

Color #CC9DE3 in popluar number systems.

HEX CC 9D E3
Decimal 204 157 227
Binary 11001100 10011101 11100011
Octal 314 235 343

Shades and tints

Shades of #CC9DE3

#CC9DE3
(204,157,227)
#BA8FCF
(186,143,207)
#A881BB
(168,129,187)
#9673A7
(150,115,167)
#846593
(132,101,147)
#72577F
(114,87,127)
#60496B
(96,73,107)
#4E3B57
(78,59,87)
#3C2D43
(60,45,67)
#2A1F2F
(42,31,47)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #CC9DE3

#CC9DE3
(204,157,227)
#D0A5E5
(208,165,229)
#D4ADE7
(212,173,231)
#D8B5E9
(216,181,233)
#DCBDEB
(220,189,235)
#E0C5ED
(224,197,237)
#E4CDEF
(228,205,239)
#E8D5F1
(232,213,241)
#ECDDF3
(236,221,243)
#F0E5F5
(240,229,245)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9DE3; }

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

This text font color is #CC9DE3.

Background Color

.myBgColor { background-color: #CC9DE3; }

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

This div background color is #CC9DE3.

Border color

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

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

This div border color is #CC9DE3.

Opacity

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

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

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

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

This text has shadow with #CC9DE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9DE3.

Preview

Color preview on black background

This text has color #CC9DE3 on black background.


Color preview on white background

This text has color #CC9DE3 on white background.


Black color preview on #CC9DE3 background

This text has black color on #CC9DE3 background.


White color preview on #CC9DE3 background

This text has white color on #CC9DE3 background.


Related colors

Complementary color

Complementary color for #hex is #33621C.


I love getcolorcode.com

Triadic colors

1 #E3CC9D and #9DE3CC with #CC9DE3 are triadic colors.

2 #E39DCC and #9DCCE3 with #CC9DE3 are triadic colors.