COLOR #DFE2B5

HEX: #DFE2B5
RGB: (223,226,181)

Color info

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

RGB color model

#DFE2B5 color RGB value is (223,226,181).

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

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 181 of 255 = 71%

223
226
181

R + G + B ~ 82%. #DFE2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 181 = 630 (100%)
R 223 of 630 ~ 35.4%
G 226 of 630 ~ 35.87%
B 181 of 630 ~ 28.73%

%35.4
%35.87
%28.73

CMYK color model

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

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 11.37%
CMYK:
(1,0,20,11)
C1M0Y20K11 
(1%,0%,20%,11%)
(0.01/0.00/0.20/0.11)	

CMYK percentages

%1.33
%0
%19.91
%11.37

Codes

Color #DFE2B5 in popluar color models

DFE2B5
RGB223226181
HSL64°43.69%79.80%
HSB/HSV64°19.91%88.63%
CMYK1.33%0.00%19.91%
11.37%

Color #DFE2B5 in popluar number systems.

HEXDFE2B5
Decimal223226181
Binary110111111110001010110101
Octal337342265

Shades and tints

Shades of #DFE2B5

#DFE2B5
(223,226,181)
#CBCEA5
(203,206,165)
#B7BA95
(183,186,149)
#A3A685
(163,166,133)
#8F9275
(143,146,117)
#7B7E65
(123,126,101)
#676A55
(103,106,85)
#535645
(83,86,69)
#3F4235
(63,66,53)
#2B2E25
(43,46,37)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #DFE2B5

#DFE2B5
(223,226,181)
#E1E4BB
(225,228,187)
#E3E6C1
(227,230,193)
#E5E8C7
(229,232,199)
#E7EACD
(231,234,205)
#E9ECD3
(233,236,211)
#EBEED9
(235,238,217)
#EDF0DF
(237,240,223)
#EFF2E5
(239,242,229)
#F1F4EB
(241,244,235)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE2B5; }

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

This text font color is #DFE2B5.


Background Color

.myBgColor { background-color: #DFE2B5; }

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

This div background color is #DFE2B5.


Border color

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

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

This div border color is #DFE2B5.


Opacity

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

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

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

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

This text has shadow with #DFE2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2B5 on black background.


Color preview on white background

This text has color #DFE2B5 on white background.



Black color preview on #DFE2B5 background

This text has black color on #DFE2B5 background.


White color preview on #DFE2B5 background

This text has white color on #DFE2B5 background.