COLOR #E1B08B

HEX: #E1B08B RGB: (225,176,139)

Color info

#E1B08B contains mainly red and green colors. Web safe color of #E1B08B is #CC9999 (or #C99).

RGB color model

#E1B08B color RGB value is (225,176,139).

RGB: (225,176,139) (88%, 69%, 55%)

RGB channels and saturation

R 225 of 255 = 88%
G 176 of 255 = 69%
B 139 of 255 = 55%

225
176
139

R + G + B ~ 71%. #E1B08B is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 176 + 139 = 540 (100%)
R 225 of 540 ~ 41.67%
G 176 of 540 ~ 32.59%
B 139 of 540 ~ 25.74'%

%41.67
%32.59
%25.74

CMYK color model

#E1B08B color CMYK value is (0,22,38,12).

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 38.22%
  • key color value is 11.76%

CMYK: (0,22,38,12)
C0M22Y38K12 (0%, 22%, 38%, 12%)
(0.00 / 0.22 / 0.38 / 0.12)

CMYK percentages

%0
%21.78
%38.22
%11.76

Codes

Color #E1B08B in popluar color models

E1 B0 8B
RGB 225 176 139
HSL 26° 58.90% 71.37%
HSB/HSV 26° 38.22% 88.24%
CMYK 0.00% 21.78% 38.22%
11.76%

Color #E1B08B in popluar number systems.

HEX E1 B0 8B
Decimal 225 176 139
Binary 11100001 10110000 10001011
Octal 341 260 213

Shades and tints

Shades of #E1B08B

#E1B08B
(225,176,139)
#CDA07F
(205,160,127)
#B99073
(185,144,115)
#A58067
(165,128,103)
#91705B
(145,112,91)
#7D604F
(125,96,79)
#695043
(105,80,67)
#554037
(85,64,55)
#41302B
(65,48,43)
#2D201F
(45,32,31)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #E1B08B

#E1B08B
(225,176,139)
#E3B795
(227,183,149)
#E5BE9F
(229,190,159)
#E7C5A9
(231,197,169)
#E9CCB3
(233,204,179)
#EBD3BD
(235,211,189)
#EDDAC7
(237,218,199)
#EFE1D1
(239,225,209)
#F1E8DB
(241,232,219)
#F3EFE5
(243,239,229)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B08B color. Also use rgb(225,176,139) instead hex code.

Text Font Color

.myTextColor { color: #E1B08B; }

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

This text font color is #E1B08B.

Background Color

.myBgColor { background-color: #E1B08B; }

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

This div background color is #E1B08B.

Border color

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

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

This div border color is #E1B08B.

Opacity

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

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

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

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

This text has shadow with #E1B08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B08B.

Preview

Color preview on black background

This text has color #E1B08B on black background.


Color preview on white background

This text has color #E1B08B on white background.


Black color preview on #E1B08B background

This text has black color on #E1B08B background.


White color preview on #E1B08B background

This text has white color on #E1B08B background.


Related colors

Complementary color

Complementary color for #hex is #1E4F74.


I love getcolorcode.com

Triadic colors

1 #8BE1B0 and #B08BE1 with #E1B08B are triadic colors.

2 #8BB0E1 and #B0E18B with #E1B08B are triadic colors.