COLOR #DFE5C5

HEX: #DFE5C5
RGB: (223,229,197)

Color info

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

RGB color model

#DFE5C5 color RGB value is (223,229,197).

  • red value is 223;
  • green value is 229;
  • blue value is 197.
RGB:
(223,229,197)
(87%,90%,77%)

RGB channels and saturation

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

223
229
197

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

Portions of RGB colors in percentages

R + G + B =
223 + 229 + 197 = 649 (100%)
R 223 of 649 ~ 34.36%
G 229 of 649 ~ 35.29%
B 197 of 649 ~ 30.35%

%34.36
%35.29
%30.35

CMYK color model

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

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • 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
%13.97
%10.2

Codes

Color #DFE5C5 in popluar color models

DFE5C5
RGB223229197
HSL71°38.10%83.53%
HSB/HSV71°13.97%89.80%
CMYK2.62%0.00%13.97%
10.20%

Color #DFE5C5 in popluar number systems.

HEXDFE5C5
Decimal223229197
Binary110111111110010111000101
Octal337345305

Shades and tints

Shades of #DFE5C5

#DFE5C5
(223,229,197)
#CBD1B4
(203,209,180)
#B7BDA3
(183,189,163)
#A3A992
(163,169,146)
#8F9581
(143,149,129)
#7B8170
(123,129,112)
#676D5F
(103,109,95)
#53594E
(83,89,78)
#3F453D
(63,69,61)
#2B312C
(43,49,44)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #DFE5C5

#DFE5C5
(223,229,197)
#E1E7CA
(225,231,202)
#E3E9CF
(227,233,207)
#E5EBD4
(229,235,212)
#E7EDD9
(231,237,217)
#E9EFDE
(233,239,222)
#EBF1E3
(235,241,227)
#EDF3E8
(237,243,232)
#EFF5ED
(239,245,237)
#F1F7F2
(241,247,242)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5C5; }

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

This text font color is #DFE5C5.


Background Color

.myBgColor { background-color: #DFE5C5; }

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

This div background color is #DFE5C5.


Border color

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

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

This div border color is #DFE5C5.


Opacity

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

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

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

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

This text has shadow with #DFE5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE5C5 on black background.


Color preview on white background

This text has color #DFE5C5 on white background.



Black color preview on #DFE5C5 background

This text has black color on #DFE5C5 background.


White color preview on #DFE5C5 background

This text has white color on #DFE5C5 background.