COLOR #EBA9B1

HEX: #EBA9B1
RGB: (235,169,177)

Color info

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

RGB color model

#EBA9B1 color RGB value is (235,169,177).

  • red value is 235;
  • green value is 169;
  • blue value is 177.
RGB:
(235,169,177)
(92%,66%,69%)

RGB channels and saturation

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

235
169
177

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

Portions of RGB colors in percentages

R + G + B =
235 + 169 + 177 = 581 (100%)
R 235 of 581 ~ 40.45%
G 169 of 581 ~ 29.09%
B 177 of 581 ~ 30.46%

%40.45
%29.09
%30.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 24.68%
  • 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
%24.68
%7.84

Codes

Color #EBA9B1 in popluar color models

EBA9B1
RGB235169177
HSL353°62.26%79.22%
HSB/HSV353°28.09%92.16%
CMYK0.00%28.09%24.68%
7.84%

Color #EBA9B1 in popluar number systems.

HEXEBA9B1
Decimal235169177
Binary111010111010100110110001
Octal353251261

Shades and tints

Shades of #EBA9B1

#EBA9B1
(235,169,177)
#D69AA1
(214,154,161)
#C18B91
(193,139,145)
#AC7C81
(172,124,129)
#976D71
(151,109,113)
#825E61
(130,94,97)
#6D4F51
(109,79,81)
#584041
(88,64,65)
#433131
(67,49,49)
#2E2221
(46,34,33)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #EBA9B1

#EBA9B1
(235,169,177)
#ECB0B8
(236,176,184)
#EDB7BF
(237,183,191)
#EEBEC6
(238,190,198)
#EFC5CD
(239,197,205)
#F0CCD4
(240,204,212)
#F1D3DB
(241,211,219)
#F2DAE2
(242,218,226)
#F3E1E9
(243,225,233)
#F4E8F0
(244,232,240)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA9B1; }

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

This text font color is #EBA9B1.


Background Color

.myBgColor { background-color: #EBA9B1; }

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

This div background color is #EBA9B1.


Border color

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

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

This div border color is #EBA9B1.


Opacity

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

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

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

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

This text has shadow with #EBA9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA9B1 on black background.


Color preview on white background

This text has color #EBA9B1 on white background.



Black color preview on #EBA9B1 background

This text has black color on #EBA9B1 background.


White color preview on #EBA9B1 background

This text has white color on #EBA9B1 background.