COLOR #E49B8B

HEX: #E49B8B RGB: (228,155,139)

Color info

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

RGB color model

#E49B8B color RGB value is (228,155,139).

RGB: (228,155,139) (89%, 61%, 55%)

RGB channels and saturation

R 228 of 255 = 89%
G 155 of 255 = 61%
B 139 of 255 = 55%

228
155
139

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

Portions of RGB colors in percentages

R + G + B = 228 + 155 + 139 = 522 (100%)
R 228 of 522 ~ 43.68%
G 155 of 522 ~ 29.69%
B 139 of 522 ~ 26.63'%

%43.68
%29.69
%26.63

CMYK color model

#E49B8B color CMYK value is (0,32,39,11).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 39.04%
  • key color value is 10.59%

CMYK: (0,32,39,11)
C0M32Y39K11 (0%, 32%, 39%, 11%)
(0.00 / 0.32 / 0.39 / 0.11)

CMYK percentages

%0
%32.02
%39.04
%10.59

Codes

Color #E49B8B in popluar color models

E4 9B 8B
RGB 228 155 139
HSL 11° 62.24% 71.96%
HSB/HSV 11° 39.04% 89.41%
CMYK 0.00% 32.02% 39.04%
10.59%

Color #E49B8B in popluar number systems.

HEX E4 9B 8B
Decimal 228 155 139
Binary 11100100 10011011 10001011
Octal 344 233 213

Shades and tints

Shades of #E49B8B

#E49B8B
(228,155,139)
#D08D7F
(208,141,127)
#BC7F73
(188,127,115)
#A87167
(168,113,103)
#94635B
(148,99,91)
#80554F
(128,85,79)
#6C4743
(108,71,67)
#583937
(88,57,55)
#442B2B
(68,43,43)
#301D1F
(48,29,31)
#1C0F13
(28,15,19)
#000000
(0,0,0)

Tints of #E49B8B

#E49B8B
(228,155,139)
#E6A495
(230,164,149)
#E8AD9F
(232,173,159)
#EAB6A9
(234,182,169)
#ECBFB3
(236,191,179)
#EEC8BD
(238,200,189)
#F0D1C7
(240,209,199)
#F2DAD1
(242,218,209)
#F4E3DB
(244,227,219)
#F6ECE5
(246,236,229)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49B8B; }

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

This text font color is #E49B8B.

Background Color

.myBgColor { background-color: #E49B8B; }

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

This div background color is #E49B8B.

Border color

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

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

This div border color is #E49B8B.

Opacity

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

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

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

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

This text has shadow with #E49B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E49B8B.

Preview

Color preview on black background

This text has color #E49B8B on black background.


Color preview on white background

This text has color #E49B8B on white background.


Black color preview on #E49B8B background

This text has black color on #E49B8B background.


White color preview on #E49B8B background

This text has white color on #E49B8B background.


Related colors

Complementary color

Complementary color for #hex is #1B6474.


I love getcolorcode.com

Triadic colors

1 #8BE49B and #9B8BE4 with #E49B8B are triadic colors.

2 #8B9BE4 and #9BE48B with #E49B8B are triadic colors.