COLOR #E4B6AE

HEX: #E4B6AE
RGB: (228,182,174)

Color info

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

RGB color model

#E4B6AE color RGB value is (228,182,174).

  • red value is 228;
  • green value is 182;
  • blue value is 174.
RGB:
(228,182,174)
(89%,71%,68%)

RGB channels and saturation

R 228 of 255 = 89%
G 182 of 255 = 71%
B 174 of 255 = 68%

228
182
174

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

Portions of RGB colors in percentages

R + G + B =
228 + 182 + 174 = 584 (100%)
R 228 of 584 ~ 39.04%
G 182 of 584 ~ 31.16%
B 174 of 584 ~ 29.79%

%39.04
%31.16
%29.79

CMYK color model

#E4B6AE color CMYK value is (0,20,24,11).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(0,20,24,11)
C0M20Y24K11 
(0%,20%,24%,11%)
(0.00/0.20/0.24/0.11)	

CMYK percentages

%0
%20.18
%23.68
%10.59

Codes

Color #E4B6AE in popluar color models

E4B6AE
RGB228182174
HSL50.00%78.82%
HSB/HSV23.68%89.41%
CMYK0.00%20.18%23.68%
10.59%

Color #E4B6AE in popluar number systems.

HEXE4B6AE
Decimal228182174
Binary111001001011011010101110
Octal344266256

Shades and tints

Shades of #E4B6AE

#E4B6AE
(228,182,174)
#D0A69F
(208,166,159)
#BC9690
(188,150,144)
#A88681
(168,134,129)
#947672
(148,118,114)
#806663
(128,102,99)
#6C5654
(108,86,84)
#584645
(88,70,69)
#443636
(68,54,54)
#302627
(48,38,39)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4B6AE

#E4B6AE
(228,182,174)
#E6BCB5
(230,188,181)
#E8C2BC
(232,194,188)
#EAC8C3
(234,200,195)
#ECCECA
(236,206,202)
#EED4D1
(238,212,209)
#F0DAD8
(240,218,216)
#F2E0DF
(242,224,223)
#F4E6E6
(244,230,230)
#F6ECED
(246,236,237)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B6AE color. Also use rgb(228,182,174) instead hex code.

Text Font Color

.myTextColor { color: #E4B6AE; }

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

This text font color is #E4B6AE.


Background Color

.myBgColor { background-color: #E4B6AE; }

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

This div background color is #E4B6AE.


Border color

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

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

This div border color is #E4B6AE.


Opacity

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

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

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

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

This text has shadow with #E4B6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B6AE on black background.


Color preview on white background

This text has color #E4B6AE on white background.



Black color preview on #E4B6AE background

This text has black color on #E4B6AE background.


White color preview on #E4B6AE background

This text has white color on #E4B6AE background.