COLOR #E0DBB2

HEX: #E0DBB2
RGB: (224,219,178)

Color info

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

RGB color model

#E0DBB2 color RGB value is (224,219,178).

  • red value is 224;
  • green value is 219;
  • blue value is 178.
RGB:
(224,219,178)
(88%,86%,70%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 178 of 255 = 70%

224
219
178

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

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 178 = 621 (100%)
R 224 of 621 ~ 36.07%
G 219 of 621 ~ 35.27%
B 178 of 621 ~ 28.66%

%36.07
%35.27
%28.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 20.54%
  • key color value is 12.16%
CMYK:
(0,2,21,12)
C0M2Y21K12 
(0%,2%,21%,12%)
(0.00/0.02/0.21/0.12)	

CMYK percentages

%0
%2.23
%20.54
%12.16

Codes

Color #E0DBB2 in popluar color models

E0DBB2
RGB224219178
HSL53°42.59%78.82%
HSB/HSV53°20.54%87.84%
CMYK0.00%2.23%20.54%
12.16%

Color #E0DBB2 in popluar number systems.

HEXE0DBB2
Decimal224219178
Binary111000001101101110110010
Octal340333262

Shades and tints

Shades of #E0DBB2

#E0DBB2
(224,219,178)
#CCC8A2
(204,200,162)
#B8B592
(184,181,146)
#A4A282
(164,162,130)
#908F72
(144,143,114)
#7C7C62
(124,124,98)
#686952
(104,105,82)
#545642
(84,86,66)
#404332
(64,67,50)
#2C3022
(44,48,34)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #E0DBB2

#E0DBB2
(224,219,178)
#E2DEB9
(226,222,185)
#E4E1C0
(228,225,192)
#E6E4C7
(230,228,199)
#E8E7CE
(232,231,206)
#EAEAD5
(234,234,213)
#ECEDDC
(236,237,220)
#EEF0E3
(238,240,227)
#F0F3EA
(240,243,234)
#F2F6F1
(242,246,241)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DBB2 color. Also use rgb(224,219,178) instead hex code.

Text Font Color

.myTextColor { color: #E0DBB2; }

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

This text font color is #E0DBB2.


Background Color

.myBgColor { background-color: #E0DBB2; }

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

This div background color is #E0DBB2.


Border color

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

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

This div border color is #E0DBB2.


Opacity

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

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

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

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

This text has shadow with #E0DBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBB2 on black background.


Color preview on white background

This text has color #E0DBB2 on white background.



Black color preview on #E0DBB2 background

This text has black color on #E0DBB2 background.


White color preview on #E0DBB2 background

This text has white color on #E0DBB2 background.