COLOR #E2BDAD

HEX: #E2BDAD
RGB: (226,189,173)

Color info

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

RGB color model

#E2BDAD color RGB value is (226,189,173).

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

RGB channels and saturation

R 226 of 255 = 89%
G 189 of 255 = 74%
B 173 of 255 = 68%

226
189
173

R + G + B ~ 77%. #E2BDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 189 + 173 = 588 (100%)
R 226 of 588 ~ 38.44%
G 189 of 588 ~ 32.14%
B 173 of 588 ~ 29.42%

%38.44
%32.14
%29.42

CMYK color model

#E2BDAD color CMYK value is (0,16,23,11).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK:
(0,16,23,11)
C0M16Y23K11 
(0%,16%,23%,11%)
(0.00/0.16/0.23/0.11)	

CMYK percentages

%0
%16.37
%23.45
%11.37

Codes

Color #E2BDAD in popluar color models

E2BDAD
RGB226189173
HSL18°47.75%78.24%
HSB/HSV18°23.45%88.63%
CMYK0.00%16.37%23.45%
11.37%

Color #E2BDAD in popluar number systems.

HEXE2BDAD
Decimal226189173
Binary111000101011110110101101
Octal342275255

Shades and tints

Shades of #E2BDAD

#E2BDAD
(226,189,173)
#CEAC9E
(206,172,158)
#BA9B8F
(186,155,143)
#A68A80
(166,138,128)
#927971
(146,121,113)
#7E6862
(126,104,98)
#6A5753
(106,87,83)
#564644
(86,70,68)
#423535
(66,53,53)
#2E2426
(46,36,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #E2BDAD

#E2BDAD
(226,189,173)
#E4C3B4
(228,195,180)
#E6C9BB
(230,201,187)
#E8CFC2
(232,207,194)
#EAD5C9
(234,213,201)
#ECDBD0
(236,219,208)
#EEE1D7
(238,225,215)
#F0E7DE
(240,231,222)
#F2EDE5
(242,237,229)
#F4F3EC
(244,243,236)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BDAD; }

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

This text font color is #E2BDAD.


Background Color

.myBgColor { background-color: #E2BDAD; }

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

This div background color is #E2BDAD.


Border color

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

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

This div border color is #E2BDAD.


Opacity

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

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

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

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

This text has shadow with #E2BDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BDAD on black background.


Color preview on white background

This text has color #E2BDAD on white background.



Black color preview on #E2BDAD background

This text has black color on #E2BDAD background.


White color preview on #E2BDAD background

This text has white color on #E2BDAD background.