COLOR #CEE4E6

HEX: #CEE4E6 RGB: (206,228,230)

Color info

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

RGB color model

#CEE4E6 color RGB value is (206,228,230).

RGB: (206,228,230) (81%, 89%, 90%)

RGB channels and saturation

R 206 of 255 = 81%
G 228 of 255 = 89%
B 230 of 255 = 90%

206
228
230

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

Portions of RGB colors in percentages

R + G + B = 206 + 228 + 230 = 664 (100%)
R 206 of 664 ~ 31.02%
G 228 of 664 ~ 34.34%
B 230 of 664 ~ 34.64'%

%31.02
%34.34
%34.64

CMYK color model

#CEE4E6 color CMYK value is (10,1,0,10).

  • cyan value is 10.43%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (10,1,0,10) C10M1Y0K10 (10%,1%,0%,10%) (0.10/0.01/0.00/0.10) 

CMYK percentages

%10.43
%0.87
%0
%9.8

Codes

Color #CEE4E6 in popluar color models

CE E4 E6
RGB 206 228 230
HSL 185° 32.43% 85.49%
HSB/HSV 185° 10.43% 90.20%
CMYK 10.43% 0.87% 0.00%
9.80%

Color #CEE4E6 in popluar number systems.

HEX CE E4 E6
Decimal 206 228 230
Binary 11001110 11100100 11100110
Octal 316 344 346

Shades and tints

Shades of #CEE4E6

#CEE4E6
(206,228,230)
#BCD0D2
(188,208,210)
#AABCBE
(170,188,190)
#98A8AA
(152,168,170)
#869496
(134,148,150)
#748082
(116,128,130)
#626C6E
(98,108,110)
#50585A
(80,88,90)
#3E4446
(62,68,70)
#2C3032
(44,48,50)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #CEE4E6

#CEE4E6
(206,228,230)
#D2E6E8
(210,230,232)
#D6E8EA
(214,232,234)
#DAEAEC
(218,234,236)
#DEECEE
(222,236,238)
#E2EEF0
(226,238,240)
#E6F0F2
(230,240,242)
#EAF2F4
(234,242,244)
#EEF4F6
(238,244,246)
#F2F6F8
(242,246,248)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE4E6; }

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

This text font color is #CEE4E6.

Background Color

.myBgColor { background-color: #CEE4E6; }

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

This div background color is #CEE4E6.

Border color

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

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

This div border color is #CEE4E6.

Opacity

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

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

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

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

This text has shadow with #CEE4E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE4E6.

Preview

Color preview on black background

This text has color #CEE4E6 on black background.


Color preview on white background

This text has color #CEE4E6 on white background.


Black color preview on #CEE4E6 background

This text has black color on #CEE4E6 background.


White color preview on #CEE4E6 background

This text has white color on #CEE4E6 background.


Related colors

Complementary color

Complementary color for #hex is #311B19.


I love getcolorcode.com

Triadic colors

1 #E6CEE4 and #E4E6CE with #CEE4E6 are triadic colors.

2 #E6E4CE and #E4CEE6 with #CEE4E6 are triadic colors.