COLOR #DFE3B2

HEX: #DFE3B2
RGB: (223,227,178)

Color info

#DFE3B2 contains red, green and blue colors in about the same proportion. Web safe color of #DFE3B2 is #CCCC99 (or #CC9).

RGB color model

#DFE3B2 color RGB value is (223,227,178).

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

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 178 of 255 = 70%

223
227
178

R + G + B ~ 82%. #DFE3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 227 + 178 = 628 (100%)
R 223 of 628 ~ 35.51%
G 227 of 628 ~ 36.15%
B 178 of 628 ~ 28.34%

%35.51
%36.15
%28.34

CMYK color model

#DFE3B2 color CMYK value is (2,0,22,11).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 10.98%
CMYK:
(2,0,22,11)
C2M0Y22K11 
(2%,0%,22%,11%)
(0.02/0.00/0.22/0.11)	

CMYK percentages

%1.76
%0
%21.59
%10.98

Codes

Color #DFE3B2 in popluar color models

DFE3B2
RGB223227178
HSL65°46.67%79.41%
HSB/HSV65°21.59%89.02%
CMYK1.76%0.00%21.59%
10.98%

Color #DFE3B2 in popluar number systems.

HEXDFE3B2
Decimal223227178
Binary110111111110001110110010
Octal337343262

Shades and tints

Shades of #DFE3B2

#DFE3B2
(223,227,178)
#CBCFA2
(203,207,162)
#B7BB92
(183,187,146)
#A3A782
(163,167,130)
#8F9372
(143,147,114)
#7B7F62
(123,127,98)
#676B52
(103,107,82)
#535742
(83,87,66)
#3F4332
(63,67,50)
#2B2F22
(43,47,34)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #DFE3B2

#DFE3B2
(223,227,178)
#E1E5B9
(225,229,185)
#E3E7C0
(227,231,192)
#E5E9C7
(229,233,199)
#E7EBCE
(231,235,206)
#E9EDD5
(233,237,213)
#EBEFDC
(235,239,220)
#EDF1E3
(237,241,227)
#EFF3EA
(239,243,234)
#F1F5F1
(241,245,241)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3B2; }

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

This text font color is #DFE3B2.


Background Color

.myBgColor { background-color: #DFE3B2; }

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

This div background color is #DFE3B2.


Border color

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

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

This div border color is #DFE3B2.


Opacity

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

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

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

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

This text has shadow with #DFE3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE3B2 on black background.


Color preview on white background

This text has color #DFE3B2 on white background.



Black color preview on #DFE3B2 background

This text has black color on #DFE3B2 background.


White color preview on #DFE3B2 background

This text has white color on #DFE3B2 background.