COLOR #EAB5B3

HEX: #EAB5B3
RGB: (234,181,179)

Color info

#EAB5B3 contains red, green and blue colors in about the same proportion. Web safe color of #EAB5B3 is #FFCC99 (or #FC9).

RGB color model

#EAB5B3 color RGB value is (234,181,179).

  • red value is 234;
  • green value is 181;
  • blue value is 179.
RGB:
(234,181,179)
(92%,71%,70%)

RGB channels and saturation

R 234 of 255 = 92%
G 181 of 255 = 71%
B 179 of 255 = 70%

234
181
179

R + G + B ~ 78%. #EAB5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 181 + 179 = 594 (100%)
R 234 of 594 ~ 39.39%
G 181 of 594 ~ 30.47%
B 179 of 594 ~ 30.13%

%39.39
%30.47
%30.13

CMYK color model

#EAB5B3 color CMYK value is (0,23,24,8).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 23.50%
  • key color value is 8.24%
CMYK:
(0,23,24,8)
C0M23Y24K8 
(0%,23%,24%,8%)
(0.00/0.23/0.24/0.08)	

CMYK percentages

%0
%22.65
%23.5
%8.24

Codes

Color #EAB5B3 in popluar color models

EAB5B3
RGB234181179
HSL56.70%80.98%
HSB/HSV23.50%91.76%
CMYK0.00%22.65%23.50%
8.24%

Color #EAB5B3 in popluar number systems.

HEXEAB5B3
Decimal234181179
Binary111010101011010110110011
Octal352265263

Shades and tints

Shades of #EAB5B3

#EAB5B3
(234,181,179)
#D5A5A3
(213,165,163)
#C09593
(192,149,147)
#AB8583
(171,133,131)
#967573
(150,117,115)
#816563
(129,101,99)
#6C5553
(108,85,83)
#574543
(87,69,67)
#423533
(66,53,51)
#2D2523
(45,37,35)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #EAB5B3

#EAB5B3
(234,181,179)
#EBBBB9
(235,187,185)
#ECC1BF
(236,193,191)
#EDC7C5
(237,199,197)
#EECDCB
(238,205,203)
#EFD3D1
(239,211,209)
#F0D9D7
(240,217,215)
#F1DFDD
(241,223,221)
#F2E5E3
(242,229,227)
#F3EBE9
(243,235,233)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB5B3 color. Also use rgb(234,181,179) instead hex code.

Text Font Color

.myTextColor { color: #EAB5B3; }

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

This text font color is #EAB5B3.


Background Color

.myBgColor { background-color: #EAB5B3; }

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

This div background color is #EAB5B3.


Border color

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

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

This div border color is #EAB5B3.


Opacity

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

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

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

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

This text has shadow with #EAB5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB5B3 on black background.


Color preview on white background

This text has color #EAB5B3 on white background.



Black color preview on #EAB5B3 background

This text has black color on #EAB5B3 background.


White color preview on #EAB5B3 background

This text has white color on #EAB5B3 background.