COLOR #CCECE4

HEX: #CCECE4 RGB: (204,236,228)

Color info

#CCECE4 contains red, green and blue colors in about the same proportion. Web safe color of #CCECE4 is #CCFFCC (or #CFC).

RGB color model

#CCECE4 color RGB value is (204,236,228).

RGB: (204,236,228) (80%, 93%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 236 of 255 = 93%
B 228 of 255 = 89%

204
236
228

R + G + B ~ 87%. #CCECE4 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 236 + 228 = 668 (100%)
R 204 of 668 ~ 30.54%
G 236 of 668 ~ 35.33%
B 228 of 668 ~ 34.13'%

%30.54
%35.33
%34.13

CMYK color model

#CCECE4 color CMYK value is (14,0,3,7).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 7.45%

CMYK: (14,0,3,7)
C14M0Y3K7 (14%, 0%, 3%, 7%)
(0.14 / 0.00 / 0.03 / 0.07)

CMYK percentages

%13.56
%0
%3.39
%7.45

Codes

Color #CCECE4 in popluar color models

CC EC E4
RGB 204 236 228
HSL 165° 45.71% 86.27%
HSB/HSV 165° 13.56% 92.55%
CMYK 13.56% 0.00% 3.39%
7.45%

Color #CCECE4 in popluar number systems.

HEX CC EC E4
Decimal 204 236 228
Binary 11001100 11101100 11100100
Octal 314 354 344

Shades and tints

Shades of #CCECE4

#CCECE4
(204,236,228)
#BAD7D0
(186,215,208)
#A8C2BC
(168,194,188)
#96ADA8
(150,173,168)
#849894
(132,152,148)
#728380
(114,131,128)
#606E6C
(96,110,108)
#4E5958
(78,89,88)
#3C4444
(60,68,68)
#2A2F30
(42,47,48)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #CCECE4

#CCECE4
(204,236,228)
#D0EDE6
(208,237,230)
#D4EEE8
(212,238,232)
#D8EFEA
(216,239,234)
#DCF0EC
(220,240,236)
#E0F1EE
(224,241,238)
#E4F2F0
(228,242,240)
#E8F3F2
(232,243,242)
#ECF4F4
(236,244,244)
#F0F5F6
(240,245,246)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCECE4; }

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

This text font color is #CCECE4.

Background Color

.myBgColor { background-color: #CCECE4; }

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

This div background color is #CCECE4.

Border color

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

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

This div border color is #CCECE4.

Opacity

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

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

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

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

This text has shadow with #CCECE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCECE4.

Preview

Color preview on black background

This text has color #CCECE4 on black background.


Color preview on white background

This text has color #CCECE4 on white background.


Black color preview on #CCECE4 background

This text has black color on #CCECE4 background.


White color preview on #CCECE4 background

This text has white color on #CCECE4 background.


Related colors

Complementary color

Complementary color for #hex is #33131B.


I love getcolorcode.com

Triadic colors

1 #E4CCEC and #ECE4CC with #CCECE4 are triadic colors.

2 #E4ECCC and #ECCCE4 with #CCECE4 are triadic colors.