COLOR #DFE8B3

HEX: #DFE8B3
RGB: (223,232,179)

Color info

#DFE8B3 contains red, green and blue colors in about the same proportion. Web safe color of #DFE8B3 is #CCFF99 (or #CF9).

RGB color model

#DFE8B3 color RGB value is (223,232,179).

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

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 179 of 255 = 70%

223
232
179

R + G + B ~ 83%. #DFE8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 232 + 179 = 634 (100%)
R 223 of 634 ~ 35.17%
G 232 of 634 ~ 36.59%
B 179 of 634 ~ 28.23%

%35.17
%36.59
%28.23

CMYK color model

#DFE8B3 color CMYK value is (4,0,23,9).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 9.02%
CMYK:
(4,0,23,9)
C4M0Y23K9 
(4%,0%,23%,9%)
(0.04/0.00/0.23/0.09)	

CMYK percentages

%3.88
%0
%22.84
%9.02

Codes

Color #DFE8B3 in popluar color models

DFE8B3
RGB223232179
HSL70°53.54%80.59%
HSB/HSV70°22.84%90.98%
CMYK3.88%0.00%22.84%
9.02%

Color #DFE8B3 in popluar number systems.

HEXDFE8B3
Decimal223232179
Binary110111111110100010110011
Octal337350263

Shades and tints

Shades of #DFE8B3

#DFE8B3
(223,232,179)
#CBD3A3
(203,211,163)
#B7BE93
(183,190,147)
#A3A983
(163,169,131)
#8F9473
(143,148,115)
#7B7F63
(123,127,99)
#676A53
(103,106,83)
#535543
(83,85,67)
#3F4033
(63,64,51)
#2B2B23
(43,43,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #DFE8B3

#DFE8B3
(223,232,179)
#E1EAB9
(225,234,185)
#E3ECBF
(227,236,191)
#E5EEC5
(229,238,197)
#E7F0CB
(231,240,203)
#E9F2D1
(233,242,209)
#EBF4D7
(235,244,215)
#EDF6DD
(237,246,221)
#EFF8E3
(239,248,227)
#F1FAE9
(241,250,233)
#F3FCEF
(243,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE8B3; }

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

This text font color is #DFE8B3.


Background Color

.myBgColor { background-color: #DFE8B3; }

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

This div background color is #DFE8B3.


Border color

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

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

This div border color is #DFE8B3.


Opacity

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

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

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

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

This text has shadow with #DFE8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE8B3 on black background.


Color preview on white background

This text has color #DFE8B3 on white background.



Black color preview on #DFE8B3 background

This text has black color on #DFE8B3 background.


White color preview on #DFE8B3 background

This text has white color on #DFE8B3 background.