COLOR #CEE6D8

HEX: #CEE6D8
RGB: (206,230,216)

Color info

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

RGB color model

#CEE6D8 color RGB value is (206,230,216).

  • red value is 206;
  • green value is 230;
  • blue value is 216.
RGB:
(206,230,216)
(81%,90%,85%)

RGB channels and saturation

R 206 of 255 = 81%
G 230 of 255 = 90%
B 216 of 255 = 85%

206
230
216

R + G + B ~ 85%. #CEE6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 230 + 216 = 652 (100%)
R 206 of 652 ~ 31.6%
G 230 of 652 ~ 35.28%
B 216 of 652 ~ 33.13%

%31.6
%35.28
%33.13

CMYK color model

#CEE6D8 color CMYK value is (10,0,6,10).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK:
(10,0,6,10)
C10M0Y6K10 
(10%,0%,6%,10%)
(0.10/0.00/0.06/0.10)	

CMYK percentages

%10.43
%0
%6.09
%9.8

Codes

Color #CEE6D8 in popluar color models

CEE6D8
RGB206230216
HSL145°32.43%85.49%
HSB/HSV145°10.43%90.20%
CMYK10.43%0.00%6.09%
9.80%

Color #CEE6D8 in popluar number systems.

HEXCEE6D8
Decimal206230216
Binary110011101110011011011000
Octal316346330

Shades and tints

Shades of #CEE6D8

#CEE6D8
(206,230,216)
#BCD2C5
(188,210,197)
#AABEB2
(170,190,178)
#98AA9F
(152,170,159)
#86968C
(134,150,140)
#748279
(116,130,121)
#626E66
(98,110,102)
#505A53
(80,90,83)
#3E4640
(62,70,64)
#2C322D
(44,50,45)
#1A1E1A
(26,30,26)
#000000
(0,0,0)

Tints of #CEE6D8

#CEE6D8
(206,230,216)
#D2E8DB
(210,232,219)
#D6EADE
(214,234,222)
#DAECE1
(218,236,225)
#DEEEE4
(222,238,228)
#E2F0E7
(226,240,231)
#E6F2EA
(230,242,234)
#EAF4ED
(234,244,237)
#EEF6F0
(238,246,240)
#F2F8F3
(242,248,243)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE6D8; }

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

This text font color is #CEE6D8.


Background Color

.myBgColor { background-color: #CEE6D8; }

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

This div background color is #CEE6D8.


Border color

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

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

This div border color is #CEE6D8.


Opacity

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

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

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

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

This text has shadow with #CEE6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE6D8 on black background.


Color preview on white background

This text has color #CEE6D8 on white background.



Black color preview on #CEE6D8 background

This text has black color on #CEE6D8 background.


White color preview on #CEE6D8 background

This text has white color on #CEE6D8 background.