COLOR #EAB6A6

HEX: #EAB6A6
RGB: (234,182,166)

Color info

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

RGB color model

#EAB6A6 color RGB value is (234,182,166).

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

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 166 of 255 = 65%

234
182
166

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

Portions of RGB colors in percentages

R + G + B =
234 + 182 + 166 = 582 (100%)
R 234 of 582 ~ 40.21%
G 182 of 582 ~ 31.27%
B 166 of 582 ~ 28.52%

%40.21
%31.27
%28.52

CMYK color model

#EAB6A6 color CMYK value is (0,22,29,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 29.06%
  • key color value is 8.24%
CMYK:
(0,22,29,8)
C0M22Y29K8 
(0%,22%,29%,8%)
(0.00/0.22/0.29/0.08)	

CMYK percentages

%0
%22.22
%29.06
%8.24

Codes

Color #EAB6A6 in popluar color models

EAB6A6
RGB234182166
HSL14°61.82%78.43%
HSB/HSV14°29.06%91.76%
CMYK0.00%22.22%29.06%
8.24%

Color #EAB6A6 in popluar number systems.

HEXEAB6A6
Decimal234182166
Binary111010101011011010100110
Octal352266246

Shades and tints

Shades of #EAB6A6

#EAB6A6
(234,182,166)
#D5A697
(213,166,151)
#C09688
(192,150,136)
#AB8679
(171,134,121)
#96766A
(150,118,106)
#81665B
(129,102,91)
#6C564C
(108,86,76)
#57463D
(87,70,61)
#42362E
(66,54,46)
#2D261F
(45,38,31)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #EAB6A6

#EAB6A6
(234,182,166)
#EBBCAE
(235,188,174)
#ECC2B6
(236,194,182)
#EDC8BE
(237,200,190)
#EECEC6
(238,206,198)
#EFD4CE
(239,212,206)
#F0DAD6
(240,218,214)
#F1E0DE
(241,224,222)
#F2E6E6
(242,230,230)
#F3ECEE
(243,236,238)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB6A6; }

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

This text font color is #EAB6A6.


Background Color

.myBgColor { background-color: #EAB6A6; }

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

This div background color is #EAB6A6.


Border color

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

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

This div border color is #EAB6A6.


Opacity

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

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

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

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

This text has shadow with #EAB6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB6A6 on black background.


Color preview on white background

This text has color #EAB6A6 on white background.



Black color preview on #EAB6A6 background

This text has black color on #EAB6A6 background.


White color preview on #EAB6A6 background

This text has white color on #EAB6A6 background.