COLOR #E4B9B3

HEX: #E4B9B3
RGB: (228,185,179)

Color info

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

RGB color model

#E4B9B3 color RGB value is (228,185,179).

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

RGB channels and saturation

R 228 of 255 = 89%
G 185 of 255 = 73%
B 179 of 255 = 70%

228
185
179

R + G + B ~ 77%. #E4B9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 185 + 179 = 592 (100%)
R 228 of 592 ~ 38.51%
G 185 of 592 ~ 31.25%
B 179 of 592 ~ 30.24%

%38.51
%31.25
%30.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 21.49%
  • key color value is 10.59%
CMYK:
(0,19,21,11)
C0M19Y21K11 
(0%,19%,21%,11%)
(0.00/0.19/0.21/0.11)	

CMYK percentages

%0
%18.86
%21.49
%10.59

Codes

Color #E4B9B3 in popluar color models

E4B9B3
RGB228185179
HSL47.57%79.80%
HSB/HSV21.49%89.41%
CMYK0.00%18.86%21.49%
10.59%

Color #E4B9B3 in popluar number systems.

HEXE4B9B3
Decimal228185179
Binary111001001011100110110011
Octal344271263

Shades and tints

Shades of #E4B9B3

#E4B9B3
(228,185,179)
#D0A9A3
(208,169,163)
#BC9993
(188,153,147)
#A88983
(168,137,131)
#947973
(148,121,115)
#806963
(128,105,99)
#6C5953
(108,89,83)
#584943
(88,73,67)
#443933
(68,57,51)
#302923
(48,41,35)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #E4B9B3

#E4B9B3
(228,185,179)
#E6BFB9
(230,191,185)
#E8C5BF
(232,197,191)
#EACBC5
(234,203,197)
#ECD1CB
(236,209,203)
#EED7D1
(238,215,209)
#F0DDD7
(240,221,215)
#F2E3DD
(242,227,221)
#F4E9E3
(244,233,227)
#F6EFE9
(246,239,233)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B9B3; }

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

This text font color is #E4B9B3.


Background Color

.myBgColor { background-color: #E4B9B3; }

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

This div background color is #E4B9B3.


Border color

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

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

This div border color is #E4B9B3.


Opacity

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

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

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

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

This text has shadow with #E4B9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B9B3 on black background.


Color preview on white background

This text has color #E4B9B3 on white background.



Black color preview on #E4B9B3 background

This text has black color on #E4B9B3 background.


White color preview on #E4B9B3 background

This text has white color on #E4B9B3 background.