COLOR #CCCEE0

HEX: #CCCEE0 RGB: (204,206,224)

Color info

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

RGB color model

#CCCEE0 color RGB value is (204,206,224).

RGB: (204,206,224) (80%, 81%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 224 of 255 = 88%

204
206
224

R + G + B ~ 83%. #CCCEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 224 = 634 (100%)
R 204 of 634 ~ 32.18%
G 206 of 634 ~ 32.49%
B 224 of 634 ~ 35.33'%

%32.18
%32.49
%35.33

CMYK color model

#CCCEE0 color CMYK value is (9,8,0,12).

  • cyan value is 8.93%
  • magenta value is 8.04%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (9,8,0,12)
C9M8Y0K12 (9%, 8%, 0%, 12%)
(0.09 / 0.08 / 0.00 / 0.12)

CMYK percentages

%8.93
%8.04
%0
%12.16

Codes

Color #CCCEE0 in popluar color models

CC CE E0
RGB 204 206 224
HSL 234° 24.39% 83.92%
HSB/HSV 234° 8.93% 87.84%
CMYK 8.93% 8.04% 0.00%
12.16%

Color #CCCEE0 in popluar number systems.

HEX CC CE E0
Decimal 204 206 224
Binary 11001100 11001110 11100000
Octal 314 316 340

Shades and tints

Shades of #CCCEE0

#CCCEE0
(204,206,224)
#BABCCC
(186,188,204)
#A8AAB8
(168,170,184)
#9698A4
(150,152,164)
#848690
(132,134,144)
#72747C
(114,116,124)
#606268
(96,98,104)
#4E5054
(78,80,84)
#3C3E40
(60,62,64)
#2A2C2C
(42,44,44)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #CCCEE0

#CCCEE0
(204,206,224)
#D0D2E2
(208,210,226)
#D4D6E4
(212,214,228)
#D8DAE6
(216,218,230)
#DCDEE8
(220,222,232)
#E0E2EA
(224,226,234)
#E4E6EC
(228,230,236)
#E8EAEE
(232,234,238)
#ECEEF0
(236,238,240)
#F0F2F2
(240,242,242)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCEE0 color. Also use rgb(204,206,224) instead hex code.

Text Font Color

.myTextColor { color: #CCCEE0; }

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

This text font color is #CCCEE0.

Background Color

.myBgColor { background-color: #CCCEE0; }

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

This div background color is #CCCEE0.

Border color

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

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

This div border color is #CCCEE0.

Opacity

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

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

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

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

This text has shadow with #CCCEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCEE0.

Preview

Color preview on black background

This text has color #CCCEE0 on black background.


Color preview on white background

This text has color #CCCEE0 on white background.


Black color preview on #CCCEE0 background

This text has black color on #CCCEE0 background.


White color preview on #CCCEE0 background

This text has white color on #CCCEE0 background.


Related colors

Complementary color

Complementary color for #hex is #33311F.


I love getcolorcode.com

Triadic colors

1 #E0CCCE and #CEE0CC with #CCCEE0 are triadic colors.

2 #E0CECC and #CECCE0 with #CCCEE0 are triadic colors.