COLOR #DFEDC4

HEX: #DFEDC4
RGB: (223,237,196)

Color info

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

RGB color model

#DFEDC4 color RGB value is (223,237,196).

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

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 196 of 255 = 77%

223
237
196

R + G + B ~ 86%. #DFEDC4 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 196 = 656 (100%)
R 223 of 656 ~ 33.99%
G 237 of 656 ~ 36.13%
B 196 of 656 ~ 29.88%

%33.99
%36.13
%29.88

CMYK color model

#DFEDC4 color CMYK value is (6,0,17,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 7.06%
CMYK:
(6,0,17,7)
C6M0Y17K7 
(6%,0%,17%,7%)
(0.06/0.00/0.17/0.07)	

CMYK percentages

%5.91
%0
%17.3
%7.06

Codes

Color #DFEDC4 in popluar color models

DFEDC4
RGB223237196
HSL80°53.25%84.90%
HSB/HSV80°17.30%92.94%
CMYK5.91%0.00%17.30%
7.06%

Color #DFEDC4 in popluar number systems.

HEXDFEDC4
Decimal223237196
Binary110111111110110111000100
Octal337355304

Shades and tints

Shades of #DFEDC4

#DFEDC4
(223,237,196)
#CBD8B3
(203,216,179)
#B7C3A2
(183,195,162)
#A3AE91
(163,174,145)
#8F9980
(143,153,128)
#7B846F
(123,132,111)
#676F5E
(103,111,94)
#535A4D
(83,90,77)
#3F453C
(63,69,60)
#2B302B
(43,48,43)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #DFEDC4

#DFEDC4
(223,237,196)
#E1EEC9
(225,238,201)
#E3EFCE
(227,239,206)
#E5F0D3
(229,240,211)
#E7F1D8
(231,241,216)
#E9F2DD
(233,242,221)
#EBF3E2
(235,243,226)
#EDF4E7
(237,244,231)
#EFF5EC
(239,245,236)
#F1F6F1
(241,246,241)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDC4; }

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

This text font color is #DFEDC4.


Background Color

.myBgColor { background-color: #DFEDC4; }

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

This div background color is #DFEDC4.


Border color

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

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

This div border color is #DFEDC4.


Opacity

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

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

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

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

This text has shadow with #DFEDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDC4 on black background.


Color preview on white background

This text has color #DFEDC4 on white background.



Black color preview on #DFEDC4 background

This text has black color on #DFEDC4 background.


White color preview on #DFEDC4 background

This text has white color on #DFEDC4 background.