COLOR #E1B17B

HEX: #E1B17B
RGB: (225,177,123)

Color info

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

RGB color model

#E1B17B color RGB value is (225,177,123).

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

RGB channels and saturation

R 225 of 255 = 88%
G 177 of 255 = 69%
B 123 of 255 = 48%

225
177
123

R + G + B ~ 68%. #E1B17B is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 177 + 123 = 525 (100%)
R 225 of 525 ~ 42.86%
G 177 of 525 ~ 33.71%
B 123 of 525 ~ 23.43%

%42.86
%33.71
%23.43

CMYK color model

#E1B17B color CMYK value is (0,21,45,12).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 45.33%
  • key color value is 11.76%
CMYK:
(0,21,45,12)
C0M21Y45K12 
(0%,21%,45%,12%)
(0.00/0.21/0.45/0.12)	

CMYK percentages

%0
%21.33
%45.33
%11.76

Codes

Color #E1B17B in popluar color models

E1B17B
RGB225177123
HSL32°62.96%68.24%
HSB/HSV32°45.33%88.24%
CMYK0.00%21.33%45.33%
11.76%

Color #E1B17B in popluar number systems.

HEXE1B17B
Decimal225177123
Binary11100001101100011111011
Octal341261173

Shades and tints

Shades of #E1B17B

#E1B17B
(225,177,123)
#CDA170
(205,161,112)
#B99165
(185,145,101)
#A5815A
(165,129,90)
#91714F
(145,113,79)
#7D6144
(125,97,68)
#695139
(105,81,57)
#55412E
(85,65,46)
#413123
(65,49,35)
#2D2118
(45,33,24)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #E1B17B

#E1B17B
(225,177,123)
#E3B887
(227,184,135)
#E5BF93
(229,191,147)
#E7C69F
(231,198,159)
#E9CDAB
(233,205,171)
#EBD4B7
(235,212,183)
#EDDBC3
(237,219,195)
#EFE2CF
(239,226,207)
#F1E9DB
(241,233,219)
#F3F0E7
(243,240,231)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B17B; }

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

This text font color is #E1B17B.


Background Color

.myBgColor { background-color: #E1B17B; }

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

This div background color is #E1B17B.


Border color

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

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

This div border color is #E1B17B.


Opacity

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

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

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

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

This text has shadow with #E1B17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B17B on black background.


Color preview on white background

This text has color #E1B17B on white background.



Black color preview on #E1B17B background

This text has black color on #E1B17B background.


White color preview on #E1B17B background

This text has white color on #E1B17B background.