COLOR #CC96E7

HEX: #CC96E7 RGB: (204,150,231)

Color info

#CC96E7 contains mainly red and blue colors. Web safe color of #CC96E7 is #CC99FF (or #C9F).

RGB color model

#CC96E7 color RGB value is (204,150,231).

RGB: (204,150,231) (80%, 59%, 91%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 231 of 255 = 91%

204
150
231

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

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 231 = 585 (100%)
R 204 of 585 ~ 34.87%
G 150 of 585 ~ 25.64%
B 231 of 585 ~ 39.49'%

%34.87
%25.64
%39.49

CMYK color model

#CC96E7 color CMYK value is (12,35,0,9).

  • cyan value is 11.69%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (12,35,0,9) C12M35Y0K9 (12%,35%,0%,9%) (0.12/0.35/0.00/0.09) 

CMYK percentages

%11.69
%35.06
%0
%9.41

Codes

Color #CC96E7 in popluar color models

CC 96 E7
RGB 204 150 231
HSL 280° 62.79% 74.71%
HSB/HSV 280° 35.06% 90.59%
CMYK 11.69% 35.06% 0.00%
9.41%

Color #CC96E7 in popluar number systems.

HEX CC 96 E7
Decimal 204 150 231
Binary 11001100 10010110 11100111
Octal 314 226 347

Shades and tints

Shades of #CC96E7

#CC96E7
(204,150,231)
#BA89D2
(186,137,210)
#A87CBD
(168,124,189)
#966FA8
(150,111,168)
#846293
(132,98,147)
#72557E
(114,85,126)
#604869
(96,72,105)
#4E3B54
(78,59,84)
#3C2E3F
(60,46,63)
#2A212A
(42,33,42)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CC96E7

#CC96E7
(204,150,231)
#D09FE9
(208,159,233)
#D4A8EB
(212,168,235)
#D8B1ED
(216,177,237)
#DCBAEF
(220,186,239)
#E0C3F1
(224,195,241)
#E4CCF3
(228,204,243)
#E8D5F5
(232,213,245)
#ECDEF7
(236,222,247)
#F0E7F9
(240,231,249)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96E7; }

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

This text font color is #CC96E7.

Background Color

.myBgColor { background-color: #CC96E7; }

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

This div background color is #CC96E7.

Border color

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

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

This div border color is #CC96E7.

Opacity

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

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

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

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

This text has shadow with #CC96E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC96E7.

Preview

Color preview on black background

This text has color #CC96E7 on black background.


Color preview on white background

This text has color #CC96E7 on white background.


Black color preview on #CC96E7 background

This text has black color on #CC96E7 background.


White color preview on #CC96E7 background

This text has white color on #CC96E7 background.


Related colors

Complementary color

Complementary color for #hex is #336918.


I love getcolorcode.com

Triadic colors

1 #E7CC96 and #96E7CC with #CC96E7 are triadic colors.

2 #E796CC and #96CCE7 with #CC96E7 are triadic colors.