COLOR #DFE7BB

HEX: #DFE7BB
RGB: (223,231,187)

Color info

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

RGB color model

#DFE7BB color RGB value is (223,231,187).

  • red value is 223;
  • green value is 231;
  • blue value is 187.
RGB:
(223,231,187)
(87%,91%,73%)

RGB channels and saturation

R 223 of 255 = 87%
G 231 of 255 = 91%
B 187 of 255 = 73%

223
231
187

R + G + B ~ 84%. #DFE7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 231 + 187 = 641 (100%)
R 223 of 641 ~ 34.79%
G 231 of 641 ~ 36.04%
B 187 of 641 ~ 29.17%

%34.79
%36.04
%29.17

CMYK color model

#DFE7BB color CMYK value is (3,0,19,9).

  • cyan value is 3.46%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 9.41%
CMYK:
(3,0,19,9)
C3M0Y19K9 
(3%,0%,19%,9%)
(0.03/0.00/0.19/0.09)	

CMYK percentages

%3.46
%0
%19.05
%9.41

Codes

Color #DFE7BB in popluar color models

DFE7BB
RGB223231187
HSL71°47.83%81.96%
HSB/HSV71°19.05%90.59%
CMYK3.46%0.00%19.05%
9.41%

Color #DFE7BB in popluar number systems.

HEXDFE7BB
Decimal223231187
Binary110111111110011110111011
Octal337347273

Shades and tints

Shades of #DFE7BB

#DFE7BB
(223,231,187)
#CBD2AA
(203,210,170)
#B7BD99
(183,189,153)
#A3A888
(163,168,136)
#8F9377
(143,147,119)
#7B7E66
(123,126,102)
#676955
(103,105,85)
#535444
(83,84,68)
#3F3F33
(63,63,51)
#2B2A22
(43,42,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #DFE7BB

#DFE7BB
(223,231,187)
#E1E9C1
(225,233,193)
#E3EBC7
(227,235,199)
#E5EDCD
(229,237,205)
#E7EFD3
(231,239,211)
#E9F1D9
(233,241,217)
#EBF3DF
(235,243,223)
#EDF5E5
(237,245,229)
#EFF7EB
(239,247,235)
#F1F9F1
(241,249,241)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE7BB color. Also use rgb(223,231,187) instead hex code.

Text Font Color

.myTextColor { color: #DFE7BB; }

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

This text font color is #DFE7BB.


Background Color

.myBgColor { background-color: #DFE7BB; }

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

This div background color is #DFE7BB.


Border color

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

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

This div border color is #DFE7BB.


Opacity

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

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

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

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

This text has shadow with #DFE7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE7BB on black background.


Color preview on white background

This text has color #DFE7BB on white background.



Black color preview on #DFE7BB background

This text has black color on #DFE7BB background.


White color preview on #DFE7BB background

This text has white color on #DFE7BB background.