COLOR #DFE8C1

HEX: #DFE8C1
RGB: (223,232,193)

Color info

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

RGB color model

#DFE8C1 color RGB value is (223,232,193).

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

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 193 of 255 = 76%

223
232
193

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

Portions of RGB colors in percentages

R + G + B =
223 + 232 + 193 = 648 (100%)
R 223 of 648 ~ 34.41%
G 232 of 648 ~ 35.8%
B 193 of 648 ~ 29.78%

%34.41
%35.8
%29.78

CMYK color model

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

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

CMYK percentages

%3.88
%0
%16.81
%9.02

Codes

Color #DFE8C1 in popluar color models

DFE8C1
RGB223232193
HSL74°45.88%83.33%
HSB/HSV74°16.81%90.98%
CMYK3.88%0.00%16.81%
9.02%

Color #DFE8C1 in popluar number systems.

HEXDFE8C1
Decimal223232193
Binary110111111110100011000001
Octal337350301

Shades and tints

Shades of #DFE8C1

#DFE8C1
(223,232,193)
#CBD3B0
(203,211,176)
#B7BE9F
(183,190,159)
#A3A98E
(163,169,142)
#8F947D
(143,148,125)
#7B7F6C
(123,127,108)
#676A5B
(103,106,91)
#53554A
(83,85,74)
#3F4039
(63,64,57)
#2B2B28
(43,43,40)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #DFE8C1

#DFE8C1
(223,232,193)
#E1EAC6
(225,234,198)
#E3ECCB
(227,236,203)
#E5EED0
(229,238,208)
#E7F0D5
(231,240,213)
#E9F2DA
(233,242,218)
#EBF4DF
(235,244,223)
#EDF6E4
(237,246,228)
#EFF8E9
(239,248,233)
#F1FAEE
(241,250,238)
#F3FCF3
(243,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE8C1; }

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

This text font color is #DFE8C1.


Background Color

.myBgColor { background-color: #DFE8C1; }

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

This div background color is #DFE8C1.


Border color

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

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

This div border color is #DFE8C1.


Opacity

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

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

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

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

This text has shadow with #DFE8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE8C1 on black background.


Color preview on white background

This text has color #DFE8C1 on white background.



Black color preview on #DFE8C1 background

This text has black color on #DFE8C1 background.


White color preview on #DFE8C1 background

This text has white color on #DFE8C1 background.