COLOR #DFE3BF

HEX: #DFE3BF
RGB: (223,227,191)

Color info

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

RGB color model

#DFE3BF color RGB value is (223,227,191).

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

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 191 of 255 = 75%

223
227
191

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

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 191 = 641 (100%)
R 223 of 641 ~ 34.79%
G 227 of 641 ~ 35.41%
B 191 of 641 ~ 29.8%

%34.79
%35.41
%29.8

CMYK color model

#DFE3BF color CMYK value is (2,0,16,11).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(2,0,16,11)
C2M0Y16K11 
(2%,0%,16%,11%)
(0.02/0.00/0.16/0.11)	

CMYK percentages

%1.76
%0
%15.86
%10.98

Codes

Color #DFE3BF in popluar color models

DFE3BF
RGB223227191
HSL67°39.13%81.96%
HSB/HSV67°15.86%89.02%
CMYK1.76%0.00%15.86%
10.98%

Color #DFE3BF in popluar number systems.

HEXDFE3BF
Decimal223227191
Binary110111111110001110111111
Octal337343277

Shades and tints

Shades of #DFE3BF

#DFE3BF
(223,227,191)
#CBCFAE
(203,207,174)
#B7BB9D
(183,187,157)
#A3A78C
(163,167,140)
#8F937B
(143,147,123)
#7B7F6A
(123,127,106)
#676B59
(103,107,89)
#535748
(83,87,72)
#3F4337
(63,67,55)
#2B2F26
(43,47,38)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #DFE3BF

#DFE3BF
(223,227,191)
#E1E5C4
(225,229,196)
#E3E7C9
(227,231,201)
#E5E9CE
(229,233,206)
#E7EBD3
(231,235,211)
#E9EDD8
(233,237,216)
#EBEFDD
(235,239,221)
#EDF1E2
(237,241,226)
#EFF3E7
(239,243,231)
#F1F5EC
(241,245,236)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3BF; }

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

This text font color is #DFE3BF.


Background Color

.myBgColor { background-color: #DFE3BF; }

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

This div background color is #DFE3BF.


Border color

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

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

This div border color is #DFE3BF.


Opacity

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

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

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

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

This text has shadow with #DFE3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3BF on black background.


Color preview on white background

This text has color #DFE3BF on white background.



Black color preview on #DFE3BF background

This text has black color on #DFE3BF background.


White color preview on #DFE3BF background

This text has white color on #DFE3BF background.