COLOR #DEEED7

HEX: #DEEED7
RGB: (222,238,215)

Color info

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

RGB color model

#DEEED7 color RGB value is (222,238,215).

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

RGB channels and saturation

R 222 of 255 = 87%
G 238 of 255 = 93%
B 215 of 255 = 84%

222
238
215

R + G + B ~ 88%. #DEEED7 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 238 + 215 = 675 (100%)
R 222 of 675 ~ 32.89%
G 238 of 675 ~ 35.26%
B 215 of 675 ~ 31.85%

%32.89
%35.26
%31.85

CMYK color model

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

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(7,0,10,7)
C7M0Y10K7 
(7%,0%,10%,7%)
(0.07/0.00/0.10/0.07)	

CMYK percentages

%6.72
%0
%9.66
%6.67

Codes

Color #DEEED7 in popluar color models

DEEED7
RGB222238215
HSL102°40.35%88.82%
HSB/HSV102°9.66%93.33%
CMYK6.72%0.00%9.66%
6.67%

Color #DEEED7 in popluar number systems.

HEXDEEED7
Decimal222238215
Binary110111101110111011010111
Octal336356327

Shades and tints

Shades of #DEEED7

#DEEED7
(222,238,215)
#CAD9C4
(202,217,196)
#B6C4B1
(182,196,177)
#A2AF9E
(162,175,158)
#8E9A8B
(142,154,139)
#7A8578
(122,133,120)
#667065
(102,112,101)
#525B52
(82,91,82)
#3E463F
(62,70,63)
#2A312C
(42,49,44)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #DEEED7

#DEEED7
(222,238,215)
#E1EFDA
(225,239,218)
#E4F0DD
(228,240,221)
#E7F1E0
(231,241,224)
#EAF2E3
(234,242,227)
#EDF3E6
(237,243,230)
#F0F4E9
(240,244,233)
#F3F5EC
(243,245,236)
#F6F6EF
(246,246,239)
#F9F7F2
(249,247,242)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEEED7; }

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

This text font color is #DEEED7.


Background Color

.myBgColor { background-color: #DEEED7; }

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

This div background color is #DEEED7.


Border color

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

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

This div border color is #DEEED7.


Opacity

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

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

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

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

This text has shadow with #DEEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEED7 on black background.


Color preview on white background

This text has color #DEEED7 on white background.



Black color preview on #DEEED7 background

This text has black color on #DEEED7 background.


White color preview on #DEEED7 background

This text has white color on #DEEED7 background.