COLOR #CEE2EB

HEX: #CEE2EB
RGB: (206,226,235)

Color info

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

RGB color model

#CEE2EB color RGB value is (206,226,235).

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

RGB channels and saturation

R 206 of 255 = 81%
G 226 of 255 = 89%
B 235 of 255 = 92%

206
226
235

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

Portions of RGB colors in percentages

R + G + B =
206 + 226 + 235 = 667 (100%)
R 206 of 667 ~ 30.88%
G 226 of 667 ~ 33.88%
B 235 of 667 ~ 35.23%

%30.88
%33.88
%35.23

CMYK color model

#CEE2EB color CMYK value is (12,4,0,8).

  • cyan value is 12.34%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,4,0,8)
C12M4Y0K8 
(12%,4%,0%,8%)
(0.12/0.04/0.00/0.08)	

CMYK percentages

%12.34
%3.83
%0
%7.84

Codes

Color #CEE2EB in popluar color models

CEE2EB
RGB206226235
HSL199°42.03%86.47%
HSB/HSV199°12.34%92.16%
CMYK12.34%3.83%0.00%
7.84%

Color #CEE2EB in popluar number systems.

HEXCEE2EB
Decimal206226235
Binary110011101110001011101011
Octal316342353

Shades and tints

Shades of #CEE2EB

#CEE2EB
(206,226,235)
#BCCED6
(188,206,214)
#AABAC1
(170,186,193)
#98A6AC
(152,166,172)
#869297
(134,146,151)
#747E82
(116,126,130)
#626A6D
(98,106,109)
#505658
(80,86,88)
#3E4243
(62,66,67)
#2C2E2E
(44,46,46)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #CEE2EB

#CEE2EB
(206,226,235)
#D2E4EC
(210,228,236)
#D6E6ED
(214,230,237)
#DAE8EE
(218,232,238)
#DEEAEF
(222,234,239)
#E2ECF0
(226,236,240)
#E6EEF1
(230,238,241)
#EAF0F2
(234,240,242)
#EEF2F3
(238,242,243)
#F2F4F4
(242,244,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE2EB; }

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

This text font color is #CEE2EB.


Background Color

.myBgColor { background-color: #CEE2EB; }

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

This div background color is #CEE2EB.


Border color

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

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

This div border color is #CEE2EB.


Opacity

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

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

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

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

This text has shadow with #CEE2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE2EB on black background.


Color preview on white background

This text has color #CEE2EB on white background.



Black color preview on #CEE2EB background

This text has black color on #CEE2EB background.


White color preview on #CEE2EB background

This text has white color on #CEE2EB background.