COLOR #CCC2E5

HEX: #CCC2E5
RGB: (204,194,229)

Color info

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

RGB color model

#CCC2E5 color RGB value is (204,194,229).

  • red value is 204;
  • green value is 194;
  • blue value is 229.
RGB:
(204,194,229)
(80%,76%,90%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 229 of 255 = 90%

204
194
229

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

Portions of RGB colors in percentages

R + G + B =
204 + 194 + 229 = 627 (100%)
R 204 of 627 ~ 32.54%
G 194 of 627 ~ 30.94%
B 229 of 627 ~ 36.52%

%32.54
%30.94
%36.52

CMYK color model

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

  • cyan value is 10.92%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(11,15,0,10)
C11M15Y0K10 
(11%,15%,0%,10%)
(0.11/0.15/0.00/0.10)	

CMYK percentages

%10.92
%15.28
%0
%10.2

Codes

Color #CCC2E5 in popluar color models

CCC2E5
RGB204194229
HSL257°40.23%82.94%
HSB/HSV257°15.28%89.80%
CMYK10.92%15.28%0.00%
10.20%

Color #CCC2E5 in popluar number systems.

HEXCCC2E5
Decimal204194229
Binary110011001100001011100101
Octal314302345

Shades and tints

Shades of #CCC2E5

#CCC2E5
(204,194,229)
#BAB1D1
(186,177,209)
#A8A0BD
(168,160,189)
#968FA9
(150,143,169)
#847E95
(132,126,149)
#726D81
(114,109,129)
#605C6D
(96,92,109)
#4E4B59
(78,75,89)
#3C3A45
(60,58,69)
#2A2931
(42,41,49)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #CCC2E5

#CCC2E5
(204,194,229)
#D0C7E7
(208,199,231)
#D4CCE9
(212,204,233)
#D8D1EB
(216,209,235)
#DCD6ED
(220,214,237)
#E0DBEF
(224,219,239)
#E4E0F1
(228,224,241)
#E8E5F3
(232,229,243)
#ECEAF5
(236,234,245)
#F0EFF7
(240,239,247)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC2E5 color. Also use rgb(204,194,229) instead hex code.

Text Font Color

.myTextColor { color: #CCC2E5; }

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

This text font color is #CCC2E5.


Background Color

.myBgColor { background-color: #CCC2E5; }

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

This div background color is #CCC2E5.


Border color

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

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

This div border color is #CCC2E5.


Opacity

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

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

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

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

This text has shadow with #CCC2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC2E5 on black background.


Color preview on white background

This text has color #CCC2E5 on white background.



Black color preview on #CCC2E5 background

This text has black color on #CCC2E5 background.


White color preview on #CCC2E5 background

This text has white color on #CCC2E5 background.