COLOR #CCC8DA

HEX: #CCC8DA
RGB: (204,200,218)

Color info

#CCC8DA contains red, green and blue colors in about the same proportion. Web safe color of #CCC8DA is #CCCCCC (or #CCC).

RGB color model

#CCC8DA color RGB value is (204,200,218).

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

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 218 of 255 = 85%

204
200
218

R + G + B ~ 81%. #CCC8DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 200 + 218 = 622 (100%)
R 204 of 622 ~ 32.8%
G 200 of 622 ~ 32.15%
B 218 of 622 ~ 35.05%

%32.8
%32.15
%35.05

CMYK color model

#CCC8DA color CMYK value is (6,8,0,15).

  • cyan value is 6.42%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,8,0,15)
C6M8Y0K15 
(6%,8%,0%,15%)
(0.06/0.08/0.00/0.15)	

CMYK percentages

%6.42
%8.26
%0
%14.51

Codes

Color #CCC8DA in popluar color models

CCC8DA
RGB204200218
HSL253°19.57%81.96%
HSB/HSV253°8.26%85.49%
CMYK6.42%8.26%0.00%
14.51%

Color #CCC8DA in popluar number systems.

HEXCCC8DA
Decimal204200218
Binary110011001100100011011010
Octal314310332

Shades and tints

Shades of #CCC8DA

#CCC8DA
(204,200,218)
#BAB6C7
(186,182,199)
#A8A4B4
(168,164,180)
#9692A1
(150,146,161)
#84808E
(132,128,142)
#726E7B
(114,110,123)
#605C68
(96,92,104)
#4E4A55
(78,74,85)
#3C3842
(60,56,66)
#2A262F
(42,38,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #CCC8DA

#CCC8DA
(204,200,218)
#D0CDDD
(208,205,221)
#D4D2E0
(212,210,224)
#D8D7E3
(216,215,227)
#DCDCE6
(220,220,230)
#E0E1E9
(224,225,233)
#E4E6EC
(228,230,236)
#E8EBEF
(232,235,239)
#ECF0F2
(236,240,242)
#F0F5F5
(240,245,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8DA; }

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

This text font color is #CCC8DA.


Background Color

.myBgColor { background-color: #CCC8DA; }

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

This div background color is #CCC8DA.


Border color

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

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

This div border color is #CCC8DA.


Opacity

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

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

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

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

This text has shadow with #CCC8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC8DA on black background.


Color preview on white background

This text has color #CCC8DA on white background.



Black color preview on #CCC8DA background

This text has black color on #CCC8DA background.


White color preview on #CCC8DA background

This text has white color on #CCC8DA background.