COLOR #CEEED7

HEX: #CEEED7
RGB: (206,238,215)

Color info

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

RGB color model

#CEEED7 color RGB value is (206,238,215).

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

RGB channels and saturation

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

206
238
215

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

Portions of RGB colors in percentages

R + G + B =
206 + 238 + 215 = 659 (100%)
R 206 of 659 ~ 31.26%
G 238 of 659 ~ 36.12%
B 215 of 659 ~ 32.63%

%31.26
%36.12
%32.63

CMYK color model

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

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

Codes

Color #CEEED7 in popluar color models

CEEED7
RGB206238215
HSL137°48.48%87.06%
HSB/HSV137°13.45%93.33%
CMYK13.45%0.00%9.66%
6.67%

Color #CEEED7 in popluar number systems.

HEXCEEED7
Decimal206238215
Binary110011101110111011010111
Octal316356327

Shades and tints

Shades of #CEEED7

#CEEED7
(206,238,215)
#BCD9C4
(188,217,196)
#AAC4B1
(170,196,177)
#98AF9E
(152,175,158)
#869A8B
(134,154,139)
#748578
(116,133,120)
#627065
(98,112,101)
#505B52
(80,91,82)
#3E463F
(62,70,63)
#2C312C
(44,49,44)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #CEEED7

#CEEED7
(206,238,215)
#D2EFDA
(210,239,218)
#D6F0DD
(214,240,221)
#DAF1E0
(218,241,224)
#DEF2E3
(222,242,227)
#E2F3E6
(226,243,230)
#E6F4E9
(230,244,233)
#EAF5EC
(234,245,236)
#EEF6EF
(238,246,239)
#F2F7F2
(242,247,242)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEEED7; }

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

This text font color is #CEEED7.


Background Color

.myBgColor { background-color: #CEEED7; }

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

This div background color is #CEEED7.


Border color

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

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

This div border color is #CEEED7.


Opacity

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

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

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

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

This text has shadow with #CEEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEED7 on black background.


Color preview on white background

This text has color #CEEED7 on white background.



Black color preview on #CEEED7 background

This text has black color on #CEEED7 background.


White color preview on #CEEED7 background

This text has white color on #CEEED7 background.