COLOR #CC96CD

HEX: #CC96CD RGB: (204,150,205)

Color info

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

RGB color model

#CC96CD color RGB value is (204,150,205).

RGB: (204,150,205) (80%, 59%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 205 of 255 = 80%

204
150
205

R + G + B ~ 73%. #CC96CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 205 = 559 (100%)
R 204 of 559 ~ 36.49%
G 150 of 559 ~ 26.83%
B 205 of 559 ~ 36.67'%

%36.49
%26.83
%36.67

CMYK color model

#CC96CD color CMYK value is (0,27,0,20).

  • cyan value is 0.49%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (0,27,0,20)
C0M27Y0K20 (0%, 27%, 0%, 20%)
(0.00 / 0.27 / 0.00 / 0.20)

CMYK percentages

%0.49
%26.83
%0
%19.61

Codes

Color #CC96CD in popluar color models

CC 96 CD
RGB 204 150 205
HSL 299° 35.48% 69.61%
HSB/HSV 299° 26.83% 80.39%
CMYK 0.49% 26.83% 0.00%
19.61%

Color #CC96CD in popluar number systems.

HEX CC 96 CD
Decimal 204 150 205
Binary 11001100 10010110 11001101
Octal 314 226 315

Shades and tints

Shades of #CC96CD

#CC96CD
(204,150,205)
#BA89BB
(186,137,187)
#A87CA9
(168,124,169)
#966F97
(150,111,151)
#846285
(132,98,133)
#725573
(114,85,115)
#604861
(96,72,97)
#4E3B4F
(78,59,79)
#3C2E3D
(60,46,61)
#2A212B
(42,33,43)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #CC96CD

#CC96CD
(204,150,205)
#D09FD1
(208,159,209)
#D4A8D5
(212,168,213)
#D8B1D9
(216,177,217)
#DCBADD
(220,186,221)
#E0C3E1
(224,195,225)
#E4CCE5
(228,204,229)
#E8D5E9
(232,213,233)
#ECDEED
(236,222,237)
#F0E7F1
(240,231,241)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC96CD color. Also use rgb(204,150,205) instead hex code.

Text Font Color

.myTextColor { color: #CC96CD; }

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

This text font color is #CC96CD.

Background Color

.myBgColor { background-color: #CC96CD; }

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

This div background color is #CC96CD.

Border color

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

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

This div border color is #CC96CD.

Opacity

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

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

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

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

This text has shadow with #CC96CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC96CD.

Preview

Color preview on black background

This text has color #CC96CD on black background.


Color preview on white background

This text has color #CC96CD on white background.


Black color preview on #CC96CD background

This text has black color on #CC96CD background.


White color preview on #CC96CD background

This text has white color on #CC96CD background.


Related colors

Complementary color

Complementary color for #hex is #336932.


I love getcolorcode.com

Triadic colors

1 #CDCC96 and #96CDCC with #CC96CD are triadic colors.

2 #CD96CC and #96CCCD with #CC96CD are triadic colors.