COLOR #CCEAED

HEX: #CCEAED
RGB: (204,234,237)

Color info

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

RGB color model

#CCEAED color RGB value is (204,234,237).

  • red value is 204;
  • green value is 234;
  • blue value is 237.
RGB:
(204,234,237)
(80%,92%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 237 of 255 = 93%

204
234
237

R + G + B ~ 88%. #CCEAED is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 237 = 675 (100%)
R 204 of 675 ~ 30.22%
G 234 of 675 ~ 34.67%
B 237 of 675 ~ 35.11%

%30.22
%34.67
%35.11

CMYK color model

#CCEAED color CMYK value is (14,1,0,7).

  • cyan value is 13.92%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(14,1,0,7)
C14M1Y0K7 
(14%,1%,0%,7%)
(0.14/0.01/0.00/0.07)	

CMYK percentages

%13.92
%1.27
%0
%7.06

Codes

Color #CCEAED in popluar color models

CCEAED
RGB204234237
HSL185°47.83%86.47%
HSB/HSV185°13.92%92.94%
CMYK13.92%1.27%0.00%
7.06%

Color #CCEAED in popluar number systems.

HEXCCEAED
Decimal204234237
Binary110011001110101011101101
Octal314352355

Shades and tints

Shades of #CCEAED

#CCEAED
(204,234,237)
#BAD5D8
(186,213,216)
#A8C0C3
(168,192,195)
#96ABAE
(150,171,174)
#849699
(132,150,153)
#728184
(114,129,132)
#606C6F
(96,108,111)
#4E575A
(78,87,90)
#3C4245
(60,66,69)
#2A2D30
(42,45,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #CCEAED

#CCEAED
(204,234,237)
#D0EBEE
(208,235,238)
#D4ECEF
(212,236,239)
#D8EDF0
(216,237,240)
#DCEEF1
(220,238,241)
#E0EFF2
(224,239,242)
#E4F0F3
(228,240,243)
#E8F1F4
(232,241,244)
#ECF2F5
(236,242,245)
#F0F3F6
(240,243,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAED; }

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

This text font color is #CCEAED.


Background Color

.myBgColor { background-color: #CCEAED; }

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

This div background color is #CCEAED.


Border color

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

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

This div border color is #CCEAED.


Opacity

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

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

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

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

This text has shadow with #CCEAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAED on black background.


Color preview on white background

This text has color #CCEAED on white background.



Black color preview on #CCEAED background

This text has black color on #CCEAED background.


White color preview on #CCEAED background

This text has white color on #CCEAED background.