COLOR #DFE2BA

HEX: #DFE2BA
RGB: (223,226,186)

Color info

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

RGB color model

#DFE2BA color RGB value is (223,226,186).

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

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 186 of 255 = 73%

223
226
186

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

Portions of RGB colors in percentages

R + G + B =
223 + 226 + 186 = 635 (100%)
R 223 of 635 ~ 35.12%
G 226 of 635 ~ 35.59%
B 186 of 635 ~ 29.29%

%35.12
%35.59
%29.29

CMYK color model

#DFE2BA color CMYK value is (1,0,18,11).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 11.37%
CMYK:
(1,0,18,11)
C1M0Y18K11 
(1%,0%,18%,11%)
(0.01/0.00/0.18/0.11)	

CMYK percentages

%1.33
%0
%17.7
%11.37

Codes

Color #DFE2BA in popluar color models

DFE2BA
RGB223226186
HSL65°40.82%80.78%
HSB/HSV65°17.70%88.63%
CMYK1.33%0.00%17.70%
11.37%

Color #DFE2BA in popluar number systems.

HEXDFE2BA
Decimal223226186
Binary110111111110001010111010
Octal337342272

Shades and tints

Shades of #DFE2BA

#DFE2BA
(223,226,186)
#CBCEAA
(203,206,170)
#B7BA9A
(183,186,154)
#A3A68A
(163,166,138)
#8F927A
(143,146,122)
#7B7E6A
(123,126,106)
#676A5A
(103,106,90)
#53564A
(83,86,74)
#3F423A
(63,66,58)
#2B2E2A
(43,46,42)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #DFE2BA

#DFE2BA
(223,226,186)
#E1E4C0
(225,228,192)
#E3E6C6
(227,230,198)
#E5E8CC
(229,232,204)
#E7EAD2
(231,234,210)
#E9ECD8
(233,236,216)
#EBEEDE
(235,238,222)
#EDF0E4
(237,240,228)
#EFF2EA
(239,242,234)
#F1F4F0
(241,244,240)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE2BA; }

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

This text font color is #DFE2BA.


Background Color

.myBgColor { background-color: #DFE2BA; }

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

This div background color is #DFE2BA.


Border color

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

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

This div border color is #DFE2BA.


Opacity

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

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

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

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

This text has shadow with #DFE2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE2BA on black background.


Color preview on white background

This text has color #DFE2BA on white background.



Black color preview on #DFE2BA background

This text has black color on #DFE2BA background.


White color preview on #DFE2BA background

This text has white color on #DFE2BA background.