COLOR #DFEDBD

HEX: #DFEDBD
RGB: (223,237,189)

Color info

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

RGB color model

#DFEDBD color RGB value is (223,237,189).

  • red value is 223;
  • green value is 237;
  • blue value is 189.
RGB:
(223,237,189)
(87%,93%,74%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 189 of 255 = 74%

223
237
189

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

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 189 = 649 (100%)
R 223 of 649 ~ 34.36%
G 237 of 649 ~ 36.52%
B 189 of 649 ~ 29.12%

%34.36
%36.52
%29.12

CMYK color model

#DFEDBD color CMYK value is (6,0,20,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 7.06%
CMYK:
(6,0,20,7)
C6M0Y20K7 
(6%,0%,20%,7%)
(0.06/0.00/0.20/0.07)	

CMYK percentages

%5.91
%0
%20.25
%7.06

Codes

Color #DFEDBD in popluar color models

DFEDBD
RGB223237189
HSL78°57.14%83.53%
HSB/HSV78°20.25%92.94%
CMYK5.91%0.00%20.25%
7.06%

Color #DFEDBD in popluar number systems.

HEXDFEDBD
Decimal223237189
Binary110111111110110110111101
Octal337355275

Shades and tints

Shades of #DFEDBD

#DFEDBD
(223,237,189)
#CBD8AC
(203,216,172)
#B7C39B
(183,195,155)
#A3AE8A
(163,174,138)
#8F9979
(143,153,121)
#7B8468
(123,132,104)
#676F57
(103,111,87)
#535A46
(83,90,70)
#3F4535
(63,69,53)
#2B3024
(43,48,36)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #DFEDBD

#DFEDBD
(223,237,189)
#E1EEC3
(225,238,195)
#E3EFC9
(227,239,201)
#E5F0CF
(229,240,207)
#E7F1D5
(231,241,213)
#E9F2DB
(233,242,219)
#EBF3E1
(235,243,225)
#EDF4E7
(237,244,231)
#EFF5ED
(239,245,237)
#F1F6F3
(241,246,243)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEDBD color. Also use rgb(223,237,189) instead hex code.

Text Font Color

.myTextColor { color: #DFEDBD; }

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

This text font color is #DFEDBD.


Background Color

.myBgColor { background-color: #DFEDBD; }

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

This div background color is #DFEDBD.


Border color

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

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

This div border color is #DFEDBD.


Opacity

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

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

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

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

This text has shadow with #DFEDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDBD on black background.


Color preview on white background

This text has color #DFEDBD on white background.



Black color preview on #DFEDBD background

This text has black color on #DFEDBD background.


White color preview on #DFEDBD background

This text has white color on #DFEDBD background.