COLOR #E4B9B8

HEX: #E4B9B8
RGB: (228,185,184)

Color info

#E4B9B8 contains red, green and blue colors in about the same proportion. Web safe color of #E4B9B8 is #CCCCCC (or #CCC).

RGB color model

#E4B9B8 color RGB value is (228,185,184).

  • red value is 228;
  • green value is 185;
  • blue value is 184.
RGB:
(228,185,184)
(89%,73%,72%)

RGB channels and saturation

R 228 of 255 = 89%
G 185 of 255 = 73%
B 184 of 255 = 72%

228
185
184

R + G + B ~ 78%. #E4B9B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 185 + 184 = 597 (100%)
R 228 of 597 ~ 38.19%
G 185 of 597 ~ 30.99%
B 184 of 597 ~ 30.82%

%38.19
%30.99
%30.82

CMYK color model

#E4B9B8 color CMYK value is (0,19,19,11).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 19.30%
  • key color value is 10.59%
CMYK:
(0,19,19,11)
C0M19Y19K11 
(0%,19%,19%,11%)
(0.00/0.19/0.19/0.11)	

CMYK percentages

%0
%18.86
%19.3
%10.59

Codes

Color #E4B9B8 in popluar color models

E4B9B8
RGB228185184
HSL44.90%80.78%
HSB/HSV19.30%89.41%
CMYK0.00%18.86%19.30%
10.59%

Color #E4B9B8 in popluar number systems.

HEXE4B9B8
Decimal228185184
Binary111001001011100110111000
Octal344271270

Shades and tints

Shades of #E4B9B8

#E4B9B8
(228,185,184)
#D0A9A8
(208,169,168)
#BC9998
(188,153,152)
#A88988
(168,137,136)
#947978
(148,121,120)
#806968
(128,105,104)
#6C5958
(108,89,88)
#584948
(88,73,72)
#443938
(68,57,56)
#302928
(48,41,40)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #E4B9B8

#E4B9B8
(228,185,184)
#E6BFBE
(230,191,190)
#E8C5C4
(232,197,196)
#EACBCA
(234,203,202)
#ECD1D0
(236,209,208)
#EED7D6
(238,215,214)
#F0DDDC
(240,221,220)
#F2E3E2
(242,227,226)
#F4E9E8
(244,233,232)
#F6EFEE
(246,239,238)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B9B8 color. Also use rgb(228,185,184) instead hex code.

Text Font Color

.myTextColor { color: #E4B9B8; }

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

This text font color is #E4B9B8.


Background Color

.myBgColor { background-color: #E4B9B8; }

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

This div background color is #E4B9B8.


Border color

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

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

This div border color is #E4B9B8.


Opacity

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

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

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

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

This text has shadow with #E4B9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B9B8 on black background.


Color preview on white background

This text has color #E4B9B8 on white background.



Black color preview on #E4B9B8 background

This text has black color on #E4B9B8 background.


White color preview on #E4B9B8 background

This text has white color on #E4B9B8 background.