COLOR #DDEDBF

HEX: #DDEDBF
RGB: (221,237,191)

Color info

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

RGB color model

#DDEDBF color RGB value is (221,237,191).

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

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 191 of 255 = 75%

221
237
191

R + G + B ~ 85%. #DDEDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 237 + 191 = 649 (100%)
R 221 of 649 ~ 34.05%
G 237 of 649 ~ 36.52%
B 191 of 649 ~ 29.43%

%34.05
%36.52
%29.43

CMYK color model

#DDEDBF color CMYK value is (7,0,19,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(7,0,19,7)
C7M0Y19K7 
(7%,0%,19%,7%)
(0.07/0.00/0.19/0.07)	

CMYK percentages

%6.75
%0
%19.41
%7.06

Codes

Color #DDEDBF in popluar color models

DDEDBF
RGB221237191
HSL81°56.10%83.92%
HSB/HSV81°19.41%92.94%
CMYK6.75%0.00%19.41%
7.06%

Color #DDEDBF in popluar number systems.

HEXDDEDBF
Decimal221237191
Binary110111011110110110111111
Octal335355277

Shades and tints

Shades of #DDEDBF

#DDEDBF
(221,237,191)
#C9D8AE
(201,216,174)
#B5C39D
(181,195,157)
#A1AE8C
(161,174,140)
#8D997B
(141,153,123)
#79846A
(121,132,106)
#656F59
(101,111,89)
#515A48
(81,90,72)
#3D4537
(61,69,55)
#293026
(41,48,38)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #DDEDBF

#DDEDBF
(221,237,191)
#E0EEC4
(224,238,196)
#E3EFC9
(227,239,201)
#E6F0CE
(230,240,206)
#E9F1D3
(233,241,211)
#ECF2D8
(236,242,216)
#EFF3DD
(239,243,221)
#F2F4E2
(242,244,226)
#F5F5E7
(245,245,231)
#F8F6EC
(248,246,236)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDBF; }

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

This text font color is #DDEDBF.


Background Color

.myBgColor { background-color: #DDEDBF; }

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

This div background color is #DDEDBF.


Border color

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

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

This div border color is #DDEDBF.


Opacity

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

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

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

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

This text has shadow with #DDEDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEDBF on black background.


Color preview on white background

This text has color #DDEDBF on white background.



Black color preview on #DDEDBF background

This text has black color on #DDEDBF background.


White color preview on #DDEDBF background

This text has white color on #DDEDBF background.