COLOR #DFE8C5

HEX: #DFE8C5 RGB: (223,232,197)

Color info

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

RGB color model

#DFE8C5 color RGB value is (223,232,197).

RGB: (223,232,197) (87%, 91%, 77%)

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 197 of 255 = 77%

223
232
197

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

Portions of RGB colors in percentages

R + G + B = 223 + 232 + 197 = 652 (100%)
R 223 of 652 ~ 34.2%
G 232 of 652 ~ 35.58%
B 197 of 652 ~ 30.21'%

%34.2
%35.58
%30.21

CMYK color model

#DFE8C5 color CMYK value is (4,0,15,9).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK: (4,0,15,9) C4M0Y15K9 (4%,0%,15%,9%) (0.04/0.00/0.15/0.09) 

CMYK percentages

%3.88
%0
%15.09
%9.02

Codes

Color #DFE8C5 in popluar color models

DF E8 C5
RGB 223 232 197
HSL 75° 43.21% 84.12%
HSB/HSV 75° 15.09% 90.98%
CMYK 3.88% 0.00% 15.09%
9.02%

Color #DFE8C5 in popluar number systems.

HEX DF E8 C5
Decimal 223 232 197
Binary 11011111 11101000 11000101
Octal 337 350 305

Shades and tints

Shades of #DFE8C5

#DFE8C5
(223,232,197)
#CBD3B4
(203,211,180)
#B7BEA3
(183,190,163)
#A3A992
(163,169,146)
#8F9481
(143,148,129)
#7B7F70
(123,127,112)
#676A5F
(103,106,95)
#53554E
(83,85,78)
#3F403D
(63,64,61)
#2B2B2C
(43,43,44)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #DFE8C5

#DFE8C5
(223,232,197)
#E1EACA
(225,234,202)
#E3ECCF
(227,236,207)
#E5EED4
(229,238,212)
#E7F0D9
(231,240,217)
#E9F2DE
(233,242,222)
#EBF4E3
(235,244,227)
#EDF6E8
(237,246,232)
#EFF8ED
(239,248,237)
#F1FAF2
(241,250,242)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE8C5 color. Also use rgb(223,232,197) instead hex code.

Text Font Color

.myTextColor { color: #DFE8C5; }

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

This text font color is #DFE8C5.

Background Color

.myBgColor { background-color: #DFE8C5; }

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

This div background color is #DFE8C5.

Border color

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

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

This div border color is #DFE8C5.

Opacity

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

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

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

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

This text has shadow with #DFE8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE8C5.

Preview

Color preview on black background

This text has color #DFE8C5 on black background.


Color preview on white background

This text has color #DFE8C5 on white background.


Black color preview on #DFE8C5 background

This text has black color on #DFE8C5 background.


White color preview on #DFE8C5 background

This text has white color on #DFE8C5 background.


Related colors

Complementary color

Complementary color for #hex is #20173A.


I love getcolorcode.com

Triadic colors

1 #C5DFE8 and #E8C5DF with #DFE8C5 are triadic colors.

2 #C5E8DF and #E8DFC5 with #DFE8C5 are triadic colors.