COLOR #CCC0E2

HEX: #CCC0E2
RGB: (204,192,226)

Color info

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

RGB color model

#CCC0E2 color RGB value is (204,192,226).

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

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 226 of 255 = 89%

204
192
226

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

Portions of RGB colors in percentages

R + G + B =
204 + 192 + 226 = 622 (100%)
R 204 of 622 ~ 32.8%
G 192 of 622 ~ 30.87%
B 226 of 622 ~ 36.33%

%32.8
%30.87
%36.33

CMYK color model

#CCC0E2 color CMYK value is (10,15,0,11).

  • cyan value is 9.73%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(10,15,0,11)
C10M15Y0K11 
(10%,15%,0%,11%)
(0.10/0.15/0.00/0.11)	

CMYK percentages

%9.73
%15.04
%0
%11.37

Codes

Color #CCC0E2 in popluar color models

CCC0E2
RGB204192226
HSL261°36.96%81.96%
HSB/HSV261°15.04%88.63%
CMYK9.73%15.04%0.00%
11.37%

Color #CCC0E2 in popluar number systems.

HEXCCC0E2
Decimal204192226
Binary110011001100000011100010
Octal314300342

Shades and tints

Shades of #CCC0E2

#CCC0E2
(204,192,226)
#BAAFCE
(186,175,206)
#A89EBA
(168,158,186)
#968DA6
(150,141,166)
#847C92
(132,124,146)
#726B7E
(114,107,126)
#605A6A
(96,90,106)
#4E4956
(78,73,86)
#3C3842
(60,56,66)
#2A272E
(42,39,46)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #CCC0E2

#CCC0E2
(204,192,226)
#D0C5E4
(208,197,228)
#D4CAE6
(212,202,230)
#D8CFE8
(216,207,232)
#DCD4EA
(220,212,234)
#E0D9EC
(224,217,236)
#E4DEEE
(228,222,238)
#E8E3F0
(232,227,240)
#ECE8F2
(236,232,242)
#F0EDF4
(240,237,244)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC0E2; }

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

This text font color is #CCC0E2.


Background Color

.myBgColor { background-color: #CCC0E2; }

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

This div background color is #CCC0E2.


Border color

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

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

This div border color is #CCC0E2.


Opacity

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

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

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

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

This text has shadow with #CCC0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC0E2 on black background.


Color preview on white background

This text has color #CCC0E2 on white background.



Black color preview on #CCC0E2 background

This text has black color on #CCC0E2 background.


White color preview on #CCC0E2 background

This text has white color on #CCC0E2 background.