COLOR #DFE6B5

HEX: #DFE6B5
RGB: (223,230,181)

Color info

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

RGB color model

#DFE6B5 color RGB value is (223,230,181).

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

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 181 of 255 = 71%

223
230
181

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

Portions of RGB colors in percentages

R + G + B =
223 + 230 + 181 = 634 (100%)
R 223 of 634 ~ 35.17%
G 230 of 634 ~ 36.28%
B 181 of 634 ~ 28.55%

%35.17
%36.28
%28.55

CMYK color model

#DFE6B5 color CMYK value is (3,0,21,10).

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 9.80%
CMYK:
(3,0,21,10)
C3M0Y21K10 
(3%,0%,21%,10%)
(0.03/0.00/0.21/0.10)	

CMYK percentages

%3.04
%0
%21.3
%9.8

Codes

Color #DFE6B5 in popluar color models

DFE6B5
RGB223230181
HSL69°49.49%80.59%
HSB/HSV69°21.30%90.20%
CMYK3.04%0.00%21.30%
9.80%

Color #DFE6B5 in popluar number systems.

HEXDFE6B5
Decimal223230181
Binary110111111110011010110101
Octal337346265

Shades and tints

Shades of #DFE6B5

#DFE6B5
(223,230,181)
#CBD2A5
(203,210,165)
#B7BE95
(183,190,149)
#A3AA85
(163,170,133)
#8F9675
(143,150,117)
#7B8265
(123,130,101)
#676E55
(103,110,85)
#535A45
(83,90,69)
#3F4635
(63,70,53)
#2B3225
(43,50,37)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #DFE6B5

#DFE6B5
(223,230,181)
#E1E8BB
(225,232,187)
#E3EAC1
(227,234,193)
#E5ECC7
(229,236,199)
#E7EECD
(231,238,205)
#E9F0D3
(233,240,211)
#EBF2D9
(235,242,217)
#EDF4DF
(237,244,223)
#EFF6E5
(239,246,229)
#F1F8EB
(241,248,235)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE6B5; }

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

This text font color is #DFE6B5.


Background Color

.myBgColor { background-color: #DFE6B5; }

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

This div background color is #DFE6B5.


Border color

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

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

This div border color is #DFE6B5.


Opacity

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

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

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

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

This text has shadow with #DFE6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE6B5 on black background.


Color preview on white background

This text has color #DFE6B5 on white background.



Black color preview on #DFE6B5 background

This text has black color on #DFE6B5 background.


White color preview on #DFE6B5 background

This text has white color on #DFE6B5 background.