COLOR #E2DABD

HEX: #E2DABD
RGB: (226,218,189)

Color info

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

RGB color model

#E2DABD color RGB value is (226,218,189).

  • red value is 226;
  • green value is 218;
  • blue value is 189.
RGB:
(226,218,189)
(89%,85%,74%)

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 189 of 255 = 74%

226
218
189

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

Portions of RGB colors in percentages

R + G + B =
226 + 218 + 189 = 633 (100%)
R 226 of 633 ~ 35.7%
G 218 of 633 ~ 34.44%
B 189 of 633 ~ 29.86%

%35.7
%34.44
%29.86

CMYK color model

#E2DABD color CMYK value is (0,4,16,11).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 16.37%
  • key color value is 11.37%
CMYK:
(0,4,16,11)
C0M4Y16K11 
(0%,4%,16%,11%)
(0.00/0.04/0.16/0.11)	

CMYK percentages

%0
%3.54
%16.37
%11.37

Codes

Color #E2DABD in popluar color models

E2DABD
RGB226218189
HSL47°38.95%81.37%
HSB/HSV47°16.37%88.63%
CMYK0.00%3.54%16.37%
11.37%

Color #E2DABD in popluar number systems.

HEXE2DABD
Decimal226218189
Binary111000101101101010111101
Octal342332275

Shades and tints

Shades of #E2DABD

#E2DABD
(226,218,189)
#CEC7AC
(206,199,172)
#BAB49B
(186,180,155)
#A6A18A
(166,161,138)
#928E79
(146,142,121)
#7E7B68
(126,123,104)
#6A6857
(106,104,87)
#565546
(86,85,70)
#424235
(66,66,53)
#2E2F24
(46,47,36)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #E2DABD

#E2DABD
(226,218,189)
#E4DDC3
(228,221,195)
#E6E0C9
(230,224,201)
#E8E3CF
(232,227,207)
#EAE6D5
(234,230,213)
#ECE9DB
(236,233,219)
#EEECE1
(238,236,225)
#F0EFE7
(240,239,231)
#F2F2ED
(242,242,237)
#F4F5F3
(244,245,243)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DABD color. Also use rgb(226,218,189) instead hex code.

Text Font Color

.myTextColor { color: #E2DABD; }

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

This text font color is #E2DABD.


Background Color

.myBgColor { background-color: #E2DABD; }

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

This div background color is #E2DABD.


Border color

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

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

This div border color is #E2DABD.


Opacity

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

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

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

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

This text has shadow with #E2DABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DABD on black background.


Color preview on white background

This text has color #E2DABD on white background.



Black color preview on #E2DABD background

This text has black color on #E2DABD background.


White color preview on #E2DABD background

This text has white color on #E2DABD background.