COLOR #EAB3B0

HEX: #EAB3B0
RGB: (234,179,176)

Color info

#EAB3B0 contains red, green and blue colors in about the same proportion. Web safe color of #EAB3B0 is #FF9999 (or #F99).

RGB color model

#EAB3B0 color RGB value is (234,179,176).

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

RGB channels and saturation

R 234 of 255 = 92%
G 179 of 255 = 70%
B 176 of 255 = 69%

234
179
176

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

Portions of RGB colors in percentages

R + G + B =
234 + 179 + 176 = 589 (100%)
R 234 of 589 ~ 39.73%
G 179 of 589 ~ 30.39%
B 176 of 589 ~ 29.88%

%39.73
%30.39
%29.88

CMYK color model

#EAB3B0 color CMYK value is (0,24,25,8).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 24.79%
  • key color value is 8.24%
CMYK:
(0,24,25,8)
C0M24Y25K8 
(0%,24%,25%,8%)
(0.00/0.24/0.25/0.08)	

CMYK percentages

%0
%23.5
%24.79
%8.24

Codes

Color #EAB3B0 in popluar color models

EAB3B0
RGB234179176
HSL58.00%80.39%
HSB/HSV24.79%91.76%
CMYK0.00%23.50%24.79%
8.24%

Color #EAB3B0 in popluar number systems.

HEXEAB3B0
Decimal234179176
Binary111010101011001110110000
Octal352263260

Shades and tints

Shades of #EAB3B0

#EAB3B0
(234,179,176)
#D5A3A0
(213,163,160)
#C09390
(192,147,144)
#AB8380
(171,131,128)
#967370
(150,115,112)
#816360
(129,99,96)
#6C5350
(108,83,80)
#574340
(87,67,64)
#423330
(66,51,48)
#2D2320
(45,35,32)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #EAB3B0

#EAB3B0
(234,179,176)
#EBB9B7
(235,185,183)
#ECBFBE
(236,191,190)
#EDC5C5
(237,197,197)
#EECBCC
(238,203,204)
#EFD1D3
(239,209,211)
#F0D7DA
(240,215,218)
#F1DDE1
(241,221,225)
#F2E3E8
(242,227,232)
#F3E9EF
(243,233,239)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB3B0; }

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

This text font color is #EAB3B0.


Background Color

.myBgColor { background-color: #EAB3B0; }

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

This div background color is #EAB3B0.


Border color

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

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

This div border color is #EAB3B0.


Opacity

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

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

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

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

This text has shadow with #EAB3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB3B0 on black background.


Color preview on white background

This text has color #EAB3B0 on white background.



Black color preview on #EAB3B0 background

This text has black color on #EAB3B0 background.


White color preview on #EAB3B0 background

This text has white color on #EAB3B0 background.