COLOR #CEEED8

HEX: #CEEED8
RGB: (206,238,216)

Color info

#CEEED8 contains red, green and blue colors in about the same proportion. Web safe color of #CEEED8 is #CCFFCC (or #CFC).

RGB color model

#CEEED8 color RGB value is (206,238,216).

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

RGB channels and saturation

R 206 of 255 = 81%
G 238 of 255 = 93%
B 216 of 255 = 85%

206
238
216

R + G + B ~ 86%. #CEEED8 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 238 + 216 = 660 (100%)
R 206 of 660 ~ 31.21%
G 238 of 660 ~ 36.06%
B 216 of 660 ~ 32.73%

%31.21
%36.06
%32.73

CMYK color model

#CEEED8 color CMYK value is (13,0,9,7).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 6.67%
CMYK:
(13,0,9,7)
C13M0Y9K7 
(13%,0%,9%,7%)
(0.13/0.00/0.09/0.07)	

CMYK percentages

%13.45
%0
%9.24
%6.67

Codes

Color #CEEED8 in popluar color models

CEEED8
RGB206238216
HSL139°48.48%87.06%
HSB/HSV139°13.45%93.33%
CMYK13.45%0.00%9.24%
6.67%

Color #CEEED8 in popluar number systems.

HEXCEEED8
Decimal206238216
Binary110011101110111011011000
Octal316356330

Shades and tints

Shades of #CEEED8

#CEEED8
(206,238,216)
#BCD9C5
(188,217,197)
#AAC4B2
(170,196,178)
#98AF9F
(152,175,159)
#869A8C
(134,154,140)
#748579
(116,133,121)
#627066
(98,112,102)
#505B53
(80,91,83)
#3E4640
(62,70,64)
#2C312D
(44,49,45)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #CEEED8

#CEEED8
(206,238,216)
#D2EFDB
(210,239,219)
#D6F0DE
(214,240,222)
#DAF1E1
(218,241,225)
#DEF2E4
(222,242,228)
#E2F3E7
(226,243,231)
#E6F4EA
(230,244,234)
#EAF5ED
(234,245,237)
#EEF6F0
(238,246,240)
#F2F7F3
(242,247,243)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEED8; }

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

This text font color is #CEEED8.


Background Color

.myBgColor { background-color: #CEEED8; }

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

This div background color is #CEEED8.


Border color

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

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

This div border color is #CEEED8.


Opacity

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

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

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

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

This text has shadow with #CEEED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEED8 on black background.


Color preview on white background

This text has color #CEEED8 on white background.



Black color preview on #CEEED8 background

This text has black color on #CEEED8 background.


White color preview on #CEEED8 background

This text has white color on #CEEED8 background.