COLOR #DDEDB7

HEX: #DDEDB7
RGB: (221,237,183)

Color info

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

RGB color model

#DDEDB7 color RGB value is (221,237,183).

  • red value is 221;
  • green value is 237;
  • blue value is 183.
RGB:
(221,237,183)
(87%,93%,72%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 183 of 255 = 72%

221
237
183

R + G + B ~ 84%. #DDEDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 183 = 641 (100%)
R 221 of 641 ~ 34.48%
G 237 of 641 ~ 36.97%
B 183 of 641 ~ 28.55%

%34.48
%36.97
%28.55

CMYK color model

#DDEDB7 color CMYK value is (7,0,23,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(7,0,23,7)
C7M0Y23K7 
(7%,0%,23%,7%)
(0.07/0.00/0.23/0.07)	

CMYK percentages

%6.75
%0
%22.78
%7.06

Codes

Color #DDEDB7 in popluar color models

DDEDB7
RGB221237183
HSL78°60.00%82.35%
HSB/HSV78°22.78%92.94%
CMYK6.75%0.00%22.78%
7.06%

Color #DDEDB7 in popluar number systems.

HEXDDEDB7
Decimal221237183
Binary110111011110110110110111
Octal335355267

Shades and tints

Shades of #DDEDB7

#DDEDB7
(221,237,183)
#C9D8A7
(201,216,167)
#B5C397
(181,195,151)
#A1AE87
(161,174,135)
#8D9977
(141,153,119)
#798467
(121,132,103)
#656F57
(101,111,87)
#515A47
(81,90,71)
#3D4537
(61,69,55)
#293027
(41,48,39)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #DDEDB7

#DDEDB7
(221,237,183)
#E0EEBD
(224,238,189)
#E3EFC3
(227,239,195)
#E6F0C9
(230,240,201)
#E9F1CF
(233,241,207)
#ECF2D5
(236,242,213)
#EFF3DB
(239,243,219)
#F2F4E1
(242,244,225)
#F5F5E7
(245,245,231)
#F8F6ED
(248,246,237)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEDB7 color. Also use rgb(221,237,183) instead hex code.

Text Font Color

.myTextColor { color: #DDEDB7; }

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

This text font color is #DDEDB7.


Background Color

.myBgColor { background-color: #DDEDB7; }

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

This div background color is #DDEDB7.


Border color

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

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

This div border color is #DDEDB7.


Opacity

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

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

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

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

This text has shadow with #DDEDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDB7 on black background.


Color preview on white background

This text has color #DDEDB7 on white background.



Black color preview on #DDEDB7 background

This text has black color on #DDEDB7 background.


White color preview on #DDEDB7 background

This text has white color on #DDEDB7 background.