COLOR #E8B6A4

HEX: #E8B6A4 RGB: (232,182,164)

Color info

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

RGB color model

#E8B6A4 color RGB value is (232,182,164).

RGB: (232,182,164) (91%, 71%, 64%)

RGB channels and saturation

R 232 of 255 = 91%
G 182 of 255 = 71%
B 164 of 255 = 64%

232
182
164

R + G + B ~ 75%. #E8B6A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 182 + 164 = 578 (100%)
R 232 of 578 ~ 40.14%
G 182 of 578 ~ 31.49%
B 164 of 578 ~ 28.37'%

%40.14
%31.49
%28.37

CMYK color model

#E8B6A4 color CMYK value is (0,22,29,9).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 29.31%
  • key color value is 9.02%
CMYK: (0,22,29,9) C0M22Y29K9 (0%,22%,29%,9%) (0.00/0.22/0.29/0.09) 

CMYK percentages

%0
%21.55
%29.31
%9.02

Codes

Color #E8B6A4 in popluar color models

E8 B6 A4
RGB 232 182 164
HSL 16° 59.65% 77.65%
HSB/HSV 16° 29.31% 90.98%
CMYK 0.00% 21.55% 29.31%
9.02%

Color #E8B6A4 in popluar number systems.

HEX E8 B6 A4
Decimal 232 182 164
Binary 11101000 10110110 10100100
Octal 350 266 244

Shades and tints

Shades of #E8B6A4

#E8B6A4
(232,182,164)
#D3A696
(211,166,150)
#BE9688
(190,150,136)
#A9867A
(169,134,122)
#94766C
(148,118,108)
#7F665E
(127,102,94)
#6A5650
(106,86,80)
#554642
(85,70,66)
#403634
(64,54,52)
#2B2626
(43,38,38)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #E8B6A4

#E8B6A4
(232,182,164)
#EABCAC
(234,188,172)
#ECC2B4
(236,194,180)
#EEC8BC
(238,200,188)
#F0CEC4
(240,206,196)
#F2D4CC
(242,212,204)
#F4DAD4
(244,218,212)
#F6E0DC
(246,224,220)
#F8E6E4
(248,230,228)
#FAECEC
(250,236,236)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B6A4 color. Also use rgb(232,182,164) instead hex code.

Text Font Color

.myTextColor { color: #E8B6A4; }

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

This text font color is #E8B6A4.

Background Color

.myBgColor { background-color: #E8B6A4; }

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

This div background color is #E8B6A4.

Border color

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

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

This div border color is #E8B6A4.

Opacity

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

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

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

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

This text has shadow with #E8B6A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B6A4.

Preview

Color preview on black background

This text has color #E8B6A4 on black background.


Color preview on white background

This text has color #E8B6A4 on white background.


Black color preview on #E8B6A4 background

This text has black color on #E8B6A4 background.


White color preview on #E8B6A4 background

This text has white color on #E8B6A4 background.


Related colors

Complementary color

Complementary color for #hex is #17495B.


I love getcolorcode.com

Triadic colors

1 #A4E8B6 and #B6A4E8 with #E8B6A4 are triadic colors.

2 #A4B6E8 and #B6E8A4 with #E8B6A4 are triadic colors.