COLOR #E4BAB0

HEX: #E4BAB0
RGB: (228,186,176)

Color info

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

RGB color model

#E4BAB0 color RGB value is (228,186,176).

  • red value is 228;
  • green value is 186;
  • blue value is 176.
RGB:
(228,186,176)
(89%,73%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 186 of 255 = 73%
B 176 of 255 = 69%

228
186
176

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

Portions of RGB colors in percentages

R + G + B =
228 + 186 + 176 = 590 (100%)
R 228 of 590 ~ 38.64%
G 186 of 590 ~ 31.53%
B 176 of 590 ~ 29.83%

%38.64
%31.53
%29.83

CMYK color model

#E4BAB0 color CMYK value is (0,18,23,11).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 22.81%
  • key color value is 10.59%
CMYK:
(0,18,23,11)
C0M18Y23K11 
(0%,18%,23%,11%)
(0.00/0.18/0.23/0.11)	

CMYK percentages

%0
%18.42
%22.81
%10.59

Codes

Color #E4BAB0 in popluar color models

E4BAB0
RGB228186176
HSL12°49.06%79.22%
HSB/HSV12°22.81%89.41%
CMYK0.00%18.42%22.81%
10.59%

Color #E4BAB0 in popluar number systems.

HEXE4BAB0
Decimal228186176
Binary111001001011101010110000
Octal344272260

Shades and tints

Shades of #E4BAB0

#E4BAB0
(228,186,176)
#D0AAA0
(208,170,160)
#BC9A90
(188,154,144)
#A88A80
(168,138,128)
#947A70
(148,122,112)
#806A60
(128,106,96)
#6C5A50
(108,90,80)
#584A40
(88,74,64)
#443A30
(68,58,48)
#302A20
(48,42,32)
#1C1A10
(28,26,16)
#000000
(0,0,0)

Tints of #E4BAB0

#E4BAB0
(228,186,176)
#E6C0B7
(230,192,183)
#E8C6BE
(232,198,190)
#EACCC5
(234,204,197)
#ECD2CC
(236,210,204)
#EED8D3
(238,216,211)
#F0DEDA
(240,222,218)
#F2E4E1
(242,228,225)
#F4EAE8
(244,234,232)
#F6F0EF
(246,240,239)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BAB0 color. Also use rgb(228,186,176) instead hex code.

Text Font Color

.myTextColor { color: #E4BAB0; }

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

This text font color is #E4BAB0.


Background Color

.myBgColor { background-color: #E4BAB0; }

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

This div background color is #E4BAB0.


Border color

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

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

This div border color is #E4BAB0.


Opacity

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

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

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

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

This text has shadow with #E4BAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BAB0 on black background.


Color preview on white background

This text has color #E4BAB0 on white background.



Black color preview on #E4BAB0 background

This text has black color on #E4BAB0 background.


White color preview on #E4BAB0 background

This text has white color on #E4BAB0 background.