COLOR #CEE2E1

HEX: #CEE2E1
RGB: (206,226,225)

Color info

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

RGB color model

#CEE2E1 color RGB value is (206,226,225).

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

RGB channels and saturation

R 206 of 255 = 81%
G 226 of 255 = 89%
B 225 of 255 = 88%

206
226
225

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

Portions of RGB colors in percentages

R + G + B =
206 + 226 + 225 = 657 (100%)
R 206 of 657 ~ 31.35%
G 226 of 657 ~ 34.4%
B 225 of 657 ~ 34.25%

%31.35
%34.4
%34.25

CMYK color model

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

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 11.37%
CMYK:
(9,0,0,11)
C9M0Y0K11 
(9%,0%,0%,11%)
(0.09/0.00/0.00/0.11)	

CMYK percentages

%8.85
%0
%0.44
%11.37

Codes

Color #CEE2E1 in popluar color models

CEE2E1
RGB206226225
HSL177°25.64%84.71%
HSB/HSV177°8.85%88.63%
CMYK8.85%0.00%0.44%
11.37%

Color #CEE2E1 in popluar number systems.

HEXCEE2E1
Decimal206226225
Binary110011101110001011100001
Octal316342341

Shades and tints

Shades of #CEE2E1

#CEE2E1
(206,226,225)
#BCCECD
(188,206,205)
#AABAB9
(170,186,185)
#98A6A5
(152,166,165)
#869291
(134,146,145)
#747E7D
(116,126,125)
#626A69
(98,106,105)
#505655
(80,86,85)
#3E4241
(62,66,65)
#2C2E2D
(44,46,45)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #CEE2E1

#CEE2E1
(206,226,225)
#D2E4E3
(210,228,227)
#D6E6E5
(214,230,229)
#DAE8E7
(218,232,231)
#DEEAE9
(222,234,233)
#E2ECEB
(226,236,235)
#E6EEED
(230,238,237)
#EAF0EF
(234,240,239)
#EEF2F1
(238,242,241)
#F2F4F3
(242,244,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE2E1; }

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

This text font color is #CEE2E1.


Background Color

.myBgColor { background-color: #CEE2E1; }

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

This div background color is #CEE2E1.


Border color

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

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

This div border color is #CEE2E1.


Opacity

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

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

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

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

This text has shadow with #CEE2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE2E1 on black background.


Color preview on white background

This text has color #CEE2E1 on white background.



Black color preview on #CEE2E1 background

This text has black color on #CEE2E1 background.


White color preview on #CEE2E1 background

This text has white color on #CEE2E1 background.