COLOR #CC96FD

HEX: #CC96FD
RGB: (204,150,253)

Color info

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

RGB color model

#CC96FD color RGB value is (204,150,253).

  • red value is 204;
  • green value is 150;
  • blue value is 253.
RGB:
(204,150,253)
(80%,59%,99%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 253 of 255 = 99%

204
150
253

R + G + B ~ 79%. #CC96FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 150 + 253 = 607 (100%)
R 204 of 607 ~ 33.61%
G 150 of 607 ~ 24.71%
B 253 of 607 ~ 41.68%

%33.61
%24.71
%41.68

CMYK color model

#CC96FD color CMYK value is (19,41,0,1).

  • cyan value is 19.37%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(19,41,0,1)
C19M41Y0K1 
(19%,41%,0%,1%)
(0.19/0.41/0.00/0.01)	

CMYK percentages

%19.37
%40.71
%0
%0.78

Codes

Color #CC96FD in popluar color models

CC96FD
RGB204150253
HSL271°96.26%79.02%
HSB/HSV271°40.71%99.22%
CMYK19.37%40.71%0.00%
0.78%

Color #CC96FD in popluar number systems.

HEXCC96FD
Decimal204150253
Binary110011001001011011111101
Octal314226375

Shades and tints

Shades of #CC96FD

#CC96FD
(204,150,253)
#BA89E6
(186,137,230)
#A87CCF
(168,124,207)
#966FB8
(150,111,184)
#8462A1
(132,98,161)
#72558A
(114,85,138)
#604873
(96,72,115)
#4E3B5C
(78,59,92)
#3C2E45
(60,46,69)
#2A212E
(42,33,46)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CC96FD

#CC96FD
(204,150,253)
#D09FFD
(208,159,253)
#D4A8FD
(212,168,253)
#D8B1FD
(216,177,253)
#DCBAFD
(220,186,253)
#E0C3FD
(224,195,253)
#E4CCFD
(228,204,253)
#E8D5FD
(232,213,253)
#ECDEFD
(236,222,253)
#F0E7FD
(240,231,253)
#F4F0FD
(244,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96FD; }

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

This text font color is #CC96FD.


Background Color

.myBgColor { background-color: #CC96FD; }

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

This div background color is #CC96FD.


Border color

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

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

This div border color is #CC96FD.


Opacity

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

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

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

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

This text has shadow with #CC96FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC96FD on black background.


Color preview on white background

This text has color #CC96FD on white background.



Black color preview on #CC96FD background

This text has black color on #CC96FD background.


White color preview on #CC96FD background

This text has white color on #CC96FD background.