COLOR #E4B4B1

HEX: #E4B4B1
RGB: (228,180,177)

Color info

#E4B4B1 contains red, green and blue colors in about the same proportion. Web safe color of #E4B4B1 is #CCCC99 (or #CC9).

RGB color model

#E4B4B1 color RGB value is (228,180,177).

  • red value is 228;
  • green value is 180;
  • blue value is 177.
RGB:
(228,180,177)
(89%,71%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 180 of 255 = 71%
B 177 of 255 = 69%

228
180
177

R + G + B ~ 76%. #E4B4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 180 + 177 = 585 (100%)
R 228 of 585 ~ 38.97%
G 180 of 585 ~ 30.77%
B 177 of 585 ~ 30.26%

%38.97
%30.77
%30.26

CMYK color model

#E4B4B1 color CMYK value is (0,21,22,11).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 22.37%
  • key color value is 10.59%
CMYK:
(0,21,22,11)
C0M21Y22K11 
(0%,21%,22%,11%)
(0.00/0.21/0.22/0.11)	

CMYK percentages

%0
%21.05
%22.37
%10.59

Codes

Color #E4B4B1 in popluar color models

E4B4B1
RGB228180177
HSL48.57%79.41%
HSB/HSV22.37%89.41%
CMYK0.00%21.05%22.37%
10.59%

Color #E4B4B1 in popluar number systems.

HEXE4B4B1
Decimal228180177
Binary111001001011010010110001
Octal344264261

Shades and tints

Shades of #E4B4B1

#E4B4B1
(228,180,177)
#D0A4A1
(208,164,161)
#BC9491
(188,148,145)
#A88481
(168,132,129)
#947471
(148,116,113)
#806461
(128,100,97)
#6C5451
(108,84,81)
#584441
(88,68,65)
#443431
(68,52,49)
#302421
(48,36,33)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #E4B4B1

#E4B4B1
(228,180,177)
#E6BAB8
(230,186,184)
#E8C0BF
(232,192,191)
#EAC6C6
(234,198,198)
#ECCCCD
(236,204,205)
#EED2D4
(238,210,212)
#F0D8DB
(240,216,219)
#F2DEE2
(242,222,226)
#F4E4E9
(244,228,233)
#F6EAF0
(246,234,240)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B4B1 color. Also use rgb(228,180,177) instead hex code.

Text Font Color

.myTextColor { color: #E4B4B1; }

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

This text font color is #E4B4B1.


Background Color

.myBgColor { background-color: #E4B4B1; }

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

This div background color is #E4B4B1.


Border color

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

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

This div border color is #E4B4B1.


Opacity

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

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

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

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

This text has shadow with #E4B4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B4B1 on black background.


Color preview on white background

This text has color #E4B4B1 on white background.



Black color preview on #E4B4B1 background

This text has black color on #E4B4B1 background.


White color preview on #E4B4B1 background

This text has white color on #E4B4B1 background.