COLOR #EBA9B0

HEX: #EBA9B0 RGB: (235,169,176)

Color info

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

RGB color model

#EBA9B0 color RGB value is (235,169,176).

RGB: (235,169,176) (92%, 66%, 69%)

RGB channels and saturation

R 235 of 255 = 92%
G 169 of 255 = 66%
B 176 of 255 = 69%

235
169
176

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

Portions of RGB colors in percentages

R + G + B = 235 + 169 + 176 = 580 (100%)
R 235 of 580 ~ 40.52%
G 169 of 580 ~ 29.14%
B 176 of 580 ~ 30.34'%

%40.52
%29.14
%30.34

CMYK color model

#EBA9B0 color CMYK value is (0,28,25,8).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 25.11%
  • key color value is 7.84%
CMYK: (0,28,25,8) C0M28Y25K8 (0%,28%,25%,8%) (0.00/0.28/0.25/0.08) 

CMYK percentages

%0
%28.09
%25.11
%7.84

Codes

Color #EBA9B0 in popluar color models

EB A9 B0
RGB 235 169 176
HSL 354° 62.26% 79.22%
HSB/HSV 354° 28.09% 92.16%
CMYK 0.00% 28.09% 25.11%
7.84%

Color #EBA9B0 in popluar number systems.

HEX EB A9 B0
Decimal 235 169 176
Binary 11101011 10101001 10110000
Octal 353 251 260

Shades and tints

Shades of #EBA9B0

#EBA9B0
(235,169,176)
#D69AA0
(214,154,160)
#C18B90
(193,139,144)
#AC7C80
(172,124,128)
#976D70
(151,109,112)
#825E60
(130,94,96)
#6D4F50
(109,79,80)
#584040
(88,64,64)
#433130
(67,49,48)
#2E2220
(46,34,32)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #EBA9B0

#EBA9B0
(235,169,176)
#ECB0B7
(236,176,183)
#EDB7BE
(237,183,190)
#EEBEC5
(238,190,197)
#EFC5CC
(239,197,204)
#F0CCD3
(240,204,211)
#F1D3DA
(241,211,218)
#F2DAE1
(242,218,225)
#F3E1E8
(243,225,232)
#F4E8EF
(244,232,239)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA9B0 color. Also use rgb(235,169,176) instead hex code.

Text Font Color

.myTextColor { color: #EBA9B0; }

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

This text font color is #EBA9B0.

Background Color

.myBgColor { background-color: #EBA9B0; }

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

This div background color is #EBA9B0.

Border color

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

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

This div border color is #EBA9B0.

Opacity

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

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

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

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

This text has shadow with #EBA9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA9B0.

Preview

Color preview on black background

This text has color #EBA9B0 on black background.


Color preview on white background

This text has color #EBA9B0 on white background.


Black color preview on #EBA9B0 background

This text has black color on #EBA9B0 background.


White color preview on #EBA9B0 background

This text has white color on #EBA9B0 background.


Related colors

Complementary color

Complementary color for #hex is #14564F.


I love getcolorcode.com

Triadic colors

1 #B0EBA9 and #A9B0EB with #EBA9B0 are triadic colors.

2 #B0A9EB and #A9EBB0 with #EBA9B0 are triadic colors.