COLOR #E1B29F

HEX: #E1B29F
RGB: (225,178,159)

Color info

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

RGB color model

#E1B29F color RGB value is (225,178,159).

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

RGB channels and saturation

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

225
178
159

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

Portions of RGB colors in percentages

R + G + B =
225 + 178 + 159 = 562 (100%)
R 225 of 562 ~ 40.04%
G 178 of 562 ~ 31.67%
B 159 of 562 ~ 28.29%

%40.04
%31.67
%28.29

CMYK color model

#E1B29F color CMYK value is (0,21,29,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 29.33%
  • key color value is 11.76%
CMYK:
(0,21,29,12)
C0M21Y29K12 
(0%,21%,29%,12%)
(0.00/0.21/0.29/0.12)	

CMYK percentages

%0
%20.89
%29.33
%11.76

Codes

Color #E1B29F in popluar color models

E1B29F
RGB225178159
HSL17°52.38%75.29%
HSB/HSV17°29.33%88.24%
CMYK0.00%20.89%29.33%
11.76%

Color #E1B29F in popluar number systems.

HEXE1B29F
Decimal225178159
Binary111000011011001010011111
Octal341262237

Shades and tints

Shades of #E1B29F

#E1B29F
(225,178,159)
#CDA291
(205,162,145)
#B99283
(185,146,131)
#A58275
(165,130,117)
#917267
(145,114,103)
#7D6259
(125,98,89)
#69524B
(105,82,75)
#55423D
(85,66,61)
#41322F
(65,50,47)
#2D2221
(45,34,33)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #E1B29F

#E1B29F
(225,178,159)
#E3B9A7
(227,185,167)
#E5C0AF
(229,192,175)
#E7C7B7
(231,199,183)
#E9CEBF
(233,206,191)
#EBD5C7
(235,213,199)
#EDDCCF
(237,220,207)
#EFE3D7
(239,227,215)
#F1EADF
(241,234,223)
#F3F1E7
(243,241,231)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B29F; }

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

This text font color is #E1B29F.


Background Color

.myBgColor { background-color: #E1B29F; }

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

This div background color is #E1B29F.


Border color

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

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

This div border color is #E1B29F.


Opacity

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

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

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

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

This text has shadow with #E1B29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B29F on black background.


Color preview on white background

This text has color #E1B29F on white background.



Black color preview on #E1B29F background

This text has black color on #E1B29F background.


White color preview on #E1B29F background

This text has white color on #E1B29F background.