COLOR #CEE3E4

HEX: #CEE3E4
RGB: (206,227,228)

Color info

#CEE3E4 contains red, green and blue colors in about the same proportion. Web safe color of #CEE3E4 is #CCCCCC (or #CCC).

RGB color model

#CEE3E4 color RGB value is (206,227,228).

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

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 228 of 255 = 89%

206
227
228

R + G + B ~ 86%. #CEE3E4 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 228 = 661 (100%)
R 206 of 661 ~ 31.16%
G 227 of 661 ~ 34.34%
B 228 of 661 ~ 34.49%

%31.16
%34.34
%34.49

CMYK color model

#CEE3E4 color CMYK value is (10,0,0,11).

  • cyan value is 9.65%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(10,0,0,11)
C10M0Y0K11 
(10%,0%,0%,11%)
(0.10/0.00/0.00/0.11)	

CMYK percentages

%9.65
%0.44
%0
%10.59

Codes

Color #CEE3E4 in popluar color models

CEE3E4
RGB206227228
HSL183°28.95%85.10%
HSB/HSV183°9.65%89.41%
CMYK9.65%0.44%0.00%
10.59%

Color #CEE3E4 in popluar number systems.

HEXCEE3E4
Decimal206227228
Binary110011101110001111100100
Octal316343344

Shades and tints

Shades of #CEE3E4

#CEE3E4
(206,227,228)
#BCCFD0
(188,207,208)
#AABBBC
(170,187,188)
#98A7A8
(152,167,168)
#869394
(134,147,148)
#747F80
(116,127,128)
#626B6C
(98,107,108)
#505758
(80,87,88)
#3E4344
(62,67,68)
#2C2F30
(44,47,48)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #CEE3E4

#CEE3E4
(206,227,228)
#D2E5E6
(210,229,230)
#D6E7E8
(214,231,232)
#DAE9EA
(218,233,234)
#DEEBEC
(222,235,236)
#E2EDEE
(226,237,238)
#E6EFF0
(230,239,240)
#EAF1F2
(234,241,242)
#EEF3F4
(238,243,244)
#F2F5F6
(242,245,246)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3E4; }

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

This text font color is #CEE3E4.


Background Color

.myBgColor { background-color: #CEE3E4; }

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

This div background color is #CEE3E4.


Border color

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

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

This div border color is #CEE3E4.


Opacity

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

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

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

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

This text has shadow with #CEE3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3E4 on black background.


Color preview on white background

This text has color #CEE3E4 on white background.



Black color preview on #CEE3E4 background

This text has black color on #CEE3E4 background.


White color preview on #CEE3E4 background

This text has white color on #CEE3E4 background.