COLOR #CCCEE4

HEX: #CCCEE4 RGB: (204,206,228)

Color info

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

RGB color model

#CCCEE4 color RGB value is (204,206,228).

RGB: (204,206,228) (80%, 81%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 228 of 255 = 89%

204
206
228

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

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 228 = 638 (100%)
R 204 of 638 ~ 31.97%
G 206 of 638 ~ 32.29%
B 228 of 638 ~ 35.74'%

%31.97
%32.29
%35.74

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (11,10,0,11)
C11M10Y0K11 (11%, 10%, 0%, 11%)
(0.11 / 0.10 / 0.00 / 0.11)

CMYK percentages

%10.53
%9.65
%0
%10.59

Codes

Color #CCCEE4 in popluar color models

CC CE E4
RGB 204 206 228
HSL 235° 30.77% 84.71%
HSB/HSV 235° 10.53% 89.41%
CMYK 10.53% 9.65% 0.00%
10.59%

Color #CCCEE4 in popluar number systems.

HEX CC CE E4
Decimal 204 206 228
Binary 11001100 11001110 11100100
Octal 314 316 344

Shades and tints

Shades of #CCCEE4

#CCCEE4
(204,206,228)
#BABCD0
(186,188,208)
#A8AABC
(168,170,188)
#9698A8
(150,152,168)
#848694
(132,134,148)
#727480
(114,116,128)
#60626C
(96,98,108)
#4E5058
(78,80,88)
#3C3E44
(60,62,68)
#2A2C30
(42,44,48)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #CCCEE4

#CCCEE4
(204,206,228)
#D0D2E6
(208,210,230)
#D4D6E8
(212,214,232)
#D8DAEA
(216,218,234)
#DCDEEC
(220,222,236)
#E0E2EE
(224,226,238)
#E4E6F0
(228,230,240)
#E8EAF2
(232,234,242)
#ECEEF4
(236,238,244)
#F0F2F6
(240,242,246)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEE4; }

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

This text font color is #CCCEE4.

Background Color

.myBgColor { background-color: #CCCEE4; }

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

This div background color is #CCCEE4.

Border color

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

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

This div border color is #CCCEE4.

Opacity

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

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

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

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

This text has shadow with #CCCEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCEE4.

Preview

Color preview on black background

This text has color #CCCEE4 on black background.


Color preview on white background

This text has color #CCCEE4 on white background.


Black color preview on #CCCEE4 background

This text has black color on #CCCEE4 background.


White color preview on #CCCEE4 background

This text has white color on #CCCEE4 background.


Related colors

Complementary color

Complementary color for #hex is #33311B.


I love getcolorcode.com

Triadic colors

1 #E4CCCE and #CEE4CC with #CCCEE4 are triadic colors.

2 #E4CECC and #CECCE4 with #CCCEE4 are triadic colors.