COLOR #E1B17E

HEX: #E1B17E
RGB: (225,177,126)

Color info

#E1B17E contains mainly red and green colors. Web safe color of #E1B17E is #CC9966 (or #C96).

RGB color model

#E1B17E color RGB value is (225,177,126).

  • red value is 225;
  • green value is 177;
  • blue value is 126.
RGB:
(225,177,126)
(88%,69%,49%)

RGB channels and saturation

R 225 of 255 = 88%
G 177 of 255 = 69%
B 126 of 255 = 49%

225
177
126

R + G + B ~ 69%. #E1B17E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 177 + 126 = 528 (100%)
R 225 of 528 ~ 42.61%
G 177 of 528 ~ 33.52%
B 126 of 528 ~ 23.86%

%42.61
%33.52
%23.86

CMYK color model

#E1B17E color CMYK value is (0,21,44,12).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 44.00%
  • key color value is 11.76%
CMYK:
(0,21,44,12)
C0M21Y44K12 
(0%,21%,44%,12%)
(0.00/0.21/0.44/0.12)	

CMYK percentages

%0
%21.33
%44
%11.76

Codes

Color #E1B17E in popluar color models

E1B17E
RGB225177126
HSL31°62.26%68.82%
HSB/HSV31°44.00%88.24%
CMYK0.00%21.33%44.00%
11.76%

Color #E1B17E in popluar number systems.

HEXE1B17E
Decimal225177126
Binary11100001101100011111110
Octal341261176

Shades and tints

Shades of #E1B17E

#E1B17E
(225,177,126)
#CDA173
(205,161,115)
#B99168
(185,145,104)
#A5815D
(165,129,93)
#917152
(145,113,82)
#7D6147
(125,97,71)
#69513C
(105,81,60)
#554131
(85,65,49)
#413126
(65,49,38)
#2D211B
(45,33,27)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #E1B17E

#E1B17E
(225,177,126)
#E3B889
(227,184,137)
#E5BF94
(229,191,148)
#E7C69F
(231,198,159)
#E9CDAA
(233,205,170)
#EBD4B5
(235,212,181)
#EDDBC0
(237,219,192)
#EFE2CB
(239,226,203)
#F1E9D6
(241,233,214)
#F3F0E1
(243,240,225)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B17E color. Also use rgb(225,177,126) instead hex code.

Text Font Color

.myTextColor { color: #E1B17E; }

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

This text font color is #E1B17E.


Background Color

.myBgColor { background-color: #E1B17E; }

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

This div background color is #E1B17E.


Border color

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

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

This div border color is #E1B17E.


Opacity

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

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

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

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

This text has shadow with #E1B17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B17E on black background.


Color preview on white background

This text has color #E1B17E on white background.



Black color preview on #E1B17E background

This text has black color on #E1B17E background.


White color preview on #E1B17E background

This text has white color on #E1B17E background.