COLOR #E8B4A8

HEX: #E8B4A8
RGB: (232,180,168)

Color info

#E8B4A8 contains mainly red and green colors. Web safe color of #E8B4A8 is #FFCC99 (or #FC9).

RGB color model

#E8B4A8 color RGB value is (232,180,168).

  • red value is 232;
  • green value is 180;
  • blue value is 168.
RGB:
(232,180,168)
(91%,71%,66%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 168 of 255 = 66%

232
180
168

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

Portions of RGB colors in percentages

R + G + B =
232 + 180 + 168 = 580 (100%)
R 232 of 580 ~ 40%
G 180 of 580 ~ 31.03%
B 168 of 580 ~ 28.97%

%40
%31.03
%28.97

CMYK color model

#E8B4A8 color CMYK value is (0,22,28,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 27.59%
  • key color value is 9.02%
CMYK:
(0,22,28,9)
C0M22Y28K9 
(0%,22%,28%,9%)
(0.00/0.22/0.28/0.09)	

CMYK percentages

%0
%22.41
%27.59
%9.02

Codes

Color #E8B4A8 in popluar color models

E8B4A8
RGB232180168
HSL11°58.18%78.43%
HSB/HSV11°27.59%90.98%
CMYK0.00%22.41%27.59%
9.02%

Color #E8B4A8 in popluar number systems.

HEXE8B4A8
Decimal232180168
Binary111010001011010010101000
Octal350264250

Shades and tints

Shades of #E8B4A8

#E8B4A8
(232,180,168)
#D3A499
(211,164,153)
#BE948A
(190,148,138)
#A9847B
(169,132,123)
#94746C
(148,116,108)
#7F645D
(127,100,93)
#6A544E
(106,84,78)
#55443F
(85,68,63)
#403430
(64,52,48)
#2B2421
(43,36,33)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #E8B4A8

#E8B4A8
(232,180,168)
#EABAAF
(234,186,175)
#ECC0B6
(236,192,182)
#EEC6BD
(238,198,189)
#F0CCC4
(240,204,196)
#F2D2CB
(242,210,203)
#F4D8D2
(244,216,210)
#F6DED9
(246,222,217)
#F8E4E0
(248,228,224)
#FAEAE7
(250,234,231)
#FCF0EE
(252,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B4A8 color. Also use rgb(232,180,168) instead hex code.

Text Font Color

.myTextColor { color: #E8B4A8; }

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

This text font color is #E8B4A8.


Background Color

.myBgColor { background-color: #E8B4A8; }

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

This div background color is #E8B4A8.


Border color

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

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

This div border color is #E8B4A8.


Opacity

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

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

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

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

This text has shadow with #E8B4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B4A8 on black background.


Color preview on white background

This text has color #E8B4A8 on white background.



Black color preview on #E8B4A8 background

This text has black color on #E8B4A8 background.


White color preview on #E8B4A8 background

This text has white color on #E8B4A8 background.