COLOR #CEEED6

HEX: #CEEED6
RGB: (206,238,214)

Color info

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

RGB color model

#CEEED6 color RGB value is (206,238,214).

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

RGB channels and saturation

R 206 of 255 = 81%
G 238 of 255 = 93%
B 214 of 255 = 84%

206
238
214

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

Portions of RGB colors in percentages

R + G + B =
206 + 238 + 214 = 658 (100%)
R 206 of 658 ~ 31.31%
G 238 of 658 ~ 36.17%
B 214 of 658 ~ 32.52%

%31.31
%36.17
%32.52

CMYK color model

#CEEED6 color CMYK value is (13,0,10,7).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(13,0,10,7)
C13M0Y10K7 
(13%,0%,10%,7%)
(0.13/0.00/0.10/0.07)	

CMYK percentages

%13.45
%0
%10.08
%6.67

Codes

Color #CEEED6 in popluar color models

CEEED6
RGB206238214
HSL135°48.48%87.06%
HSB/HSV135°13.45%93.33%
CMYK13.45%0.00%10.08%
6.67%

Color #CEEED6 in popluar number systems.

HEXCEEED6
Decimal206238214
Binary110011101110111011010110
Octal316356326

Shades and tints

Shades of #CEEED6

#CEEED6
(206,238,214)
#BCD9C3
(188,217,195)
#AAC4B0
(170,196,176)
#98AF9D
(152,175,157)
#869A8A
(134,154,138)
#748577
(116,133,119)
#627064
(98,112,100)
#505B51
(80,91,81)
#3E463E
(62,70,62)
#2C312B
(44,49,43)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #CEEED6

#CEEED6
(206,238,214)
#D2EFD9
(210,239,217)
#D6F0DC
(214,240,220)
#DAF1DF
(218,241,223)
#DEF2E2
(222,242,226)
#E2F3E5
(226,243,229)
#E6F4E8
(230,244,232)
#EAF5EB
(234,245,235)
#EEF6EE
(238,246,238)
#F2F7F1
(242,247,241)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEED6; }

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

This text font color is #CEEED6.


Background Color

.myBgColor { background-color: #CEEED6; }

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

This div background color is #CEEED6.


Border color

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

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

This div border color is #CEEED6.


Opacity

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

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

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

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

This text has shadow with #CEEED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEED6 on black background.


Color preview on white background

This text has color #CEEED6 on white background.



Black color preview on #CEEED6 background

This text has black color on #CEEED6 background.


White color preview on #CEEED6 background

This text has white color on #CEEED6 background.