COLOR #EAB2BB

HEX: #EAB2BB
RGB: (234,178,187)

Color info

#EAB2BB contains red, green and blue colors in about the same proportion. Web safe color of #EAB2BB is #FF99CC (or #F9C).

RGB color model

#EAB2BB color RGB value is (234,178,187).

  • red value is 234;
  • green value is 178;
  • blue value is 187.
RGB:
(234,178,187)
(92%,70%,73%)

RGB channels and saturation

R 234 of 255 = 92%
G 178 of 255 = 70%
B 187 of 255 = 73%

234
178
187

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

Portions of RGB colors in percentages

R + G + B =
234 + 178 + 187 = 599 (100%)
R 234 of 599 ~ 39.07%
G 178 of 599 ~ 29.72%
B 187 of 599 ~ 31.22%

%39.07
%29.72
%31.22

CMYK color model

#EAB2BB color CMYK value is (0,24,20,8).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 20.09%
  • key color value is 8.24%
CMYK:
(0,24,20,8)
C0M24Y20K8 
(0%,24%,20%,8%)
(0.00/0.24/0.20/0.08)	

CMYK percentages

%0
%23.93
%20.09
%8.24

Codes

Color #EAB2BB in popluar color models

EAB2BB
RGB234178187
HSL350°57.14%80.78%
HSB/HSV350°23.93%91.76%
CMYK0.00%23.93%20.09%
8.24%

Color #EAB2BB in popluar number systems.

HEXEAB2BB
Decimal234178187
Binary111010101011001010111011
Octal352262273

Shades and tints

Shades of #EAB2BB

#EAB2BB
(234,178,187)
#D5A2AA
(213,162,170)
#C09299
(192,146,153)
#AB8288
(171,130,136)
#967277
(150,114,119)
#816266
(129,98,102)
#6C5255
(108,82,85)
#574244
(87,66,68)
#423233
(66,50,51)
#2D2222
(45,34,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #EAB2BB

#EAB2BB
(234,178,187)
#EBB9C1
(235,185,193)
#ECC0C7
(236,192,199)
#EDC7CD
(237,199,205)
#EECED3
(238,206,211)
#EFD5D9
(239,213,217)
#F0DCDF
(240,220,223)
#F1E3E5
(241,227,229)
#F2EAEB
(242,234,235)
#F3F1F1
(243,241,241)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB2BB color. Also use rgb(234,178,187) instead hex code.

Text Font Color

.myTextColor { color: #EAB2BB; }

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

This text font color is #EAB2BB.


Background Color

.myBgColor { background-color: #EAB2BB; }

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

This div background color is #EAB2BB.


Border color

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

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

This div border color is #EAB2BB.


Opacity

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

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

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

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

This text has shadow with #EAB2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB2BB on black background.


Color preview on white background

This text has color #EAB2BB on white background.



Black color preview on #EAB2BB background

This text has black color on #EAB2BB background.


White color preview on #EAB2BB background

This text has white color on #EAB2BB background.