COLOR #E0B19E

HEX: #E0B19E
RGB: (224,177,158)

Color info

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

RGB color model

#E0B19E color RGB value is (224,177,158).

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

RGB channels and saturation

R 224 of 255 = 88%
G 177 of 255 = 69%
B 158 of 255 = 62%

224
177
158

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

Portions of RGB colors in percentages

R + G + B =
224 + 177 + 158 = 559 (100%)
R 224 of 559 ~ 40.07%
G 177 of 559 ~ 31.66%
B 158 of 559 ~ 28.26%

%40.07
%31.66
%28.26

CMYK color model

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

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

CMYK percentages

%0
%20.98
%29.46
%12.16

Codes

Color #E0B19E in popluar color models

E0B19E
RGB224177158
HSL17°51.56%74.90%
HSB/HSV17°29.46%87.84%
CMYK0.00%20.98%29.46%
12.16%

Color #E0B19E in popluar number systems.

HEXE0B19E
Decimal224177158
Binary111000001011000110011110
Octal340261236

Shades and tints

Shades of #E0B19E

#E0B19E
(224,177,158)
#CCA190
(204,161,144)
#B89182
(184,145,130)
#A48174
(164,129,116)
#907166
(144,113,102)
#7C6158
(124,97,88)
#68514A
(104,81,74)
#54413C
(84,65,60)
#40312E
(64,49,46)
#2C2120
(44,33,32)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #E0B19E

#E0B19E
(224,177,158)
#E2B8A6
(226,184,166)
#E4BFAE
(228,191,174)
#E6C6B6
(230,198,182)
#E8CDBE
(232,205,190)
#EAD4C6
(234,212,198)
#ECDBCE
(236,219,206)
#EEE2D6
(238,226,214)
#F0E9DE
(240,233,222)
#F2F0E6
(242,240,230)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B19E; }

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

This text font color is #E0B19E.


Background Color

.myBgColor { background-color: #E0B19E; }

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

This div background color is #E0B19E.


Border color

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

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

This div border color is #E0B19E.


Opacity

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

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

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

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

This text has shadow with #E0B19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B19E on black background.


Color preview on white background

This text has color #E0B19E on white background.



Black color preview on #E0B19E background

This text has black color on #E0B19E background.


White color preview on #E0B19E background

This text has white color on #E0B19E background.