COLOR #CC9DD4

HEX: #CC9DD4 RGB: (204,157,212)

Color info

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

RGB color model

#CC9DD4 color RGB value is (204,157,212).

RGB: (204,157,212) (80%, 62%, 83%)

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 212 of 255 = 83%

204
157
212

R + G + B ~ 75%. #CC9DD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 157 + 212 = 573 (100%)
R 204 of 573 ~ 35.6%
G 157 of 573 ~ 27.4%
B 212 of 573 ~ 37'%

%35.6
%27.4
%37

CMYK color model

#CC9DD4 color CMYK value is (4,26,0,17).

  • cyan value is 3.77%
  • magenta value is 25.94%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (4,26,0,17)
C4M26Y0K17 (4%, 26%, 0%, 17%)
(0.04 / 0.26 / 0.00 / 0.17)

CMYK percentages

%3.77
%25.94
%0
%16.86

Codes

Color #CC9DD4 in popluar color models

CC 9D D4
RGB 204 157 212
HSL 291° 39.01% 72.35%
HSB/HSV 291° 25.94% 83.14%
CMYK 3.77% 25.94% 0.00%
16.86%

Color #CC9DD4 in popluar number systems.

HEX CC 9D D4
Decimal 204 157 212
Binary 11001100 10011101 11010100
Octal 314 235 324

Shades and tints

Shades of #CC9DD4

#CC9DD4
(204,157,212)
#BA8FC1
(186,143,193)
#A881AE
(168,129,174)
#96739B
(150,115,155)
#846588
(132,101,136)
#725775
(114,87,117)
#604962
(96,73,98)
#4E3B4F
(78,59,79)
#3C2D3C
(60,45,60)
#2A1F29
(42,31,41)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #CC9DD4

#CC9DD4
(204,157,212)
#D0A5D7
(208,165,215)
#D4ADDA
(212,173,218)
#D8B5DD
(216,181,221)
#DCBDE0
(220,189,224)
#E0C5E3
(224,197,227)
#E4CDE6
(228,205,230)
#E8D5E9
(232,213,233)
#ECDDEC
(236,221,236)
#F0E5EF
(240,229,239)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9DD4; }

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

This text font color is #CC9DD4.

Background Color

.myBgColor { background-color: #CC9DD4; }

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

This div background color is #CC9DD4.

Border color

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

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

This div border color is #CC9DD4.

Opacity

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

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

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

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

This text has shadow with #CC9DD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9DD4.

Preview

Color preview on black background

This text has color #CC9DD4 on black background.


Color preview on white background

This text has color #CC9DD4 on white background.


Black color preview on #CC9DD4 background

This text has black color on #CC9DD4 background.


White color preview on #CC9DD4 background

This text has white color on #CC9DD4 background.


Related colors

Complementary color

Complementary color for #hex is #33622B.


I love getcolorcode.com

Triadic colors

1 #D4CC9D and #9DD4CC with #CC9DD4 are triadic colors.

2 #D49DCC and #9DCCD4 with #CC9DD4 are triadic colors.