COLOR #DFE3B5

HEX: #DFE3B5 RGB: (223,227,181)

Color info

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

RGB color model

#DFE3B5 color RGB value is (223,227,181).

RGB: (223,227,181) (87%, 89%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 181 of 255 = 71%

223
227
181

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

Portions of RGB colors in percentages

R + G + B = 223 + 227 + 181 = 631 (100%)
R 223 of 631 ~ 35.34%
G 227 of 631 ~ 35.97%
B 181 of 631 ~ 28.68'%

%35.34
%35.97
%28.68

CMYK color model

#DFE3B5 color CMYK value is (2,0,20,11).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 10.98%

CMYK: (2,0,20,11)
C2M0Y20K11 (2%, 0%, 20%, 11%)
(0.02 / 0.00 / 0.20 / 0.11)

CMYK percentages

%1.76
%0
%20.26
%10.98

Codes

Color #DFE3B5 in popluar color models

DF E3 B5
RGB 223 227 181
HSL 65° 45.10% 80.00%
HSB/HSV 65° 20.26% 89.02%
CMYK 1.76% 0.00% 20.26%
10.98%

Color #DFE3B5 in popluar number systems.

HEX DF E3 B5
Decimal 223 227 181
Binary 11011111 11100011 10110101
Octal 337 343 265

Shades and tints

Shades of #DFE3B5

#DFE3B5
(223,227,181)
#CBCFA5
(203,207,165)
#B7BB95
(183,187,149)
#A3A785
(163,167,133)
#8F9375
(143,147,117)
#7B7F65
(123,127,101)
#676B55
(103,107,85)
#535745
(83,87,69)
#3F4335
(63,67,53)
#2B2F25
(43,47,37)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #DFE3B5

#DFE3B5
(223,227,181)
#E1E5BB
(225,229,187)
#E3E7C1
(227,231,193)
#E5E9C7
(229,233,199)
#E7EBCD
(231,235,205)
#E9EDD3
(233,237,211)
#EBEFD9
(235,239,217)
#EDF1DF
(237,241,223)
#EFF3E5
(239,243,229)
#F1F5EB
(241,245,235)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE3B5; }

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

This text font color is #DFE3B5.

Background Color

.myBgColor { background-color: #DFE3B5; }

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

This div background color is #DFE3B5.

Border color

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

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

This div border color is #DFE3B5.

Opacity

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

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

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

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

This text has shadow with #DFE3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE3B5.

Preview

Color preview on black background

This text has color #DFE3B5 on black background.


Color preview on white background

This text has color #DFE3B5 on white background.


Black color preview on #DFE3B5 background

This text has black color on #DFE3B5 background.


White color preview on #DFE3B5 background

This text has white color on #DFE3B5 background.


Related colors

Complementary color

Complementary color for #hex is #201C4A.


I love getcolorcode.com

Triadic colors

1 #B5DFE3 and #E3B5DF with #DFE3B5 are triadic colors.

2 #B5E3DF and #E3DFB5 with #DFE3B5 are triadic colors.