COLOR #EAB4A7

HEX: #EAB4A7
RGB: (234,180,167)

Color info

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

RGB color model

#EAB4A7 color RGB value is (234,180,167).

  • red value is 234;
  • green value is 180;
  • blue value is 167.
RGB:
(234,180,167)
(92%,71%,65%)

RGB channels and saturation

R 234 of 255 = 92%
G 180 of 255 = 71%
B 167 of 255 = 65%

234
180
167

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

Portions of RGB colors in percentages

R + G + B =
234 + 180 + 167 = 581 (100%)
R 234 of 581 ~ 40.28%
G 180 of 581 ~ 30.98%
B 167 of 581 ~ 28.74%

%40.28
%30.98
%28.74

CMYK color model

#EAB4A7 color CMYK value is (0,23,29,8).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 28.63%
  • key color value is 8.24%
CMYK:
(0,23,29,8)
C0M23Y29K8 
(0%,23%,29%,8%)
(0.00/0.23/0.29/0.08)	

CMYK percentages

%0
%23.08
%28.63
%8.24

Codes

Color #EAB4A7 in popluar color models

EAB4A7
RGB234180167
HSL12°61.47%78.63%
HSB/HSV12°28.63%91.76%
CMYK0.00%23.08%28.63%
8.24%

Color #EAB4A7 in popluar number systems.

HEXEAB4A7
Decimal234180167
Binary111010101011010010100111
Octal352264247

Shades and tints

Shades of #EAB4A7

#EAB4A7
(234,180,167)
#D5A498
(213,164,152)
#C09489
(192,148,137)
#AB847A
(171,132,122)
#96746B
(150,116,107)
#81645C
(129,100,92)
#6C544D
(108,84,77)
#57443E
(87,68,62)
#42342F
(66,52,47)
#2D2420
(45,36,32)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #EAB4A7

#EAB4A7
(234,180,167)
#EBBAAF
(235,186,175)
#ECC0B7
(236,192,183)
#EDC6BF
(237,198,191)
#EECCC7
(238,204,199)
#EFD2CF
(239,210,207)
#F0D8D7
(240,216,215)
#F1DEDF
(241,222,223)
#F2E4E7
(242,228,231)
#F3EAEF
(243,234,239)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB4A7 color. Also use rgb(234,180,167) instead hex code.

Text Font Color

.myTextColor { color: #EAB4A7; }

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

This text font color is #EAB4A7.


Background Color

.myBgColor { background-color: #EAB4A7; }

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

This div background color is #EAB4A7.


Border color

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

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

This div border color is #EAB4A7.


Opacity

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

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

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

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

This text has shadow with #EAB4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB4A7 on black background.


Color preview on white background

This text has color #EAB4A7 on white background.



Black color preview on #EAB4A7 background

This text has black color on #EAB4A7 background.


White color preview on #EAB4A7 background

This text has white color on #EAB4A7 background.