COLOR #EBAAB2

HEX: #EBAAB2
RGB: (235,170,178)

Color info

#EBAAB2 contains mainly red and blue colors. Web safe color of #EBAAB2 is #FF9999 (or #F99).

RGB color model

#EBAAB2 color RGB value is (235,170,178).

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

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 178 of 255 = 70%

235
170
178

R + G + B ~ 76%. #EBAAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 178 = 583 (100%)
R 235 of 583 ~ 40.31%
G 170 of 583 ~ 29.16%
B 178 of 583 ~ 30.53%

%40.31
%29.16
%30.53

CMYK color model

#EBAAB2 color CMYK value is (0,28,24,8).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 24.26%
  • key color value is 7.84%
CMYK:
(0,28,24,8)
C0M28Y24K8 
(0%,28%,24%,8%)
(0.00/0.28/0.24/0.08)	

CMYK percentages

%0
%27.66
%24.26
%7.84

Codes

Color #EBAAB2 in popluar color models

EBAAB2
RGB235170178
HSL353°61.90%79.41%
HSB/HSV353°27.66%92.16%
CMYK0.00%27.66%24.26%
7.84%

Color #EBAAB2 in popluar number systems.

HEXEBAAB2
Decimal235170178
Binary111010111010101010110010
Octal353252262

Shades and tints

Shades of #EBAAB2

#EBAAB2
(235,170,178)
#D69BA2
(214,155,162)
#C18C92
(193,140,146)
#AC7D82
(172,125,130)
#976E72
(151,110,114)
#825F62
(130,95,98)
#6D5052
(109,80,82)
#584142
(88,65,66)
#433232
(67,50,50)
#2E2322
(46,35,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #EBAAB2

#EBAAB2
(235,170,178)
#ECB1B9
(236,177,185)
#EDB8C0
(237,184,192)
#EEBFC7
(238,191,199)
#EFC6CE
(239,198,206)
#F0CDD5
(240,205,213)
#F1D4DC
(241,212,220)
#F2DBE3
(242,219,227)
#F3E2EA
(243,226,234)
#F4E9F1
(244,233,241)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAAB2; }

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

This text font color is #EBAAB2.


Background Color

.myBgColor { background-color: #EBAAB2; }

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

This div background color is #EBAAB2.


Border color

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

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

This div border color is #EBAAB2.


Opacity

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

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

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

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

This text has shadow with #EBAAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAAB2 on black background.


Color preview on white background

This text has color #EBAAB2 on white background.



Black color preview on #EBAAB2 background

This text has black color on #EBAAB2 background.


White color preview on #EBAAB2 background

This text has white color on #EBAAB2 background.