COLOR #EBA5A7

HEX: #EBA5A7
RGB: (235,165,167)

Color info

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

RGB color model

#EBA5A7 color RGB value is (235,165,167).

  • red value is 235;
  • green value is 165;
  • blue value is 167.
RGB:
(235,165,167)
(92%,65%,65%)

RGB channels and saturation

R 235 of 255 = 92%
G 165 of 255 = 65%
B 167 of 255 = 65%

235
165
167

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

Portions of RGB colors in percentages

R + G + B =
235 + 165 + 167 = 567 (100%)
R 235 of 567 ~ 41.45%
G 165 of 567 ~ 29.1%
B 167 of 567 ~ 29.45%

%41.45
%29.1
%29.45

CMYK color model

#EBA5A7 color CMYK value is (0,30,29,8).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 28.94%
  • key color value is 7.84%
CMYK:
(0,30,29,8)
C0M30Y29K8 
(0%,30%,29%,8%)
(0.00/0.30/0.29/0.08)	

CMYK percentages

%0
%29.79
%28.94
%7.84

Codes

Color #EBA5A7 in popluar color models

EBA5A7
RGB235165167
HSL358°63.64%78.43%
HSB/HSV358°29.79%92.16%
CMYK0.00%29.79%28.94%
7.84%

Color #EBA5A7 in popluar number systems.

HEXEBA5A7
Decimal235165167
Binary111010111010010110100111
Octal353245247

Shades and tints

Shades of #EBA5A7

#EBA5A7
(235,165,167)
#D69698
(214,150,152)
#C18789
(193,135,137)
#AC787A
(172,120,122)
#97696B
(151,105,107)
#825A5C
(130,90,92)
#6D4B4D
(109,75,77)
#583C3E
(88,60,62)
#432D2F
(67,45,47)
#2E1E20
(46,30,32)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #EBA5A7

#EBA5A7
(235,165,167)
#ECADAF
(236,173,175)
#EDB5B7
(237,181,183)
#EEBDBF
(238,189,191)
#EFC5C7
(239,197,199)
#F0CDCF
(240,205,207)
#F1D5D7
(241,213,215)
#F2DDDF
(242,221,223)
#F3E5E7
(243,229,231)
#F4EDEF
(244,237,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA5A7 color. Also use rgb(235,165,167) instead hex code.

Text Font Color

.myTextColor { color: #EBA5A7; }

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

This text font color is #EBA5A7.


Background Color

.myBgColor { background-color: #EBA5A7; }

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

This div background color is #EBA5A7.


Border color

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

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

This div border color is #EBA5A7.


Opacity

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

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

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

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

This text has shadow with #EBA5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA5A7 on black background.


Color preview on white background

This text has color #EBA5A7 on white background.



Black color preview on #EBA5A7 background

This text has black color on #EBA5A7 background.


White color preview on #EBA5A7 background

This text has white color on #EBA5A7 background.