COLOR #DFE5C4

HEX: #DFE5C4 RGB: (223,229,196)

Color info

#DFE5C4 contains red, green and blue colors in about the same proportion. Web safe color of #DFE5C4 is #CCCCCC (or #CCC).

RGB color model

#DFE5C4 color RGB value is (223,229,196).

RGB: (223,229,196) (87%, 90%, 77%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 196 of 255 = 77%

223
229
196

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

Portions of RGB colors in percentages

R + G + B = 223 + 229 + 196 = 648 (100%)
R 223 of 648 ~ 34.41%
G 229 of 648 ~ 35.34%
B 196 of 648 ~ 30.25'%

%34.41
%35.34
%30.25

CMYK color model

#DFE5C4 color CMYK value is (3,0,14,10).

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 10.20%

CMYK: (3,0,14,10)
C3M0Y14K10 (3%, 0%, 14%, 10%)
(0.03 / 0.00 / 0.14 / 0.10)

CMYK percentages

%2.62
%0
%14.41
%10.2

Codes

Color #DFE5C4 in popluar color models

DF E5 C4
RGB 223 229 196
HSL 71° 38.82% 83.33%
HSB/HSV 71° 14.41% 89.80%
CMYK 2.62% 0.00% 14.41%
10.20%

Color #DFE5C4 in popluar number systems.

HEX DF E5 C4
Decimal 223 229 196
Binary 11011111 11100101 11000100
Octal 337 345 304

Shades and tints

Shades of #DFE5C4

#DFE5C4
(223,229,196)
#CBD1B3
(203,209,179)
#B7BDA2
(183,189,162)
#A3A991
(163,169,145)
#8F9580
(143,149,128)
#7B816F
(123,129,111)
#676D5E
(103,109,94)
#53594D
(83,89,77)
#3F453C
(63,69,60)
#2B312B
(43,49,43)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #DFE5C4

#DFE5C4
(223,229,196)
#E1E7C9
(225,231,201)
#E3E9CE
(227,233,206)
#E5EBD3
(229,235,211)
#E7EDD8
(231,237,216)
#E9EFDD
(233,239,221)
#EBF1E2
(235,241,226)
#EDF3E7
(237,243,231)
#EFF5EC
(239,245,236)
#F1F7F1
(241,247,241)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5C4; }

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

This text font color is #DFE5C4.

Background Color

.myBgColor { background-color: #DFE5C4; }

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

This div background color is #DFE5C4.

Border color

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

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

This div border color is #DFE5C4.

Opacity

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

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

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

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

This text has shadow with #DFE5C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE5C4.

Preview

Color preview on black background

This text has color #DFE5C4 on black background.


Color preview on white background

This text has color #DFE5C4 on white background.


Black color preview on #DFE5C4 background

This text has black color on #DFE5C4 background.


White color preview on #DFE5C4 background

This text has white color on #DFE5C4 background.


Related colors

Complementary color

Complementary color for #hex is #201A3B.


I love getcolorcode.com

Triadic colors

1 #C4DFE5 and #E5C4DF with #DFE5C4 are triadic colors.

2 #C4E5DF and #E5DFC4 with #DFE5C4 are triadic colors.