COLOR #CCEAEF

HEX: #CCEAEF RGB: (204,234,239)

Color info

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

RGB color model

#CCEAEF color RGB value is (204,234,239).

RGB: (204,234,239) (80%, 92%, 94%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 239 of 255 = 94%

204
234
239

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

Portions of RGB colors in percentages

R + G + B = 204 + 234 + 239 = 677 (100%)
R 204 of 677 ~ 30.13%
G 234 of 677 ~ 34.56%
B 239 of 677 ~ 35.3'%

%30.13
%34.56
%35.3

CMYK color model

#CCEAEF color CMYK value is (15,2,0,6).

  • cyan value is 14.64%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (15,2,0,6)
C15M2Y0K6 (15%, 2%, 0%, 6%)
(0.15 / 0.02 / 0.00 / 0.06)

CMYK percentages

%14.64
%2.09
%0
%6.27

Codes

Color #CCEAEF in popluar color models

CC EA EF
RGB 204 234 239
HSL 189° 52.24% 86.86%
HSB/HSV 189° 14.64% 93.73%
CMYK 14.64% 2.09% 0.00%
6.27%

Color #CCEAEF in popluar number systems.

HEX CC EA EF
Decimal 204 234 239
Binary 11001100 11101010 11101111
Octal 314 352 357

Shades and tints

Shades of #CCEAEF

#CCEAEF
(204,234,239)
#BAD5DA
(186,213,218)
#A8C0C5
(168,192,197)
#96ABB0
(150,171,176)
#84969B
(132,150,155)
#728186
(114,129,134)
#606C71
(96,108,113)
#4E575C
(78,87,92)
#3C4247
(60,66,71)
#2A2D32
(42,45,50)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #CCEAEF

#CCEAEF
(204,234,239)
#D0EBF0
(208,235,240)
#D4ECF1
(212,236,241)
#D8EDF2
(216,237,242)
#DCEEF3
(220,238,243)
#E0EFF4
(224,239,244)
#E4F0F5
(228,240,245)
#E8F1F6
(232,241,246)
#ECF2F7
(236,242,247)
#F0F3F8
(240,243,248)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAEF; }

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

This text font color is #CCEAEF.

Background Color

.myBgColor { background-color: #CCEAEF; }

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

This div background color is #CCEAEF.

Border color

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

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

This div border color is #CCEAEF.

Opacity

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

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

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

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

This text has shadow with #CCEAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEAEF.

Preview

Color preview on black background

This text has color #CCEAEF on black background.


Color preview on white background

This text has color #CCEAEF on white background.


Black color preview on #CCEAEF background

This text has black color on #CCEAEF background.


White color preview on #CCEAEF background

This text has white color on #CCEAEF background.


Related colors

Complementary color

Complementary color for #hex is #331510.


I love getcolorcode.com

Triadic colors

1 #EFCCEA and #EAEFCC with #CCEAEF are triadic colors.

2 #EFEACC and #EACCEF with #CCEAEF are triadic colors.