COLOR #DFE9C2

HEX: #DFE9C2
RGB: (223,233,194)

Color info

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

RGB color model

#DFE9C2 color RGB value is (223,233,194).

  • red value is 223;
  • green value is 233;
  • blue value is 194.
RGB:
(223,233,194)
(87%,91%,76%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 194 of 255 = 76%

223
233
194

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

Portions of RGB colors in percentages

R + G + B =
223 + 233 + 194 = 650 (100%)
R 223 of 650 ~ 34.31%
G 233 of 650 ~ 35.85%
B 194 of 650 ~ 29.85%

%34.31
%35.85
%29.85

CMYK color model

#DFE9C2 color CMYK value is (4,0,17,9).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 8.63%
CMYK:
(4,0,17,9)
C4M0Y17K9 
(4%,0%,17%,9%)
(0.04/0.00/0.17/0.09)	

CMYK percentages

%4.29
%0
%16.74
%8.63

Codes

Color #DFE9C2 in popluar color models

DFE9C2
RGB223233194
HSL75°46.99%83.73%
HSB/HSV75°16.74%91.37%
CMYK4.29%0.00%16.74%
8.63%

Color #DFE9C2 in popluar number systems.

HEXDFE9C2
Decimal223233194
Binary110111111110100111000010
Octal337351302

Shades and tints

Shades of #DFE9C2

#DFE9C2
(223,233,194)
#CBD4B1
(203,212,177)
#B7BFA0
(183,191,160)
#A3AA8F
(163,170,143)
#8F957E
(143,149,126)
#7B806D
(123,128,109)
#676B5C
(103,107,92)
#53564B
(83,86,75)
#3F413A
(63,65,58)
#2B2C29
(43,44,41)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #DFE9C2

#DFE9C2
(223,233,194)
#E1EBC7
(225,235,199)
#E3EDCC
(227,237,204)
#E5EFD1
(229,239,209)
#E7F1D6
(231,241,214)
#E9F3DB
(233,243,219)
#EBF5E0
(235,245,224)
#EDF7E5
(237,247,229)
#EFF9EA
(239,249,234)
#F1FBEF
(241,251,239)
#F3FDF4
(243,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE9C2 color. Also use rgb(223,233,194) instead hex code.

Text Font Color

.myTextColor { color: #DFE9C2; }

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

This text font color is #DFE9C2.


Background Color

.myBgColor { background-color: #DFE9C2; }

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

This div background color is #DFE9C2.


Border color

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

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

This div border color is #DFE9C2.


Opacity

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

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

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

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

This text has shadow with #DFE9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE9C2 on black background.


Color preview on white background

This text has color #DFE9C2 on white background.



Black color preview on #DFE9C2 background

This text has black color on #DFE9C2 background.


White color preview on #DFE9C2 background

This text has white color on #DFE9C2 background.