COLOR #DFE2C9

HEX: #DFE2C9
RGB: (223,226,201)

Color info

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

RGB color model

#DFE2C9 color RGB value is (223,226,201).

  • red value is 223;
  • green value is 226;
  • blue value is 201.
RGB:
(223,226,201)
(87%,89%,79%)

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 201 of 255 = 79%

223
226
201

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

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 201 = 650 (100%)
R 223 of 650 ~ 34.31%
G 226 of 650 ~ 34.77%
B 201 of 650 ~ 30.92%

%34.31
%34.77
%30.92

CMYK color model

#DFE2C9 color CMYK value is (1,0,11,11).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(1,0,11,11)
C1M0Y11K11 
(1%,0%,11%,11%)
(0.01/0.00/0.11/0.11)	

CMYK percentages

%1.33
%0
%11.06
%11.37

Codes

Color #DFE2C9 in popluar color models

DFE2C9
RGB223226201
HSL67°30.12%83.73%
HSB/HSV67°11.06%88.63%
CMYK1.33%0.00%11.06%
11.37%

Color #DFE2C9 in popluar number systems.

HEXDFE2C9
Decimal223226201
Binary110111111110001011001001
Octal337342311

Shades and tints

Shades of #DFE2C9

#DFE2C9
(223,226,201)
#CBCEB7
(203,206,183)
#B7BAA5
(183,186,165)
#A3A693
(163,166,147)
#8F9281
(143,146,129)
#7B7E6F
(123,126,111)
#676A5D
(103,106,93)
#53564B
(83,86,75)
#3F4239
(63,66,57)
#2B2E27
(43,46,39)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #DFE2C9

#DFE2C9
(223,226,201)
#E1E4CD
(225,228,205)
#E3E6D1
(227,230,209)
#E5E8D5
(229,232,213)
#E7EAD9
(231,234,217)
#E9ECDD
(233,236,221)
#EBEEE1
(235,238,225)
#EDF0E5
(237,240,229)
#EFF2E9
(239,242,233)
#F1F4ED
(241,244,237)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE2C9 color. Also use rgb(223,226,201) instead hex code.

Text Font Color

.myTextColor { color: #DFE2C9; }

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

This text font color is #DFE2C9.


Background Color

.myBgColor { background-color: #DFE2C9; }

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

This div background color is #DFE2C9.


Border color

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

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

This div border color is #DFE2C9.


Opacity

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

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

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

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

This text has shadow with #DFE2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2C9 on black background.


Color preview on white background

This text has color #DFE2C9 on white background.



Black color preview on #DFE2C9 background

This text has black color on #DFE2C9 background.


White color preview on #DFE2C9 background

This text has white color on #DFE2C9 background.