COLOR #E2BD9D

HEX: #E2BD9D
RGB: (226,189,157)

Color info

#E2BD9D contains mainly red and green colors. Web safe color of #E2BD9D is #CCCC99 (or #CC9).

RGB color model

#E2BD9D color RGB value is (226,189,157).

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

RGB channels and saturation

R 226 of 255 = 89%
G 189 of 255 = 74%
B 157 of 255 = 62%

226
189
157

R + G + B ~ 75%. #E2BD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 189 + 157 = 572 (100%)
R 226 of 572 ~ 39.51%
G 189 of 572 ~ 33.04%
B 157 of 572 ~ 27.45%

%39.51
%33.04
%27.45

CMYK color model

#E2BD9D color CMYK value is (0,16,31,11).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 30.53%
  • key color value is 11.37%
CMYK:
(0,16,31,11)
C0M16Y31K11 
(0%,16%,31%,11%)
(0.00/0.16/0.31/0.11)	

CMYK percentages

%0
%16.37
%30.53
%11.37

Codes

Color #E2BD9D in popluar color models

E2BD9D
RGB226189157
HSL28°54.33%75.10%
HSB/HSV28°30.53%88.63%
CMYK0.00%16.37%30.53%
11.37%

Color #E2BD9D in popluar number systems.

HEXE2BD9D
Decimal226189157
Binary111000101011110110011101
Octal342275235

Shades and tints

Shades of #E2BD9D

#E2BD9D
(226,189,157)
#CEAC8F
(206,172,143)
#BA9B81
(186,155,129)
#A68A73
(166,138,115)
#927965
(146,121,101)
#7E6857
(126,104,87)
#6A5749
(106,87,73)
#56463B
(86,70,59)
#42352D
(66,53,45)
#2E241F
(46,36,31)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #E2BD9D

#E2BD9D
(226,189,157)
#E4C3A5
(228,195,165)
#E6C9AD
(230,201,173)
#E8CFB5
(232,207,181)
#EAD5BD
(234,213,189)
#ECDBC5
(236,219,197)
#EEE1CD
(238,225,205)
#F0E7D5
(240,231,213)
#F2EDDD
(242,237,221)
#F4F3E5
(244,243,229)
#F6F9ED
(246,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BD9D; }

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

This text font color is #E2BD9D.


Background Color

.myBgColor { background-color: #E2BD9D; }

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

This div background color is #E2BD9D.


Border color

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

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

This div border color is #E2BD9D.


Opacity

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

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

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

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

This text has shadow with #E2BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BD9D on black background.


Color preview on white background

This text has color #E2BD9D on white background.



Black color preview on #E2BD9D background

This text has black color on #E2BD9D background.


White color preview on #E2BD9D background

This text has white color on #E2BD9D background.