COLOR #EAB7B8

HEX: #EAB7B8
RGB: (234,183,184)

Color info

#EAB7B8 contains red, green and blue colors in about the same proportion. Web safe color of #EAB7B8 is #FFCCCC (or #FCC).

RGB color model

#EAB7B8 color RGB value is (234,183,184).

  • red value is 234;
  • green value is 183;
  • blue value is 184.
RGB:
(234,183,184)
(92%,72%,72%)

RGB channels and saturation

R 234 of 255 = 92%
G 183 of 255 = 72%
B 184 of 255 = 72%

234
183
184

R + G + B ~ 79%. #EAB7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 183 + 184 = 601 (100%)
R 234 of 601 ~ 38.94%
G 183 of 601 ~ 30.45%
B 184 of 601 ~ 30.62%

%38.94
%30.45
%30.62

CMYK color model

#EAB7B8 color CMYK value is (0,22,21,8).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 21.37%
  • key color value is 8.24%
CMYK:
(0,22,21,8)
C0M22Y21K8 
(0%,22%,21%,8%)
(0.00/0.22/0.21/0.08)	

CMYK percentages

%0
%21.79
%21.37
%8.24

Codes

Color #EAB7B8 in popluar color models

EAB7B8
RGB234183184
HSL359°54.84%81.76%
HSB/HSV359°21.79%91.76%
CMYK0.00%21.79%21.37%
8.24%

Color #EAB7B8 in popluar number systems.

HEXEAB7B8
Decimal234183184
Binary111010101011011110111000
Octal352267270

Shades and tints

Shades of #EAB7B8

#EAB7B8
(234,183,184)
#D5A7A8
(213,167,168)
#C09798
(192,151,152)
#AB8788
(171,135,136)
#967778
(150,119,120)
#816768
(129,103,104)
#6C5758
(108,87,88)
#574748
(87,71,72)
#423738
(66,55,56)
#2D2728
(45,39,40)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #EAB7B8

#EAB7B8
(234,183,184)
#EBBDBE
(235,189,190)
#ECC3C4
(236,195,196)
#EDC9CA
(237,201,202)
#EECFD0
(238,207,208)
#EFD5D6
(239,213,214)
#F0DBDC
(240,219,220)
#F1E1E2
(241,225,226)
#F2E7E8
(242,231,232)
#F3EDEE
(243,237,238)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB7B8 color. Also use rgb(234,183,184) instead hex code.

Text Font Color

.myTextColor { color: #EAB7B8; }

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

This text font color is #EAB7B8.


Background Color

.myBgColor { background-color: #EAB7B8; }

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

This div background color is #EAB7B8.


Border color

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

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

This div border color is #EAB7B8.


Opacity

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

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

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

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

This text has shadow with #EAB7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB7B8 on black background.


Color preview on white background

This text has color #EAB7B8 on white background.



Black color preview on #EAB7B8 background

This text has black color on #EAB7B8 background.


White color preview on #EAB7B8 background

This text has white color on #EAB7B8 background.