COLOR #EAB6AA

HEX: #EAB6AA
RGB: (234,182,170)

Color info

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

RGB color model

#EAB6AA color RGB value is (234,182,170).

  • red value is 234;
  • green value is 182;
  • blue value is 170.
RGB:
(234,182,170)
(92%,71%,67%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 170 of 255 = 67%

234
182
170

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

Portions of RGB colors in percentages

R + G + B =
234 + 182 + 170 = 586 (100%)
R 234 of 586 ~ 39.93%
G 182 of 586 ~ 31.06%
B 170 of 586 ~ 29.01%

%39.93
%31.06
%29.01

CMYK color model

#EAB6AA color CMYK value is (0,22,27,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 27.35%
  • key color value is 8.24%
CMYK:
(0,22,27,8)
C0M22Y27K8 
(0%,22%,27%,8%)
(0.00/0.22/0.27/0.08)	

CMYK percentages

%0
%22.22
%27.35
%8.24

Codes

Color #EAB6AA in popluar color models

EAB6AA
RGB234182170
HSL11°60.38%79.22%
HSB/HSV11°27.35%91.76%
CMYK0.00%22.22%27.35%
8.24%

Color #EAB6AA in popluar number systems.

HEXEAB6AA
Decimal234182170
Binary111010101011011010101010
Octal352266252

Shades and tints

Shades of #EAB6AA

#EAB6AA
(234,182,170)
#D5A69B
(213,166,155)
#C0968C
(192,150,140)
#AB867D
(171,134,125)
#96766E
(150,118,110)
#81665F
(129,102,95)
#6C5650
(108,86,80)
#574641
(87,70,65)
#423632
(66,54,50)
#2D2623
(45,38,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #EAB6AA

#EAB6AA
(234,182,170)
#EBBCB1
(235,188,177)
#ECC2B8
(236,194,184)
#EDC8BF
(237,200,191)
#EECEC6
(238,206,198)
#EFD4CD
(239,212,205)
#F0DAD4
(240,218,212)
#F1E0DB
(241,224,219)
#F2E6E2
(242,230,226)
#F3ECE9
(243,236,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB6AA color. Also use rgb(234,182,170) instead hex code.

Text Font Color

.myTextColor { color: #EAB6AA; }

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

This text font color is #EAB6AA.


Background Color

.myBgColor { background-color: #EAB6AA; }

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

This div background color is #EAB6AA.


Border color

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

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

This div border color is #EAB6AA.


Opacity

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

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

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

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

This text has shadow with #EAB6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB6AA on black background.


Color preview on white background

This text has color #EAB6AA on white background.



Black color preview on #EAB6AA background

This text has black color on #EAB6AA background.


White color preview on #EAB6AA background

This text has white color on #EAB6AA background.