COLOR #CEE4F2

HEX: #CEE4F2 RGB: (206,228,242)

Color info

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

RGB color model

#CEE4F2 color RGB value is (206,228,242).

RGB: (206,228,242) (81%, 89%, 95%)

RGB channels and saturation

R 206 of 255 = 81%
G 228 of 255 = 89%
B 242 of 255 = 95%

206
228
242

R + G + B ~ 88%. #CEE4F2 is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 228 + 242 = 676 (100%)
R 206 of 676 ~ 30.47%
G 228 of 676 ~ 33.73%
B 242 of 676 ~ 35.8'%

%30.47
%33.73
%35.8

CMYK color model

#CEE4F2 color CMYK value is (15,6,0,5).

  • cyan value is 14.88%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (15,6,0,5)
C15M6Y0K5 (15%, 6%, 0%, 5%)
(0.15 / 0.06 / 0.00 / 0.05)

CMYK percentages

%14.88
%5.79
%0
%5.1

Codes

Color #CEE4F2 in popluar color models

CE E4 F2
RGB 206 228 242
HSL 203° 58.06% 87.84%
HSB/HSV 203° 14.88% 94.90%
CMYK 14.88% 5.79% 0.00%
5.10%

Color #CEE4F2 in popluar number systems.

HEX CE E4 F2
Decimal 206 228 242
Binary 11001110 11100100 11110010
Octal 316 344 362

Shades and tints

Shades of #CEE4F2

#CEE4F2
(206,228,242)
#BCD0DC
(188,208,220)
#AABCC6
(170,188,198)
#98A8B0
(152,168,176)
#86949A
(134,148,154)
#748084
(116,128,132)
#626C6E
(98,108,110)
#505858
(80,88,88)
#3E4442
(62,68,66)
#2C302C
(44,48,44)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #CEE4F2

#CEE4F2
(206,228,242)
#D2E6F3
(210,230,243)
#D6E8F4
(214,232,244)
#DAEAF5
(218,234,245)
#DEECF6
(222,236,246)
#E2EEF7
(226,238,247)
#E6F0F8
(230,240,248)
#EAF2F9
(234,242,249)
#EEF4FA
(238,244,250)
#F2F6FB
(242,246,251)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE4F2; }

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

This text font color is #CEE4F2.

Background Color

.myBgColor { background-color: #CEE4F2; }

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

This div background color is #CEE4F2.

Border color

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

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

This div border color is #CEE4F2.

Opacity

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

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

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

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

This text has shadow with #CEE4F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE4F2.

Preview

Color preview on black background

This text has color #CEE4F2 on black background.


Color preview on white background

This text has color #CEE4F2 on white background.


Black color preview on #CEE4F2 background

This text has black color on #CEE4F2 background.


White color preview on #CEE4F2 background

This text has white color on #CEE4F2 background.


Related colors

Complementary color

Complementary color for #hex is #311B0D.


I love getcolorcode.com

Triadic colors

1 #F2CEE4 and #E4F2CE with #CEE4F2 are triadic colors.

2 #F2E4CE and #E4CEF2 with #CEE4F2 are triadic colors.