COLOR #E2BDB5

HEX: #E2BDB5
RGB: (226,189,181)

Color info

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

RGB color model

#E2BDB5 color RGB value is (226,189,181).

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

RGB channels and saturation

R 226 of 255 = 89%
G 189 of 255 = 74%
B 181 of 255 = 71%

226
189
181

R + G + B ~ 78%. #E2BDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 189 + 181 = 596 (100%)
R 226 of 596 ~ 37.92%
G 189 of 596 ~ 31.71%
B 181 of 596 ~ 30.37%

%37.92
%31.71
%30.37

CMYK color model

#E2BDB5 color CMYK value is (0,16,20,11).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 19.91%
  • key color value is 11.37%
CMYK:
(0,16,20,11)
C0M16Y20K11 
(0%,16%,20%,11%)
(0.00/0.16/0.20/0.11)	

CMYK percentages

%0
%16.37
%19.91
%11.37

Codes

Color #E2BDB5 in popluar color models

E2BDB5
RGB226189181
HSL11°43.69%79.80%
HSB/HSV11°19.91%88.63%
CMYK0.00%16.37%19.91%
11.37%

Color #E2BDB5 in popluar number systems.

HEXE2BDB5
Decimal226189181
Binary111000101011110110110101
Octal342275265

Shades and tints

Shades of #E2BDB5

#E2BDB5
(226,189,181)
#CEACA5
(206,172,165)
#BA9B95
(186,155,149)
#A68A85
(166,138,133)
#927975
(146,121,117)
#7E6865
(126,104,101)
#6A5755
(106,87,85)
#564645
(86,70,69)
#423535
(66,53,53)
#2E2425
(46,36,37)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #E2BDB5

#E2BDB5
(226,189,181)
#E4C3BB
(228,195,187)
#E6C9C1
(230,201,193)
#E8CFC7
(232,207,199)
#EAD5CD
(234,213,205)
#ECDBD3
(236,219,211)
#EEE1D9
(238,225,217)
#F0E7DF
(240,231,223)
#F2EDE5
(242,237,229)
#F4F3EB
(244,243,235)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BDB5; }

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

This text font color is #E2BDB5.


Background Color

.myBgColor { background-color: #E2BDB5; }

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

This div background color is #E2BDB5.


Border color

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

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

This div border color is #E2BDB5.


Opacity

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

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

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

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

This text has shadow with #E2BDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BDB5 on black background.


Color preview on white background

This text has color #E2BDB5 on white background.



Black color preview on #E2BDB5 background

This text has black color on #E2BDB5 background.


White color preview on #E2BDB5 background

This text has white color on #E2BDB5 background.