COLOR #E1B29E

HEX: #E1B29E
RGB: (225,178,158)

Color info

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

RGB color model

#E1B29E color RGB value is (225,178,158).

  • red value is 225;
  • green value is 178;
  • blue value is 158.
RGB:
(225,178,158)
(88%,70%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 158 of 255 = 62%

225
178
158

R + G + B ~ 73%. #E1B29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 178 + 158 = 561 (100%)
R 225 of 561 ~ 40.11%
G 178 of 561 ~ 31.73%
B 158 of 561 ~ 28.16%

%40.11
%31.73
%28.16

CMYK color model

#E1B29E color CMYK value is (0,21,30,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 29.78%
  • key color value is 11.76%
CMYK:
(0,21,30,12)
C0M21Y30K12 
(0%,21%,30%,12%)
(0.00/0.21/0.30/0.12)	

CMYK percentages

%0
%20.89
%29.78
%11.76

Codes

Color #E1B29E in popluar color models

E1B29E
RGB225178158
HSL18°52.76%75.10%
HSB/HSV18°29.78%88.24%
CMYK0.00%20.89%29.78%
11.76%

Color #E1B29E in popluar number systems.

HEXE1B29E
Decimal225178158
Binary111000011011001010011110
Octal341262236

Shades and tints

Shades of #E1B29E

#E1B29E
(225,178,158)
#CDA290
(205,162,144)
#B99282
(185,146,130)
#A58274
(165,130,116)
#917266
(145,114,102)
#7D6258
(125,98,88)
#69524A
(105,82,74)
#55423C
(85,66,60)
#41322E
(65,50,46)
#2D2220
(45,34,32)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #E1B29E

#E1B29E
(225,178,158)
#E3B9A6
(227,185,166)
#E5C0AE
(229,192,174)
#E7C7B6
(231,199,182)
#E9CEBE
(233,206,190)
#EBD5C6
(235,213,198)
#EDDCCE
(237,220,206)
#EFE3D6
(239,227,214)
#F1EADE
(241,234,222)
#F3F1E6
(243,241,230)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B29E; }

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

This text font color is #E1B29E.


Background Color

.myBgColor { background-color: #E1B29E; }

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

This div background color is #E1B29E.


Border color

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

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

This div border color is #E1B29E.


Opacity

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

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

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

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

This text has shadow with #E1B29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B29E on black background.


Color preview on white background

This text has color #E1B29E on white background.



Black color preview on #E1B29E background

This text has black color on #E1B29E background.


White color preview on #E1B29E background

This text has white color on #E1B29E background.