COLOR #CEE2DD

HEX: #CEE2DD
RGB: (206,226,221)

Color info

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

RGB color model

#CEE2DD color RGB value is (206,226,221).

  • red value is 206;
  • green value is 226;
  • blue value is 221.
RGB:
(206,226,221)
(81%,89%,87%)

RGB channels and saturation

R 206 of 255 = 81%
G 226 of 255 = 89%
B 221 of 255 = 87%

206
226
221

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

Portions of RGB colors in percentages

R + G + B =
206 + 226 + 221 = 653 (100%)
R 206 of 653 ~ 31.55%
G 226 of 653 ~ 34.61%
B 221 of 653 ~ 33.84%

%31.55
%34.61
%33.84

CMYK color model

#CEE2DD color CMYK value is (9,0,2,11).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK:
(9,0,2,11)
C9M0Y2K11 
(9%,0%,2%,11%)
(0.09/0.00/0.02/0.11)	

CMYK percentages

%8.85
%0
%2.21
%11.37

Codes

Color #CEE2DD in popluar color models

CEE2DD
RGB206226221
HSL165°25.64%84.71%
HSB/HSV165°8.85%88.63%
CMYK8.85%0.00%2.21%
11.37%

Color #CEE2DD in popluar number systems.

HEXCEE2DD
Decimal206226221
Binary110011101110001011011101
Octal316342335

Shades and tints

Shades of #CEE2DD

#CEE2DD
(206,226,221)
#BCCEC9
(188,206,201)
#AABAB5
(170,186,181)
#98A6A1
(152,166,161)
#86928D
(134,146,141)
#747E79
(116,126,121)
#626A65
(98,106,101)
#505651
(80,86,81)
#3E423D
(62,66,61)
#2C2E29
(44,46,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #CEE2DD

#CEE2DD
(206,226,221)
#D2E4E0
(210,228,224)
#D6E6E3
(214,230,227)
#DAE8E6
(218,232,230)
#DEEAE9
(222,234,233)
#E2ECEC
(226,236,236)
#E6EEEF
(230,238,239)
#EAF0F2
(234,240,242)
#EEF2F5
(238,242,245)
#F2F4F8
(242,244,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE2DD color. Also use rgb(206,226,221) instead hex code.

Text Font Color

.myTextColor { color: #CEE2DD; }

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

This text font color is #CEE2DD.


Background Color

.myBgColor { background-color: #CEE2DD; }

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

This div background color is #CEE2DD.


Border color

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

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

This div border color is #CEE2DD.


Opacity

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

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

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

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

This text has shadow with #CEE2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE2DD on black background.


Color preview on white background

This text has color #CEE2DD on white background.



Black color preview on #CEE2DD background

This text has black color on #CEE2DD background.


White color preview on #CEE2DD background

This text has white color on #CEE2DD background.