COLOR #CC96DE

HEX: #CC96DE RGB: (204,150,222)

Color info

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

RGB color model

#CC96DE color RGB value is (204,150,222).

RGB: (204,150,222) (80%, 59%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 222 of 255 = 87%

204
150
222

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

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 222 = 576 (100%)
R 204 of 576 ~ 35.42%
G 150 of 576 ~ 26.04%
B 222 of 576 ~ 38.54'%

%35.42
%26.04
%38.54

CMYK color model

#CC96DE color CMYK value is (8,32,0,13).

  • cyan value is 8.11%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (8,32,0,13) C8M32Y0K13 (8%,32%,0%,13%) (0.08/0.32/0.00/0.13) 

CMYK percentages

%8.11
%32.43
%0
%12.94

Codes

Color #CC96DE in popluar color models

CC 96 DE
RGB 204 150 222
HSL 285° 52.17% 72.94%
HSB/HSV 285° 32.43% 87.06%
CMYK 8.11% 32.43% 0.00%
12.94%

Color #CC96DE in popluar number systems.

HEX CC 96 DE
Decimal 204 150 222
Binary 11001100 10010110 11011110
Octal 314 226 336

Shades and tints

Shades of #CC96DE

#CC96DE
(204,150,222)
#BA89CA
(186,137,202)
#A87CB6
(168,124,182)
#966FA2
(150,111,162)
#84628E
(132,98,142)
#72557A
(114,85,122)
#604866
(96,72,102)
#4E3B52
(78,59,82)
#3C2E3E
(60,46,62)
#2A212A
(42,33,42)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CC96DE

#CC96DE
(204,150,222)
#D09FE1
(208,159,225)
#D4A8E4
(212,168,228)
#D8B1E7
(216,177,231)
#DCBAEA
(220,186,234)
#E0C3ED
(224,195,237)
#E4CCF0
(228,204,240)
#E8D5F3
(232,213,243)
#ECDEF6
(236,222,246)
#F0E7F9
(240,231,249)
#F4F0FC
(244,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96DE; }

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

This text font color is #CC96DE.

Background Color

.myBgColor { background-color: #CC96DE; }

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

This div background color is #CC96DE.

Border color

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

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

This div border color is #CC96DE.

Opacity

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

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

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

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

This text has shadow with #CC96DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC96DE.

Preview

Color preview on black background

This text has color #CC96DE on black background.


Color preview on white background

This text has color #CC96DE on white background.


Black color preview on #CC96DE background

This text has black color on #CC96DE background.


White color preview on #CC96DE background

This text has white color on #CC96DE background.


Related colors

Complementary color

Complementary color for #hex is #336921.


I love getcolorcode.com

Triadic colors

1 #DECC96 and #96DECC with #CC96DE are triadic colors.

2 #DE96CC and #96CCDE with #CC96DE are triadic colors.