COLOR #E1BDBA

HEX: #E1BDBA RGB: (225,189,186)

Color info

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

RGB color model

#E1BDBA color RGB value is (225,189,186).

RGB: (225,189,186) (88%, 74%, 73%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 186 of 255 = 73%

225
189
186

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

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 186 = 600 (100%)
R 225 of 600 ~ 37.5%
G 189 of 600 ~ 31.5%
B 186 of 600 ~ 31'%

%37.5
%31.5
%31

CMYK color model

#E1BDBA color CMYK value is (0,16,17,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 17.33%
  • key color value is 11.76%

CMYK: (0,16,17,12)
C0M16Y17K12 (0%, 16%, 17%, 12%)
(0.00 / 0.16 / 0.17 / 0.12)

CMYK percentages

%0
%16
%17.33
%11.76

Codes

Color #E1BDBA in popluar color models

E1 BD BA
RGB 225 189 186
HSL 39.39% 80.59%
HSB/HSV 17.33% 88.24%
CMYK 0.00% 16.00% 17.33%
11.76%

Color #E1BDBA in popluar number systems.

HEX E1 BD BA
Decimal 225 189 186
Binary 11100001 10111101 10111010
Octal 341 275 272

Shades and tints

Shades of #E1BDBA

#E1BDBA
(225,189,186)
#CDACAA
(205,172,170)
#B99B9A
(185,155,154)
#A58A8A
(165,138,138)
#91797A
(145,121,122)
#7D686A
(125,104,106)
#69575A
(105,87,90)
#55464A
(85,70,74)
#41353A
(65,53,58)
#2D242A
(45,36,42)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #E1BDBA

#E1BDBA
(225,189,186)
#E3C3C0
(227,195,192)
#E5C9C6
(229,201,198)
#E7CFCC
(231,207,204)
#E9D5D2
(233,213,210)
#EBDBD8
(235,219,216)
#EDE1DE
(237,225,222)
#EFE7E4
(239,231,228)
#F1EDEA
(241,237,234)
#F3F3F0
(243,243,240)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BDBA color. Also use rgb(225,189,186) instead hex code.

Text Font Color

.myTextColor { color: #E1BDBA; }

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

This text font color is #E1BDBA.

Background Color

.myBgColor { background-color: #E1BDBA; }

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

This div background color is #E1BDBA.

Border color

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

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

This div border color is #E1BDBA.

Opacity

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

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

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

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

This text has shadow with #E1BDBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDBA.

Preview

Color preview on black background

This text has color #E1BDBA on black background.


Color preview on white background

This text has color #E1BDBA on white background.


Black color preview on #E1BDBA background

This text has black color on #E1BDBA background.


White color preview on #E1BDBA background

This text has white color on #E1BDBA background.


Related colors

Complementary color

Complementary color for #hex is #1E4245.


I love getcolorcode.com

Triadic colors

1 #BAE1BD and #BDBAE1 with #E1BDBA are triadic colors.

2 #BABDE1 and #BDE1BA with #E1BDBA are triadic colors.