COLOR #EABBAF

HEX: #EABBAF
RGB: (234,187,175)

Color info

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

RGB color model

#EABBAF color RGB value is (234,187,175).

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

RGB channels and saturation

R 234 of 255 = 92%
G 187 of 255 = 73%
B 175 of 255 = 69%

234
187
175

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

Portions of RGB colors in percentages

R + G + B =
234 + 187 + 175 = 596 (100%)
R 234 of 596 ~ 39.26%
G 187 of 596 ~ 31.38%
B 175 of 596 ~ 29.36%

%39.26
%31.38
%29.36

CMYK color model

#EABBAF color CMYK value is (0,20,25,8).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 25.21%
  • key color value is 8.24%
CMYK:
(0,20,25,8)
C0M20Y25K8 
(0%,20%,25%,8%)
(0.00/0.20/0.25/0.08)	

CMYK percentages

%0
%20.09
%25.21
%8.24

Codes

Color #EABBAF in popluar color models

EABBAF
RGB234187175
HSL12°58.42%80.20%
HSB/HSV12°25.21%91.76%
CMYK0.00%20.09%25.21%
8.24%

Color #EABBAF in popluar number systems.

HEXEABBAF
Decimal234187175
Binary111010101011101110101111
Octal352273257

Shades and tints

Shades of #EABBAF

#EABBAF
(234,187,175)
#D5AAA0
(213,170,160)
#C09991
(192,153,145)
#AB8882
(171,136,130)
#967773
(150,119,115)
#816664
(129,102,100)
#6C5555
(108,85,85)
#574446
(87,68,70)
#423337
(66,51,55)
#2D2228
(45,34,40)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #EABBAF

#EABBAF
(234,187,175)
#EBC1B6
(235,193,182)
#ECC7BD
(236,199,189)
#EDCDC4
(237,205,196)
#EED3CB
(238,211,203)
#EFD9D2
(239,217,210)
#F0DFD9
(240,223,217)
#F1E5E0
(241,229,224)
#F2EBE7
(242,235,231)
#F3F1EE
(243,241,238)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABBAF; }

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

This text font color is #EABBAF.


Background Color

.myBgColor { background-color: #EABBAF; }

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

This div background color is #EABBAF.


Border color

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

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

This div border color is #EABBAF.


Opacity

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

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

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

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

This text has shadow with #EABBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABBAF on black background.


Color preview on white background

This text has color #EABBAF on white background.



Black color preview on #EABBAF background

This text has black color on #EABBAF background.


White color preview on #EABBAF background

This text has white color on #EABBAF background.