COLOR #CCC8FD

HEX: #CCC8FD
RGB: (204,200,253)

Color info

#CCC8FD contains red, green and blue colors in about the same proportion. Web safe color of #CCC8FD is #CCCCFF (or #CCF).

RGB color model

#CCC8FD color RGB value is (204,200,253).

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

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 253 of 255 = 99%

204
200
253

R + G + B ~ 86%. #CCC8FD is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 200 + 253 = 657 (100%)
R 204 of 657 ~ 31.05%
G 200 of 657 ~ 30.44%
B 253 of 657 ~ 38.51%

%31.05
%30.44
%38.51

CMYK color model

#CCC8FD color CMYK value is (19,21,0,1).

  • cyan value is 19.37%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(19,21,0,1)
C19M21Y0K1 
(19%,21%,0%,1%)
(0.19/0.21/0.00/0.01)	

CMYK percentages

%19.37
%20.95
%0
%0.78

Codes

Color #CCC8FD in popluar color models

CCC8FD
RGB204200253
HSL245°92.98%88.82%
HSB/HSV245°20.95%99.22%
CMYK19.37%20.95%0.00%
0.78%

Color #CCC8FD in popluar number systems.

HEXCCC8FD
Decimal204200253
Binary110011001100100011111101
Octal314310375

Shades and tints

Shades of #CCC8FD

#CCC8FD
(204,200,253)
#BAB6E6
(186,182,230)
#A8A4CF
(168,164,207)
#9692B8
(150,146,184)
#8480A1
(132,128,161)
#726E8A
(114,110,138)
#605C73
(96,92,115)
#4E4A5C
(78,74,92)
#3C3845
(60,56,69)
#2A262E
(42,38,46)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCC8FD

#CCC8FD
(204,200,253)
#D0CDFD
(208,205,253)
#D4D2FD
(212,210,253)
#D8D7FD
(216,215,253)
#DCDCFD
(220,220,253)
#E0E1FD
(224,225,253)
#E4E6FD
(228,230,253)
#E8EBFD
(232,235,253)
#ECF0FD
(236,240,253)
#F0F5FD
(240,245,253)
#F4FAFD
(244,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8FD; }

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

This text font color is #CCC8FD.


Background Color

.myBgColor { background-color: #CCC8FD; }

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

This div background color is #CCC8FD.


Border color

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

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

This div border color is #CCC8FD.


Opacity

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

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

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

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

This text has shadow with #CCC8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC8FD on black background.


Color preview on white background

This text has color #CCC8FD on white background.



Black color preview on #CCC8FD background

This text has black color on #CCC8FD background.


White color preview on #CCC8FD background

This text has white color on #CCC8FD background.