COLOR #CCEAF4

HEX: #CCEAF4 RGB: (204,234,244)

Color info

#CCEAF4 contains red, green and blue colors in about the same proportion. Web safe color of #CCEAF4 is #CCFFFF (or #CFF).

RGB color model

#CCEAF4 color RGB value is (204,234,244).

RGB: (204,234,244) (80%, 92%, 96%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 244 of 255 = 96%

204
234
244

R + G + B ~ 89%. #CCEAF4 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 234 + 244 = 682 (100%)
R 204 of 682 ~ 29.91%
G 234 of 682 ~ 34.31%
B 244 of 682 ~ 35.78'%

%29.91
%34.31
%35.78

CMYK color model

#CCEAF4 color CMYK value is (16,4,0,4).

  • cyan value is 16.39%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (16,4,0,4)
C16M4Y0K4 (16%, 4%, 0%, 4%)
(0.16 / 0.04 / 0.00 / 0.04)

CMYK percentages

%16.39
%4.1
%0
%4.31

Codes

Color #CCEAF4 in popluar color models

CC EA F4
RGB 204 234 244
HSL 195° 64.52% 87.84%
HSB/HSV 195° 16.39% 95.69%
CMYK 16.39% 4.10% 0.00%
4.31%

Color #CCEAF4 in popluar number systems.

HEX CC EA F4
Decimal 204 234 244
Binary 11001100 11101010 11110100
Octal 314 352 364

Shades and tints

Shades of #CCEAF4

#CCEAF4
(204,234,244)
#BAD5DE
(186,213,222)
#A8C0C8
(168,192,200)
#96ABB2
(150,171,178)
#84969C
(132,150,156)
#728186
(114,129,134)
#606C70
(96,108,112)
#4E575A
(78,87,90)
#3C4244
(60,66,68)
#2A2D2E
(42,45,46)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCEAF4

#CCEAF4
(204,234,244)
#D0EBF5
(208,235,245)
#D4ECF6
(212,236,246)
#D8EDF7
(216,237,247)
#DCEEF8
(220,238,248)
#E0EFF9
(224,239,249)
#E4F0FA
(228,240,250)
#E8F1FB
(232,241,251)
#ECF2FC
(236,242,252)
#F0F3FD
(240,243,253)
#F4F4FE
(244,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAF4; }

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

This text font color is #CCEAF4.

Background Color

.myBgColor { background-color: #CCEAF4; }

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

This div background color is #CCEAF4.

Border color

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

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

This div border color is #CCEAF4.

Opacity

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

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

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

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

This text has shadow with #CCEAF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEAF4.

Preview

Color preview on black background

This text has color #CCEAF4 on black background.


Color preview on white background

This text has color #CCEAF4 on white background.


Black color preview on #CCEAF4 background

This text has black color on #CCEAF4 background.


White color preview on #CCEAF4 background

This text has white color on #CCEAF4 background.


Related colors

Complementary color

Complementary color for #hex is #33150B.


I love getcolorcode.com

Triadic colors

1 #F4CCEA and #EAF4CC with #CCEAF4 are triadic colors.

2 #F4EACC and #EACCF4 with #CCEAF4 are triadic colors.