COLOR #CCEAE0

HEX: #CCEAE0 RGB: (204,234,224)

Color info

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

RGB color model

#CCEAE0 color RGB value is (204,234,224).

RGB: (204,234,224) (80%, 92%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 224 of 255 = 88%

204
234
224

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

Portions of RGB colors in percentages

R + G + B = 204 + 234 + 224 = 662 (100%)
R 204 of 662 ~ 30.82%
G 234 of 662 ~ 35.35%
B 224 of 662 ~ 33.84'%

%30.82
%35.35
%33.84

CMYK color model

#CCEAE0 color CMYK value is (13,0,4,8).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 8.24%

CMYK: (13,0,4,8)
C13M0Y4K8 (13%, 0%, 4%, 8%)
(0.13 / 0.00 / 0.04 / 0.08)

CMYK percentages

%12.82
%0
%4.27
%8.24

Codes

Color #CCEAE0 in popluar color models

CC EA E0
RGB 204 234 224
HSL 160° 41.67% 85.88%
HSB/HSV 160° 12.82% 91.76%
CMYK 12.82% 0.00% 4.27%
8.24%

Color #CCEAE0 in popluar number systems.

HEX CC EA E0
Decimal 204 234 224
Binary 11001100 11101010 11100000
Octal 314 352 340

Shades and tints

Shades of #CCEAE0

#CCEAE0
(204,234,224)
#BAD5CC
(186,213,204)
#A8C0B8
(168,192,184)
#96ABA4
(150,171,164)
#849690
(132,150,144)
#72817C
(114,129,124)
#606C68
(96,108,104)
#4E5754
(78,87,84)
#3C4240
(60,66,64)
#2A2D2C
(42,45,44)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCEAE0

#CCEAE0
(204,234,224)
#D0EBE2
(208,235,226)
#D4ECE4
(212,236,228)
#D8EDE6
(216,237,230)
#DCEEE8
(220,238,232)
#E0EFEA
(224,239,234)
#E4F0EC
(228,240,236)
#E8F1EE
(232,241,238)
#ECF2F0
(236,242,240)
#F0F3F2
(240,243,242)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAE0; }

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

This text font color is #CCEAE0.

Background Color

.myBgColor { background-color: #CCEAE0; }

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

This div background color is #CCEAE0.

Border color

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

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

This div border color is #CCEAE0.

Opacity

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

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

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

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

This text has shadow with #CCEAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEAE0.

Preview

Color preview on black background

This text has color #CCEAE0 on black background.


Color preview on white background

This text has color #CCEAE0 on white background.


Black color preview on #CCEAE0 background

This text has black color on #CCEAE0 background.


White color preview on #CCEAE0 background

This text has white color on #CCEAE0 background.


Related colors

Complementary color

Complementary color for #hex is #33151F.


I love getcolorcode.com

Triadic colors

1 #E0CCEA and #EAE0CC with #CCEAE0 are triadic colors.

2 #E0EACC and #EACCE0 with #CCEAE0 are triadic colors.