COLOR #E2BDB0

HEX: #E2BDB0 RGB: (226,189,176)

Color info

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

RGB color model

#E2BDB0 color RGB value is (226,189,176).

RGB: (226,189,176) (89%, 74%, 69%)

RGB channels and saturation

R 226 of 255 = 89%
G 189 of 255 = 74%
B 176 of 255 = 69%

226
189
176

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

Portions of RGB colors in percentages

R + G + B = 226 + 189 + 176 = 591 (100%)
R 226 of 591 ~ 38.24%
G 189 of 591 ~ 31.98%
B 176 of 591 ~ 29.78'%

%38.24
%31.98
%29.78

CMYK color model

#E2BDB0 color CMYK value is (0,16,22,11).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 22.12%
  • key color value is 11.37%

CMYK: (0,16,22,11)
C0M16Y22K11 (0%, 16%, 22%, 11%)
(0.00 / 0.16 / 0.22 / 0.11)

CMYK percentages

%0
%16.37
%22.12
%11.37

Codes

Color #E2BDB0 in popluar color models

E2 BD B0
RGB 226 189 176
HSL 16° 46.30% 78.82%
HSB/HSV 16° 22.12% 88.63%
CMYK 0.00% 16.37% 22.12%
11.37%

Color #E2BDB0 in popluar number systems.

HEX E2 BD B0
Decimal 226 189 176
Binary 11100010 10111101 10110000
Octal 342 275 260

Shades and tints

Shades of #E2BDB0

#E2BDB0
(226,189,176)
#CEACA0
(206,172,160)
#BA9B90
(186,155,144)
#A68A80
(166,138,128)
#927970
(146,121,112)
#7E6860
(126,104,96)
#6A5750
(106,87,80)
#564640
(86,70,64)
#423530
(66,53,48)
#2E2420
(46,36,32)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #E2BDB0

#E2BDB0
(226,189,176)
#E4C3B7
(228,195,183)
#E6C9BE
(230,201,190)
#E8CFC5
(232,207,197)
#EAD5CC
(234,213,204)
#ECDBD3
(236,219,211)
#EEE1DA
(238,225,218)
#F0E7E1
(240,231,225)
#F2EDE8
(242,237,232)
#F4F3EF
(244,243,239)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BDB0; }

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

This text font color is #E2BDB0.

Background Color

.myBgColor { background-color: #E2BDB0; }

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

This div background color is #E2BDB0.

Border color

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

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

This div border color is #E2BDB0.

Opacity

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

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

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

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

This text has shadow with #E2BDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BDB0.

Preview

Color preview on black background

This text has color #E2BDB0 on black background.


Color preview on white background

This text has color #E2BDB0 on white background.


Black color preview on #E2BDB0 background

This text has black color on #E2BDB0 background.


White color preview on #E2BDB0 background

This text has white color on #E2BDB0 background.


Related colors

Complementary color

Complementary color for #hex is #1D424F.


I love getcolorcode.com

Triadic colors

1 #B0E2BD and #BDB0E2 with #E2BDB0 are triadic colors.

2 #B0BDE2 and #BDE2B0 with #E2BDB0 are triadic colors.