COLOR #CCEAE5

HEX: #CCEAE5
RGB: (204,234,229)

Color info

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

RGB color model

#CCEAE5 color RGB value is (204,234,229).

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

RGB channels and saturation

R 204 of 255 = 80%
G 234 of 255 = 92%
B 229 of 255 = 90%

204
234
229

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

Portions of RGB colors in percentages

R + G + B =
204 + 234 + 229 = 667 (100%)
R 204 of 667 ~ 30.58%
G 234 of 667 ~ 35.08%
B 229 of 667 ~ 34.33%

%30.58
%35.08
%34.33

CMYK color model

#CCEAE5 color CMYK value is (13,0,2,8).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(13,0,2,8)
C13M0Y2K8 
(13%,0%,2%,8%)
(0.13/0.00/0.02/0.08)	

CMYK percentages

%12.82
%0
%2.14
%8.24

Codes

Color #CCEAE5 in popluar color models

CCEAE5
RGB204234229
HSL170°41.67%85.88%
HSB/HSV170°12.82%91.76%
CMYK12.82%0.00%2.14%
8.24%

Color #CCEAE5 in popluar number systems.

HEXCCEAE5
Decimal204234229
Binary110011001110101011100101
Octal314352345

Shades and tints

Shades of #CCEAE5

#CCEAE5
(204,234,229)
#BAD5D1
(186,213,209)
#A8C0BD
(168,192,189)
#96ABA9
(150,171,169)
#849695
(132,150,149)
#728181
(114,129,129)
#606C6D
(96,108,109)
#4E5759
(78,87,89)
#3C4245
(60,66,69)
#2A2D31
(42,45,49)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #CCEAE5

#CCEAE5
(204,234,229)
#D0EBE7
(208,235,231)
#D4ECE9
(212,236,233)
#D8EDEB
(216,237,235)
#DCEEED
(220,238,237)
#E0EFEF
(224,239,239)
#E4F0F1
(228,240,241)
#E8F1F3
(232,241,243)
#ECF2F5
(236,242,245)
#F0F3F7
(240,243,247)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEAE5; }

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

This text font color is #CCEAE5.


Background Color

.myBgColor { background-color: #CCEAE5; }

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

This div background color is #CCEAE5.


Border color

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

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

This div border color is #CCEAE5.


Opacity

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

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

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

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

This text has shadow with #CCEAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEAE5 on black background.


Color preview on white background

This text has color #CCEAE5 on white background.



Black color preview on #CCEAE5 background

This text has black color on #CCEAE5 background.


White color preview on #CCEAE5 background

This text has white color on #CCEAE5 background.