COLOR #DEEDB3

HEX: #DEEDB3
RGB: (222,237,179)

Color info

#DEEDB3 contains red, green and blue colors in about the same proportion. Web safe color of #DEEDB3 is #CCFF99 (or #CF9).

RGB color model

#DEEDB3 color RGB value is (222,237,179).

  • red value is 222;
  • green value is 237;
  • blue value is 179.
RGB:
(222,237,179)
(87%,93%,70%)

RGB channels and saturation

R 222 of 255 = 87%
G 237 of 255 = 93%
B 179 of 255 = 70%

222
237
179

R + G + B ~ 83%. #DEEDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 237 + 179 = 638 (100%)
R 222 of 638 ~ 34.8%
G 237 of 638 ~ 37.15%
B 179 of 638 ~ 28.06%

%34.8
%37.15
%28.06

CMYK color model

#DEEDB3 color CMYK value is (6,0,24,7).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 24.47%
  • key color value is 7.06%
CMYK:
(6,0,24,7)
C6M0Y24K7 
(6%,0%,24%,7%)
(0.06/0.00/0.24/0.07)	

CMYK percentages

%6.33
%0
%24.47
%7.06

Codes

Color #DEEDB3 in popluar color models

DEEDB3
RGB222237179
HSL76°61.70%81.57%
HSB/HSV76°24.47%92.94%
CMYK6.33%0.00%24.47%
7.06%

Color #DEEDB3 in popluar number systems.

HEXDEEDB3
Decimal222237179
Binary110111101110110110110011
Octal336355263

Shades and tints

Shades of #DEEDB3

#DEEDB3
(222,237,179)
#CAD8A3
(202,216,163)
#B6C393
(182,195,147)
#A2AE83
(162,174,131)
#8E9973
(142,153,115)
#7A8463
(122,132,99)
#666F53
(102,111,83)
#525A43
(82,90,67)
#3E4533
(62,69,51)
#2A3023
(42,48,35)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #DEEDB3

#DEEDB3
(222,237,179)
#E1EEB9
(225,238,185)
#E4EFBF
(228,239,191)
#E7F0C5
(231,240,197)
#EAF1CB
(234,241,203)
#EDF2D1
(237,242,209)
#F0F3D7
(240,243,215)
#F3F4DD
(243,244,221)
#F6F5E3
(246,245,227)
#F9F6E9
(249,246,233)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEEDB3 color. Also use rgb(222,237,179) instead hex code.

Text Font Color

.myTextColor { color: #DEEDB3; }

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

This text font color is #DEEDB3.


Background Color

.myBgColor { background-color: #DEEDB3; }

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

This div background color is #DEEDB3.


Border color

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

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

This div border color is #DEEDB3.


Opacity

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

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

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

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

This text has shadow with #DEEDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEDB3 on black background.


Color preview on white background

This text has color #DEEDB3 on white background.



Black color preview on #DEEDB3 background

This text has black color on #DEEDB3 background.


White color preview on #DEEDB3 background

This text has white color on #DEEDB3 background.