COLOR #EBA2AB

HEX: #EBA2AB
RGB: (235,162,171)

Color info

#EBA2AB contains mainly red color. Web safe color of #EBA2AB is #FF9999 (or #F99).

RGB color model

#EBA2AB color RGB value is (235,162,171).

  • red value is 235;
  • green value is 162;
  • blue value is 171.
RGB:
(235,162,171)
(92%,64%,67%)

RGB channels and saturation

R 235 of 255 = 92%
G 162 of 255 = 64%
B 171 of 255 = 67%

235
162
171

R + G + B ~ 74%. #EBA2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 162 + 171 = 568 (100%)
R 235 of 568 ~ 41.37%
G 162 of 568 ~ 28.52%
B 171 of 568 ~ 30.11%

%41.37
%28.52
%30.11

CMYK color model

#EBA2AB color CMYK value is (0,31,27,8).

  • cyan value is 0.00%
  • magenta value is 31.06%
  • yellow value is 27.23%
  • key color value is 7.84%
CMYK:
(0,31,27,8)
C0M31Y27K8 
(0%,31%,27%,8%)
(0.00/0.31/0.27/0.08)	

CMYK percentages

%0
%31.06
%27.23
%7.84

Codes

Color #EBA2AB in popluar color models

EBA2AB
RGB235162171
HSL353°64.60%77.84%
HSB/HSV353°31.06%92.16%
CMYK0.00%31.06%27.23%
7.84%

Color #EBA2AB in popluar number systems.

HEXEBA2AB
Decimal235162171
Binary111010111010001010101011
Octal353242253

Shades and tints

Shades of #EBA2AB

#EBA2AB
(235,162,171)
#D6949C
(214,148,156)
#C1868D
(193,134,141)
#AC787E
(172,120,126)
#976A6F
(151,106,111)
#825C60
(130,92,96)
#6D4E51
(109,78,81)
#584042
(88,64,66)
#433233
(67,50,51)
#2E2424
(46,36,36)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBA2AB

#EBA2AB
(235,162,171)
#ECAAB2
(236,170,178)
#EDB2B9
(237,178,185)
#EEBAC0
(238,186,192)
#EFC2C7
(239,194,199)
#F0CACE
(240,202,206)
#F1D2D5
(241,210,213)
#F2DADC
(242,218,220)
#F3E2E3
(243,226,227)
#F4EAEA
(244,234,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA2AB color. Also use rgb(235,162,171) instead hex code.

Text Font Color

.myTextColor { color: #EBA2AB; }

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

This text font color is #EBA2AB.


Background Color

.myBgColor { background-color: #EBA2AB; }

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

This div background color is #EBA2AB.


Border color

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

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

This div border color is #EBA2AB.


Opacity

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

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

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

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

This text has shadow with #EBA2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA2AB on black background.


Color preview on white background

This text has color #EBA2AB on white background.



Black color preview on #EBA2AB background

This text has black color on #EBA2AB background.


White color preview on #EBA2AB background

This text has white color on #EBA2AB background.