COLOR #DFE5BF

HEX: #DFE5BF
RGB: (223,229,191)

Color info

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

RGB color model

#DFE5BF color RGB value is (223,229,191).

  • red value is 223;
  • green value is 229;
  • blue value is 191.
RGB:
(223,229,191)
(87%,90%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 191 of 255 = 75%

223
229
191

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

Portions of RGB colors in percentages

R + G + B =
223 + 229 + 191 = 643 (100%)
R 223 of 643 ~ 34.68%
G 229 of 643 ~ 35.61%
B 191 of 643 ~ 29.7%

%34.68
%35.61
%29.7

CMYK color model

#DFE5BF color CMYK value is (3,0,17,10).

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 10.20%
CMYK:
(3,0,17,10)
C3M0Y17K10 
(3%,0%,17%,10%)
(0.03/0.00/0.17/0.10)	

CMYK percentages

%2.62
%0
%16.59
%10.2

Codes

Color #DFE5BF in popluar color models

DFE5BF
RGB223229191
HSL69°42.22%82.35%
HSB/HSV69°16.59%89.80%
CMYK2.62%0.00%16.59%
10.20%

Color #DFE5BF in popluar number systems.

HEXDFE5BF
Decimal223229191
Binary110111111110010110111111
Octal337345277

Shades and tints

Shades of #DFE5BF

#DFE5BF
(223,229,191)
#CBD1AE
(203,209,174)
#B7BD9D
(183,189,157)
#A3A98C
(163,169,140)
#8F957B
(143,149,123)
#7B816A
(123,129,106)
#676D59
(103,109,89)
#535948
(83,89,72)
#3F4537
(63,69,55)
#2B3126
(43,49,38)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #DFE5BF

#DFE5BF
(223,229,191)
#E1E7C4
(225,231,196)
#E3E9C9
(227,233,201)
#E5EBCE
(229,235,206)
#E7EDD3
(231,237,211)
#E9EFD8
(233,239,216)
#EBF1DD
(235,241,221)
#EDF3E2
(237,243,226)
#EFF5E7
(239,245,231)
#F1F7EC
(241,247,236)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE5BF color. Also use rgb(223,229,191) instead hex code.

Text Font Color

.myTextColor { color: #DFE5BF; }

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

This text font color is #DFE5BF.


Background Color

.myBgColor { background-color: #DFE5BF; }

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

This div background color is #DFE5BF.


Border color

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

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

This div border color is #DFE5BF.


Opacity

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

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

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

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

This text has shadow with #DFE5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE5BF on black background.


Color preview on white background

This text has color #DFE5BF on white background.



Black color preview on #DFE5BF background

This text has black color on #DFE5BF background.


White color preview on #DFE5BF background

This text has white color on #DFE5BF background.