COLOR #CCC2E7

HEX: #CCC2E7 RGB: (204,194,231)

Color info

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

RGB color model

#CCC2E7 color RGB value is (204,194,231).

RGB: (204,194,231) (80%, 76%, 91%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 231 of 255 = 91%

204
194
231

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

Portions of RGB colors in percentages

R + G + B = 204 + 194 + 231 = 629 (100%)
R 204 of 629 ~ 32.43%
G 194 of 629 ~ 30.84%
B 231 of 629 ~ 36.72'%

%32.43
%30.84
%36.72

CMYK color model

#CCC2E7 color CMYK value is (12,16,0,9).

  • cyan value is 11.69%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (12,16,0,9)
C12M16Y0K9 (12%, 16%, 0%, 9%)
(0.12 / 0.16 / 0.00 / 0.09)

CMYK percentages

%11.69
%16.02
%0
%9.41

Codes

Color #CCC2E7 in popluar color models

CC C2 E7
RGB 204 194 231
HSL 256° 43.53% 83.33%
HSB/HSV 256° 16.02% 90.59%
CMYK 11.69% 16.02% 0.00%
9.41%

Color #CCC2E7 in popluar number systems.

HEX CC C2 E7
Decimal 204 194 231
Binary 11001100 11000010 11100111
Octal 314 302 347

Shades and tints

Shades of #CCC2E7

#CCC2E7
(204,194,231)
#BAB1D2
(186,177,210)
#A8A0BD
(168,160,189)
#968FA8
(150,143,168)
#847E93
(132,126,147)
#726D7E
(114,109,126)
#605C69
(96,92,105)
#4E4B54
(78,75,84)
#3C3A3F
(60,58,63)
#2A292A
(42,41,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCC2E7

#CCC2E7
(204,194,231)
#D0C7E9
(208,199,233)
#D4CCEB
(212,204,235)
#D8D1ED
(216,209,237)
#DCD6EF
(220,214,239)
#E0DBF1
(224,219,241)
#E4E0F3
(228,224,243)
#E8E5F5
(232,229,245)
#ECEAF7
(236,234,247)
#F0EFF9
(240,239,249)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC2E7; }

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

This text font color is #CCC2E7.

Background Color

.myBgColor { background-color: #CCC2E7; }

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

This div background color is #CCC2E7.

Border color

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

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

This div border color is #CCC2E7.

Opacity

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

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

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

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

This text has shadow with #CCC2E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC2E7.

Preview

Color preview on black background

This text has color #CCC2E7 on black background.


Color preview on white background

This text has color #CCC2E7 on white background.


Black color preview on #CCC2E7 background

This text has black color on #CCC2E7 background.


White color preview on #CCC2E7 background

This text has white color on #CCC2E7 background.


Related colors

Complementary color

Complementary color for #hex is #333D18.


I love getcolorcode.com

Triadic colors

1 #E7CCC2 and #C2E7CC with #CCC2E7 are triadic colors.

2 #E7C2CC and #C2CCE7 with #CCC2E7 are triadic colors.