COLOR #CEE3EA

HEX: #CEE3EA
RGB: (206,227,234)

Color info

#CEE3EA contains red, green and blue colors in about the same proportion. Web safe color of #CEE3EA is #CCCCFF (or #CCF).

RGB color model

#CEE3EA color RGB value is (206,227,234).

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

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 234 of 255 = 92%

206
227
234

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

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 234 = 667 (100%)
R 206 of 667 ~ 30.88%
G 227 of 667 ~ 34.03%
B 234 of 667 ~ 35.08%

%30.88
%34.03
%35.08

CMYK color model

#CEE3EA color CMYK value is (12,3,0,8).

  • cyan value is 11.97%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(12,3,0,8)
C12M3Y0K8 
(12%,3%,0%,8%)
(0.12/0.03/0.00/0.08)	

CMYK percentages

%11.97
%2.99
%0
%8.24

Codes

Color #CEE3EA in popluar color models

CEE3EA
RGB206227234
HSL195°40.00%86.27%
HSB/HSV195°11.97%91.76%
CMYK11.97%2.99%0.00%
8.24%

Color #CEE3EA in popluar number systems.

HEXCEE3EA
Decimal206227234
Binary110011101110001111101010
Octal316343352

Shades and tints

Shades of #CEE3EA

#CEE3EA
(206,227,234)
#BCCFD5
(188,207,213)
#AABBC0
(170,187,192)
#98A7AB
(152,167,171)
#869396
(134,147,150)
#747F81
(116,127,129)
#626B6C
(98,107,108)
#505757
(80,87,87)
#3E4342
(62,67,66)
#2C2F2D
(44,47,45)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #CEE3EA

#CEE3EA
(206,227,234)
#D2E5EB
(210,229,235)
#D6E7EC
(214,231,236)
#DAE9ED
(218,233,237)
#DEEBEE
(222,235,238)
#E2EDEF
(226,237,239)
#E6EFF0
(230,239,240)
#EAF1F1
(234,241,241)
#EEF3F2
(238,243,242)
#F2F5F3
(242,245,243)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3EA; }

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

This text font color is #CEE3EA.


Background Color

.myBgColor { background-color: #CEE3EA; }

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

This div background color is #CEE3EA.


Border color

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

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

This div border color is #CEE3EA.


Opacity

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

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

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

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

This text has shadow with #CEE3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3EA on black background.


Color preview on white background

This text has color #CEE3EA on white background.



Black color preview on #CEE3EA background

This text has black color on #CEE3EA background.


White color preview on #CEE3EA background

This text has white color on #CEE3EA background.