COLOR #E0B17B

HEX: #E0B17B
RGB: (224,177,123)

Color info

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

RGB color model

#E0B17B color RGB value is (224,177,123).

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

RGB channels and saturation

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

224
177
123

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

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 123 = 524 (100%)
R 224 of 524 ~ 42.75%
G 177 of 524 ~ 33.78%
B 123 of 524 ~ 23.47%

%42.75
%33.78
%23.47

CMYK color model

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

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

CMYK percentages

%0
%20.98
%45.09
%12.16

Codes

Color #E0B17B in popluar color models

E0B17B
RGB224177123
HSL32°61.96%68.04%
HSB/HSV32°45.09%87.84%
CMYK0.00%20.98%45.09%
12.16%

Color #E0B17B in popluar number systems.

HEXE0B17B
Decimal224177123
Binary11100000101100011111011
Octal340261173

Shades and tints

Shades of #E0B17B

#E0B17B
(224,177,123)
#CCA170
(204,161,112)
#B89165
(184,145,101)
#A4815A
(164,129,90)
#90714F
(144,113,79)
#7C6144
(124,97,68)
#685139
(104,81,57)
#54412E
(84,65,46)
#403123
(64,49,35)
#2C2118
(44,33,24)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #E0B17B

#E0B17B
(224,177,123)
#E2B887
(226,184,135)
#E4BF93
(228,191,147)
#E6C69F
(230,198,159)
#E8CDAB
(232,205,171)
#EAD4B7
(234,212,183)
#ECDBC3
(236,219,195)
#EEE2CF
(238,226,207)
#F0E9DB
(240,233,219)
#F2F0E7
(242,240,231)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B17B; }

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

This text font color is #E0B17B.


Background Color

.myBgColor { background-color: #E0B17B; }

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

This div background color is #E0B17B.


Border color

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

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

This div border color is #E0B17B.


Opacity

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

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

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

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

This text has shadow with #E0B17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B17B on black background.


Color preview on white background

This text has color #E0B17B on white background.



Black color preview on #E0B17B background

This text has black color on #E0B17B background.


White color preview on #E0B17B background

This text has white color on #E0B17B background.