COLOR #DFE5C8

HEX: #DFE5C8 RGB: (223,229,200)

Color info

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

RGB color model

#DFE5C8 color RGB value is (223,229,200).

RGB: (223,229,200) (87%, 90%, 78%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 200 of 255 = 78%

223
229
200

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

Portions of RGB colors in percentages

R + G + B = 223 + 229 + 200 = 652 (100%)
R 223 of 652 ~ 34.2%
G 229 of 652 ~ 35.12%
B 200 of 652 ~ 30.67'%

%34.2
%35.12
%30.67

CMYK color model

#DFE5C8 color CMYK value is (3,0,13,10).

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

CMYK: (3,0,13,10)
C3M0Y13K10 (3%, 0%, 13%, 10%)
(0.03 / 0.00 / 0.13 / 0.10)

CMYK percentages

%2.62
%0
%12.66
%10.2

Codes

Color #DFE5C8 in popluar color models

DF E5 C8
RGB 223 229 200
HSL 72° 35.80% 84.12%
HSB/HSV 72° 12.66% 89.80%
CMYK 2.62% 0.00% 12.66%
10.20%

Color #DFE5C8 in popluar number systems.

HEX DF E5 C8
Decimal 223 229 200
Binary 11011111 11100101 11001000
Octal 337 345 310

Shades and tints

Shades of #DFE5C8

#DFE5C8
(223,229,200)
#CBD1B6
(203,209,182)
#B7BDA4
(183,189,164)
#A3A992
(163,169,146)
#8F9580
(143,149,128)
#7B816E
(123,129,110)
#676D5C
(103,109,92)
#53594A
(83,89,74)
#3F4538
(63,69,56)
#2B3126
(43,49,38)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #DFE5C8

#DFE5C8
(223,229,200)
#E1E7CD
(225,231,205)
#E3E9D2
(227,233,210)
#E5EBD7
(229,235,215)
#E7EDDC
(231,237,220)
#E9EFE1
(233,239,225)
#EBF1E6
(235,241,230)
#EDF3EB
(237,243,235)
#EFF5F0
(239,245,240)
#F1F7F5
(241,247,245)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5C8; }

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

This text font color is #DFE5C8.

Background Color

.myBgColor { background-color: #DFE5C8; }

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

This div background color is #DFE5C8.

Border color

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

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

This div border color is #DFE5C8.

Opacity

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

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

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

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

This text has shadow with #DFE5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE5C8.

Preview

Color preview on black background

This text has color #DFE5C8 on black background.


Color preview on white background

This text has color #DFE5C8 on white background.


Black color preview on #DFE5C8 background

This text has black color on #DFE5C8 background.


White color preview on #DFE5C8 background

This text has white color on #DFE5C8 background.


Related colors

Complementary color

Complementary color for #hex is #201A37.


I love getcolorcode.com

Triadic colors

1 #C8DFE5 and #E5C8DF with #DFE5C8 are triadic colors.

2 #C8E5DF and #E5DFC8 with #DFE5C8 are triadic colors.