COLOR #CCC8E2

HEX: #CCC8E2
RGB: (204,200,226)

Color info

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

RGB color model

#CCC8E2 color RGB value is (204,200,226).

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

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 226 of 255 = 89%

204
200
226

R + G + B ~ 82%. #CCC8E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 200 + 226 = 630 (100%)
R 204 of 630 ~ 32.38%
G 200 of 630 ~ 31.75%
B 226 of 630 ~ 35.87%

%32.38
%31.75
%35.87

CMYK color model

#CCC8E2 color CMYK value is (10,12,0,11).

  • cyan value is 9.73%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(10,12,0,11)
C10M12Y0K11 
(10%,12%,0%,11%)
(0.10/0.12/0.00/0.11)	

CMYK percentages

%9.73
%11.5
%0
%11.37

Codes

Color #CCC8E2 in popluar color models

CCC8E2
RGB204200226
HSL249°30.95%83.53%
HSB/HSV249°11.50%88.63%
CMYK9.73%11.50%0.00%
11.37%

Color #CCC8E2 in popluar number systems.

HEXCCC8E2
Decimal204200226
Binary110011001100100011100010
Octal314310342

Shades and tints

Shades of #CCC8E2

#CCC8E2
(204,200,226)
#BAB6CE
(186,182,206)
#A8A4BA
(168,164,186)
#9692A6
(150,146,166)
#848092
(132,128,146)
#726E7E
(114,110,126)
#605C6A
(96,92,106)
#4E4A56
(78,74,86)
#3C3842
(60,56,66)
#2A262E
(42,38,46)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #CCC8E2

#CCC8E2
(204,200,226)
#D0CDE4
(208,205,228)
#D4D2E6
(212,210,230)
#D8D7E8
(216,215,232)
#DCDCEA
(220,220,234)
#E0E1EC
(224,225,236)
#E4E6EE
(228,230,238)
#E8EBF0
(232,235,240)
#ECF0F2
(236,240,242)
#F0F5F4
(240,245,244)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8E2; }

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

This text font color is #CCC8E2.


Background Color

.myBgColor { background-color: #CCC8E2; }

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

This div background color is #CCC8E2.


Border color

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

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

This div border color is #CCC8E2.


Opacity

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

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

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

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

This text has shadow with #CCC8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC8E2 on black background.


Color preview on white background

This text has color #CCC8E2 on white background.



Black color preview on #CCC8E2 background

This text has black color on #CCC8E2 background.


White color preview on #CCC8E2 background

This text has white color on #CCC8E2 background.