COLOR #E2B19D

HEX: #E2B19D RGB: (226,177,157)

Color info

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

RGB color model

#E2B19D color RGB value is (226,177,157).

RGB: (226,177,157) (89%, 69%, 62%)

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 157 of 255 = 62%

226
177
157

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

Portions of RGB colors in percentages

R + G + B = 226 + 177 + 157 = 560 (100%)
R 226 of 560 ~ 40.36%
G 177 of 560 ~ 31.61%
B 157 of 560 ~ 28.04'%

%40.36
%31.61
%28.04

CMYK color model

#E2B19D color CMYK value is (0,22,31,11).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 30.53%
  • key color value is 11.37%

CMYK: (0,22,31,11)
C0M22Y31K11 (0%, 22%, 31%, 11%)
(0.00 / 0.22 / 0.31 / 0.11)

CMYK percentages

%0
%21.68
%30.53
%11.37

Codes

Color #E2B19D in popluar color models

E2 B1 9D
RGB 226 177 157
HSL 17° 54.33% 75.10%
HSB/HSV 17° 30.53% 88.63%
CMYK 0.00% 21.68% 30.53%
11.37%

Color #E2B19D in popluar number systems.

HEX E2 B1 9D
Decimal 226 177 157
Binary 11100010 10110001 10011101
Octal 342 261 235

Shades and tints

Shades of #E2B19D

#E2B19D
(226,177,157)
#CEA18F
(206,161,143)
#BA9181
(186,145,129)
#A68173
(166,129,115)
#927165
(146,113,101)
#7E6157
(126,97,87)
#6A5149
(106,81,73)
#56413B
(86,65,59)
#42312D
(66,49,45)
#2E211F
(46,33,31)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #E2B19D

#E2B19D
(226,177,157)
#E4B8A5
(228,184,165)
#E6BFAD
(230,191,173)
#E8C6B5
(232,198,181)
#EACDBD
(234,205,189)
#ECD4C5
(236,212,197)
#EEDBCD
(238,219,205)
#F0E2D5
(240,226,213)
#F2E9DD
(242,233,221)
#F4F0E5
(244,240,229)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B19D color. Also use rgb(226,177,157) instead hex code.

Text Font Color

.myTextColor { color: #E2B19D; }

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

This text font color is #E2B19D.

Background Color

.myBgColor { background-color: #E2B19D; }

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

This div background color is #E2B19D.

Border color

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

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

This div border color is #E2B19D.

Opacity

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

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

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

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

This text has shadow with #E2B19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B19D.

Preview

Color preview on black background

This text has color #E2B19D on black background.


Color preview on white background

This text has color #E2B19D on white background.


Black color preview on #E2B19D background

This text has black color on #E2B19D background.


White color preview on #E2B19D background

This text has white color on #E2B19D background.


Related colors

Complementary color

Complementary color for #hex is #1D4E62.


I love getcolorcode.com

Triadic colors

1 #9DE2B1 and #B19DE2 with #E2B19D are triadic colors.

2 #9DB1E2 and #B1E29D with #E2B19D are triadic colors.