COLOR #E49B81

HEX: #E49B81
RGB: (228,155,129)

Color info

#E49B81 contains mainly red color. Web safe color of #E49B81 is #CC9999 (or #C99).

RGB color model

#E49B81 color RGB value is (228,155,129).

  • red value is 228;
  • green value is 155;
  • blue value is 129.
RGB:
(228,155,129)
(89%,61%,51%)

RGB channels and saturation

R 228 of 255 = 89%
G 155 of 255 = 61%
B 129 of 255 = 51%

228
155
129

R + G + B ~ 67%. #E49B81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 155 + 129 = 512 (100%)
R 228 of 512 ~ 44.53%
G 155 of 512 ~ 30.27%
B 129 of 512 ~ 25.2%

%44.53
%30.27
%25.2

CMYK color model

#E49B81 color CMYK value is (0,32,43,11).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 43.42%
  • key color value is 10.59%
CMYK:
(0,32,43,11)
C0M32Y43K11 
(0%,32%,43%,11%)
(0.00/0.32/0.43/0.11)	

CMYK percentages

%0
%32.02
%43.42
%10.59

Codes

Color #E49B81 in popluar color models

E49B81
RGB228155129
HSL16°64.71%70.00%
HSB/HSV16°43.42%89.41%
CMYK0.00%32.02%43.42%
10.59%

Color #E49B81 in popluar number systems.

HEXE49B81
Decimal228155129
Binary111001001001101110000001
Octal344233201

Shades and tints

Shades of #E49B81

#E49B81
(228,155,129)
#D08D76
(208,141,118)
#BC7F6B
(188,127,107)
#A87160
(168,113,96)
#946355
(148,99,85)
#80554A
(128,85,74)
#6C473F
(108,71,63)
#583934
(88,57,52)
#442B29
(68,43,41)
#301D1E
(48,29,30)
#1C0F13
(28,15,19)
#000000
(0,0,0)

Tints of #E49B81

#E49B81
(228,155,129)
#E6A48C
(230,164,140)
#E8AD97
(232,173,151)
#EAB6A2
(234,182,162)
#ECBFAD
(236,191,173)
#EEC8B8
(238,200,184)
#F0D1C3
(240,209,195)
#F2DACE
(242,218,206)
#F4E3D9
(244,227,217)
#F6ECE4
(246,236,228)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49B81 color. Also use rgb(228,155,129) instead hex code.

Text Font Color

.myTextColor { color: #E49B81; }

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

This text font color is #E49B81.


Background Color

.myBgColor { background-color: #E49B81; }

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

This div background color is #E49B81.


Border color

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

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

This div border color is #E49B81.


Opacity

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

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

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

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

This text has shadow with #E49B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49B81 on black background.


Color preview on white background

This text has color #E49B81 on white background.



Black color preview on #E49B81 background

This text has black color on #E49B81 background.


White color preview on #E49B81 background

This text has white color on #E49B81 background.