COLOR #CEEED9

HEX: #CEEED9
RGB: (206,238,217)

Color info

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

RGB color model

#CEEED9 color RGB value is (206,238,217).

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

RGB channels and saturation

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

206
238
217

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

Portions of RGB colors in percentages

R + G + B =
206 + 238 + 217 = 661 (100%)
R 206 of 661 ~ 31.16%
G 238 of 661 ~ 36.01%
B 217 of 661 ~ 32.83%

%31.16
%36.01
%32.83

CMYK color model

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

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • 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
%8.82
%6.67

Codes

Color #CEEED9 in popluar color models

CEEED9
RGB206238217
HSL141°48.48%87.06%
HSB/HSV141°13.45%93.33%
CMYK13.45%0.00%8.82%
6.67%

Color #CEEED9 in popluar number systems.

HEXCEEED9
Decimal206238217
Binary110011101110111011011001
Octal316356331

Shades and tints

Shades of #CEEED9

#CEEED9
(206,238,217)
#BCD9C6
(188,217,198)
#AAC4B3
(170,196,179)
#98AFA0
(152,175,160)
#869A8D
(134,154,141)
#74857A
(116,133,122)
#627067
(98,112,103)
#505B54
(80,91,84)
#3E4641
(62,70,65)
#2C312E
(44,49,46)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #CEEED9

#CEEED9
(206,238,217)
#D2EFDC
(210,239,220)
#D6F0DF
(214,240,223)
#DAF1E2
(218,241,226)
#DEF2E5
(222,242,229)
#E2F3E8
(226,243,232)
#E6F4EB
(230,244,235)
#EAF5EE
(234,245,238)
#EEF6F1
(238,246,241)
#F2F7F4
(242,247,244)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEED9; }

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

This text font color is #CEEED9.


Background Color

.myBgColor { background-color: #CEEED9; }

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

This div background color is #CEEED9.


Border color

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

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

This div border color is #CEEED9.


Opacity

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

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

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

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

This text has shadow with #CEEED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEED9 on black background.


Color preview on white background

This text has color #CEEED9 on white background.



Black color preview on #CEEED9 background

This text has black color on #CEEED9 background.


White color preview on #CEEED9 background

This text has white color on #CEEED9 background.