COLOR #E0DFB1

HEX: #E0DFB1 RGB: (224,223,177)

Color info

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

RGB color model

#E0DFB1 color RGB value is (224,223,177).

RGB: (224,223,177) (88%, 87%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 177 of 255 = 69%

224
223
177

R + G + B ~ 81%. #E0DFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 177 = 624 (100%)
R 224 of 624 ~ 35.9%
G 223 of 624 ~ 35.74%
B 177 of 624 ~ 28.37'%

%35.9
%35.74
%28.37

CMYK color model

#E0DFB1 color CMYK value is (0,0,21,12).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 20.98%
  • key color value is 12.16%

CMYK: (0,0,21,12)
C0M0Y21K12 (0%, 0%, 21%, 12%)
(0.00 / 0.00 / 0.21 / 0.12)

CMYK percentages

%0
%0.45
%20.98
%12.16

Codes

Color #E0DFB1 in popluar color models

E0 DF B1
RGB 224 223 177
HSL 59° 43.12% 78.63%
HSB/HSV 59° 20.98% 87.84%
CMYK 0.00% 0.45% 20.98%
12.16%

Color #E0DFB1 in popluar number systems.

HEX E0 DF B1
Decimal 224 223 177
Binary 11100000 11011111 10110001
Octal 340 337 261

Shades and tints

Shades of #E0DFB1

#E0DFB1
(224,223,177)
#CCCBA1
(204,203,161)
#B8B791
(184,183,145)
#A4A381
(164,163,129)
#908F71
(144,143,113)
#7C7B61
(124,123,97)
#686751
(104,103,81)
#545341
(84,83,65)
#403F31
(64,63,49)
#2C2B21
(44,43,33)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #E0DFB1

#E0DFB1
(224,223,177)
#E2E1B8
(226,225,184)
#E4E3BF
(228,227,191)
#E6E5C6
(230,229,198)
#E8E7CD
(232,231,205)
#EAE9D4
(234,233,212)
#ECEBDB
(236,235,219)
#EEEDE2
(238,237,226)
#F0EFE9
(240,239,233)
#F2F1F0
(242,241,240)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DFB1 color. Also use rgb(224,223,177) instead hex code.

Text Font Color

.myTextColor { color: #E0DFB1; }

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

This text font color is #E0DFB1.

Background Color

.myBgColor { background-color: #E0DFB1; }

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

This div background color is #E0DFB1.

Border color

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

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

This div border color is #E0DFB1.

Opacity

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

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

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

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

This text has shadow with #E0DFB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFB1.

Preview

Color preview on black background

This text has color #E0DFB1 on black background.


Color preview on white background

This text has color #E0DFB1 on white background.


Black color preview on #E0DFB1 background

This text has black color on #E0DFB1 background.


White color preview on #E0DFB1 background

This text has white color on #E0DFB1 background.


Related colors

Complementary color

Complementary color for #hex is #1F204E.


I love getcolorcode.com

Triadic colors

1 #B1E0DF and #DFB1E0 with #E0DFB1 are triadic colors.

2 #B1DFE0 and #DFE0B1 with #E0DFB1 are triadic colors.