COLOR #CEE2F6

HEX: #CEE2F6 RGB: (206,226,246)

Color info

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

RGB color model

#CEE2F6 color RGB value is (206,226,246).

RGB: (206,226,246) (81%, 89%, 96%)

RGB channels and saturation

R 206 of 255 = 81%
G 226 of 255 = 89%
B 246 of 255 = 96%

206
226
246

R + G + B ~ 89%. #CEE2F6 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 226 + 246 = 678 (100%)
R 206 of 678 ~ 30.38%
G 226 of 678 ~ 33.33%
B 246 of 678 ~ 36.28'%

%30.38
%33.33
%36.28

CMYK color model

#CEE2F6 color CMYK value is (16,8,0,4).

  • cyan value is 16.26%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (16,8,0,4)
C16M8Y0K4 (16%, 8%, 0%, 4%)
(0.16 / 0.08 / 0.00 / 0.04)

CMYK percentages

%16.26
%8.13
%0
%3.53

Codes

Color #CEE2F6 in popluar color models

CE E2 F6
RGB 206 226 246
HSL 210° 68.97% 88.63%
HSB/HSV 210° 16.26% 96.47%
CMYK 16.26% 8.13% 0.00%
3.53%

Color #CEE2F6 in popluar number systems.

HEX CE E2 F6
Decimal 206 226 246
Binary 11001110 11100010 11110110
Octal 316 342 366

Shades and tints

Shades of #CEE2F6

#CEE2F6
(206,226,246)
#BCCEE0
(188,206,224)
#AABACA
(170,186,202)
#98A6B4
(152,166,180)
#86929E
(134,146,158)
#747E88
(116,126,136)
#626A72
(98,106,114)
#50565C
(80,86,92)
#3E4246
(62,66,70)
#2C2E30
(44,46,48)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #CEE2F6

#CEE2F6
(206,226,246)
#D2E4F6
(210,228,246)
#D6E6F6
(214,230,246)
#DAE8F6
(218,232,246)
#DEEAF6
(222,234,246)
#E2ECF6
(226,236,246)
#E6EEF6
(230,238,246)
#EAF0F6
(234,240,246)
#EEF2F6
(238,242,246)
#F2F4F6
(242,244,246)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE2F6; }

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

This text font color is #CEE2F6.

Background Color

.myBgColor { background-color: #CEE2F6; }

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

This div background color is #CEE2F6.

Border color

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

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

This div border color is #CEE2F6.

Opacity

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

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

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

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

This text has shadow with #CEE2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE2F6.

Preview

Color preview on black background

This text has color #CEE2F6 on black background.


Color preview on white background

This text has color #CEE2F6 on white background.


Black color preview on #CEE2F6 background

This text has black color on #CEE2F6 background.


White color preview on #CEE2F6 background

This text has white color on #CEE2F6 background.


Related colors

Complementary color

Complementary color for #hex is #311D09.


I love getcolorcode.com

Triadic colors

1 #F6CEE2 and #E2F6CE with #CEE2F6 are triadic colors.

2 #F6E2CE and #E2CEF6 with #CEE2F6 are triadic colors.