COLOR #E1BA9E

HEX: #E1BA9E RGB: (225,186,158)

Color info

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

RGB color model

#E1BA9E color RGB value is (225,186,158).

RGB: (225,186,158) (88%, 73%, 62%)

RGB channels and saturation

R 225 of 255 = 88%
G 186 of 255 = 73%
B 158 of 255 = 62%

225
186
158

R + G + B ~ 74%. #E1BA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 186 + 158 = 569 (100%)
R 225 of 569 ~ 39.54%
G 186 of 569 ~ 32.69%
B 158 of 569 ~ 27.77'%

%39.54
%32.69
%27.77

CMYK color model

#E1BA9E color CMYK value is (0,17,30,12).

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

CMYK: (0,17,30,12)
C0M17Y30K12 (0%, 17%, 30%, 12%)
(0.00 / 0.17 / 0.30 / 0.12)

CMYK percentages

%0
%17.33
%29.78
%11.76

Codes

Color #E1BA9E in popluar color models

E1 BA 9E
RGB 225 186 158
HSL 25° 52.76% 75.10%
HSB/HSV 25° 29.78% 88.24%
CMYK 0.00% 17.33% 29.78%
11.76%

Color #E1BA9E in popluar number systems.

HEX E1 BA 9E
Decimal 225 186 158
Binary 11100001 10111010 10011110
Octal 341 272 236

Shades and tints

Shades of #E1BA9E

#E1BA9E
(225,186,158)
#CDAA90
(205,170,144)
#B99A82
(185,154,130)
#A58A74
(165,138,116)
#917A66
(145,122,102)
#7D6A58
(125,106,88)
#695A4A
(105,90,74)
#554A3C
(85,74,60)
#413A2E
(65,58,46)
#2D2A20
(45,42,32)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #E1BA9E

#E1BA9E
(225,186,158)
#E3C0A6
(227,192,166)
#E5C6AE
(229,198,174)
#E7CCB6
(231,204,182)
#E9D2BE
(233,210,190)
#EBD8C6
(235,216,198)
#EDDECE
(237,222,206)
#EFE4D6
(239,228,214)
#F1EADE
(241,234,222)
#F3F0E6
(243,240,230)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BA9E; }

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

This text font color is #E1BA9E.

Background Color

.myBgColor { background-color: #E1BA9E; }

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

This div background color is #E1BA9E.

Border color

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

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

This div border color is #E1BA9E.

Opacity

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

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

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

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

This text has shadow with #E1BA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BA9E.

Preview

Color preview on black background

This text has color #E1BA9E on black background.


Color preview on white background

This text has color #E1BA9E on white background.


Black color preview on #E1BA9E background

This text has black color on #E1BA9E background.


White color preview on #E1BA9E background

This text has white color on #E1BA9E background.


Related colors

Complementary color

Complementary color for #hex is #1E4561.


I love getcolorcode.com

Triadic colors

1 #9EE1BA and #BA9EE1 with #E1BA9E are triadic colors.

2 #9EBAE1 and #BAE19E with #E1BA9E are triadic colors.