COLOR #EBAAA5

HEX: #EBAAA5
RGB: (235,170,165)

Color info

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

RGB color model

#EBAAA5 color RGB value is (235,170,165).

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

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 165 of 255 = 65%

235
170
165

R + G + B ~ 75%. #EBAAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 165 = 570 (100%)
R 235 of 570 ~ 41.23%
G 170 of 570 ~ 29.82%
B 165 of 570 ~ 28.95%

%41.23
%29.82
%28.95

CMYK color model

#EBAAA5 color CMYK value is (0,28,30,8).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 29.79%
  • key color value is 7.84%
CMYK:
(0,28,30,8)
C0M28Y30K8 
(0%,28%,30%,8%)
(0.00/0.28/0.30/0.08)	

CMYK percentages

%0
%27.66
%29.79
%7.84

Codes

Color #EBAAA5 in popluar color models

EBAAA5
RGB235170165
HSL63.64%78.43%
HSB/HSV29.79%92.16%
CMYK0.00%27.66%29.79%
7.84%

Color #EBAAA5 in popluar number systems.

HEXEBAAA5
Decimal235170165
Binary111010111010101010100101
Octal353252245

Shades and tints

Shades of #EBAAA5

#EBAAA5
(235,170,165)
#D69B96
(214,155,150)
#C18C87
(193,140,135)
#AC7D78
(172,125,120)
#976E69
(151,110,105)
#825F5A
(130,95,90)
#6D504B
(109,80,75)
#58413C
(88,65,60)
#43322D
(67,50,45)
#2E231E
(46,35,30)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #EBAAA5

#EBAAA5
(235,170,165)
#ECB1AD
(236,177,173)
#EDB8B5
(237,184,181)
#EEBFBD
(238,191,189)
#EFC6C5
(239,198,197)
#F0CDCD
(240,205,205)
#F1D4D5
(241,212,213)
#F2DBDD
(242,219,221)
#F3E2E5
(243,226,229)
#F4E9ED
(244,233,237)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAAA5; }

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

This text font color is #EBAAA5.


Background Color

.myBgColor { background-color: #EBAAA5; }

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

This div background color is #EBAAA5.


Border color

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

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

This div border color is #EBAAA5.


Opacity

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

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

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

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

This text has shadow with #EBAAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAAA5 on black background.


Color preview on white background

This text has color #EBAAA5 on white background.



Black color preview on #EBAAA5 background

This text has black color on #EBAAA5 background.


White color preview on #EBAAA5 background

This text has white color on #EBAAA5 background.