COLOR #EAAB96

HEX: #EAAB96
RGB: (234,171,150)

Color info

#EAAB96 contains mainly red color. Web safe color of #EAAB96 is #FF9999 (or #F99).

RGB color model

#EAAB96 color RGB value is (234,171,150).

  • red value is 234;
  • green value is 171;
  • blue value is 150.
RGB:
(234,171,150)
(92%,67%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 171 of 255 = 67%
B 150 of 255 = 59%

234
171
150

R + G + B ~ 73%. #EAAB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 171 + 150 = 555 (100%)
R 234 of 555 ~ 42.16%
G 171 of 555 ~ 30.81%
B 150 of 555 ~ 27.03%

%42.16
%30.81
%27.03

CMYK color model

#EAAB96 color CMYK value is (0,27,36,8).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 35.90%
  • key color value is 8.24%
CMYK:
(0,27,36,8)
C0M27Y36K8 
(0%,27%,36%,8%)
(0.00/0.27/0.36/0.08)	

CMYK percentages

%0
%26.92
%35.9
%8.24

Codes

Color #EAAB96 in popluar color models

EAAB96
RGB234171150
HSL15°66.67%75.29%
HSB/HSV15°35.90%91.76%
CMYK0.00%26.92%35.90%
8.24%

Color #EAAB96 in popluar number systems.

HEXEAAB96
Decimal234171150
Binary111010101010101110010110
Octal352253226

Shades and tints

Shades of #EAAB96

#EAAB96
(234,171,150)
#D59C89
(213,156,137)
#C08D7C
(192,141,124)
#AB7E6F
(171,126,111)
#966F62
(150,111,98)
#816055
(129,96,85)
#6C5148
(108,81,72)
#57423B
(87,66,59)
#42332E
(66,51,46)
#2D2421
(45,36,33)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #EAAB96

#EAAB96
(234,171,150)
#EBB29F
(235,178,159)
#ECB9A8
(236,185,168)
#EDC0B1
(237,192,177)
#EEC7BA
(238,199,186)
#EFCEC3
(239,206,195)
#F0D5CC
(240,213,204)
#F1DCD5
(241,220,213)
#F2E3DE
(242,227,222)
#F3EAE7
(243,234,231)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAAB96 color. Also use rgb(234,171,150) instead hex code.

Text Font Color

.myTextColor { color: #EAAB96; }

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

This text font color is #EAAB96.


Background Color

.myBgColor { background-color: #EAAB96; }

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

This div background color is #EAAB96.


Border color

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

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

This div border color is #EAAB96.


Opacity

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

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

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

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

This text has shadow with #EAAB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAAB96 on black background.


Color preview on white background

This text has color #EAAB96 on white background.



Black color preview on #EAAB96 background

This text has black color on #EAAB96 background.


White color preview on #EAAB96 background

This text has white color on #EAAB96 background.