COLOR #CEEAE5

HEX: #CEEAE5
RGB: (206,234,229)

Color info

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

RGB color model

#CEEAE5 color RGB value is (206,234,229).

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

RGB channels and saturation

R 206 of 255 = 81%
G 234 of 255 = 92%
B 229 of 255 = 90%

206
234
229

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

Portions of RGB colors in percentages

R + G + B =
206 + 234 + 229 = 669 (100%)
R 206 of 669 ~ 30.79%
G 234 of 669 ~ 34.98%
B 229 of 669 ~ 34.23%

%30.79
%34.98
%34.23

CMYK color model

#CEEAE5 color CMYK value is (12,0,2,8).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(12,0,2,8)
C12M0Y2K8 
(12%,0%,2%,8%)
(0.12/0.00/0.02/0.08)	

CMYK percentages

%11.97
%0
%2.14
%8.24

Codes

Color #CEEAE5 in popluar color models

CEEAE5
RGB206234229
HSL169°40.00%86.27%
HSB/HSV169°11.97%91.76%
CMYK11.97%0.00%2.14%
8.24%

Color #CEEAE5 in popluar number systems.

HEXCEEAE5
Decimal206234229
Binary110011101110101011100101
Octal316352345

Shades and tints

Shades of #CEEAE5

#CEEAE5
(206,234,229)
#BCD5D1
(188,213,209)
#AAC0BD
(170,192,189)
#98ABA9
(152,171,169)
#869695
(134,150,149)
#748181
(116,129,129)
#626C6D
(98,108,109)
#505759
(80,87,89)
#3E4245
(62,66,69)
#2C2D31
(44,45,49)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #CEEAE5

#CEEAE5
(206,234,229)
#D2EBE7
(210,235,231)
#D6ECE9
(214,236,233)
#DAEDEB
(218,237,235)
#DEEEED
(222,238,237)
#E2EFEF
(226,239,239)
#E6F0F1
(230,240,241)
#EAF1F3
(234,241,243)
#EEF2F5
(238,242,245)
#F2F3F7
(242,243,247)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEAE5; }

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

This text font color is #CEEAE5.


Background Color

.myBgColor { background-color: #CEEAE5; }

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

This div background color is #CEEAE5.


Border color

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

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

This div border color is #CEEAE5.


Opacity

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

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

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

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

This text has shadow with #CEEAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEAE5 on black background.


Color preview on white background

This text has color #CEEAE5 on white background.



Black color preview on #CEEAE5 background

This text has black color on #CEEAE5 background.


White color preview on #CEEAE5 background

This text has white color on #CEEAE5 background.