COLOR #EBAAB8

HEX: #EBAAB8 RGB: (235,170,184)

Color info

#EBAAB8 contains mainly red and blue colors. Web safe color of #EBAAB8 is #FF99CC (or #F9C).

RGB color model

#EBAAB8 color RGB value is (235,170,184).

RGB: (235,170,184) (92%, 67%, 72%)

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 184 of 255 = 72%

235
170
184

R + G + B ~ 77%. #EBAAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 170 + 184 = 589 (100%)
R 235 of 589 ~ 39.9%
G 170 of 589 ~ 28.86%
B 184 of 589 ~ 31.24'%

%39.9
%28.86
%31.24

CMYK color model

#EBAAB8 color CMYK value is (0,28,22,8).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 21.70%
  • key color value is 7.84%

CMYK: (0,28,22,8)
C0M28Y22K8 (0%, 28%, 22%, 8%)
(0.00 / 0.28 / 0.22 / 0.08)

CMYK percentages

%0
%27.66
%21.7
%7.84

Codes

Color #EBAAB8 in popluar color models

EB AA B8
RGB 235 170 184
HSL 347° 61.90% 79.41%
HSB/HSV 347° 27.66% 92.16%
CMYK 0.00% 27.66% 21.70%
7.84%

Color #EBAAB8 in popluar number systems.

HEX EB AA B8
Decimal 235 170 184
Binary 11101011 10101010 10111000
Octal 353 252 270

Shades and tints

Shades of #EBAAB8

#EBAAB8
(235,170,184)
#D69BA8
(214,155,168)
#C18C98
(193,140,152)
#AC7D88
(172,125,136)
#976E78
(151,110,120)
#825F68
(130,95,104)
#6D5058
(109,80,88)
#584148
(88,65,72)
#433238
(67,50,56)
#2E2328
(46,35,40)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EBAAB8

#EBAAB8
(235,170,184)
#ECB1BE
(236,177,190)
#EDB8C4
(237,184,196)
#EEBFCA
(238,191,202)
#EFC6D0
(239,198,208)
#F0CDD6
(240,205,214)
#F1D4DC
(241,212,220)
#F2DBE2
(242,219,226)
#F3E2E8
(243,226,232)
#F4E9EE
(244,233,238)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAAB8; }

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

This text font color is #EBAAB8.

Background Color

.myBgColor { background-color: #EBAAB8; }

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

This div background color is #EBAAB8.

Border color

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

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

This div border color is #EBAAB8.

Opacity

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

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

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

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

This text has shadow with #EBAAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAAB8.

Preview

Color preview on black background

This text has color #EBAAB8 on black background.


Color preview on white background

This text has color #EBAAB8 on white background.


Black color preview on #EBAAB8 background

This text has black color on #EBAAB8 background.


White color preview on #EBAAB8 background

This text has white color on #EBAAB8 background.


Related colors

Complementary color

Complementary color for #hex is #145547.


I love getcolorcode.com

Triadic colors

1 #B8EBAA and #AAB8EB with #EBAAB8 are triadic colors.

2 #B8AAEB and #AAEBB8 with #EBAAB8 are triadic colors.