COLOR #EBA9B7

HEX: #EBA9B7 RGB: (235,169,183)

Color info

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

RGB color model

#EBA9B7 color RGB value is (235,169,183).

RGB: (235,169,183) (92%, 66%, 72%)

RGB channels and saturation

R 235 of 255 = 92%
G 169 of 255 = 66%
B 183 of 255 = 72%

235
169
183

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

Portions of RGB colors in percentages

R + G + B = 235 + 169 + 183 = 587 (100%)
R 235 of 587 ~ 40.03%
G 169 of 587 ~ 28.79%
B 183 of 587 ~ 31.18'%

%40.03
%28.79
%31.18

CMYK color model

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

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

Codes

Color #EBA9B7 in popluar color models

EB A9 B7
RGB 235 169 183
HSL 347° 62.26% 79.22%
HSB/HSV 347° 28.09% 92.16%
CMYK 0.00% 28.09% 22.13%
7.84%

Color #EBA9B7 in popluar number systems.

HEX EB A9 B7
Decimal 235 169 183
Binary 11101011 10101001 10110111
Octal 353 251 267

Shades and tints

Shades of #EBA9B7

#EBA9B7
(235,169,183)
#D69AA7
(214,154,167)
#C18B97
(193,139,151)
#AC7C87
(172,124,135)
#976D77
(151,109,119)
#825E67
(130,94,103)
#6D4F57
(109,79,87)
#584047
(88,64,71)
#433137
(67,49,55)
#2E2227
(46,34,39)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #EBA9B7

#EBA9B7
(235,169,183)
#ECB0BD
(236,176,189)
#EDB7C3
(237,183,195)
#EEBEC9
(238,190,201)
#EFC5CF
(239,197,207)
#F0CCD5
(240,204,213)
#F1D3DB
(241,211,219)
#F2DAE1
(242,218,225)
#F3E1E7
(243,225,231)
#F4E8ED
(244,232,237)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA9B7; }

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

This text font color is #EBA9B7.

Background Color

.myBgColor { background-color: #EBA9B7; }

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

This div background color is #EBA9B7.

Border color

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

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

This div border color is #EBA9B7.

Opacity

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

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

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

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

This text has shadow with #EBA9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA9B7.

Preview

Color preview on black background

This text has color #EBA9B7 on black background.


Color preview on white background

This text has color #EBA9B7 on white background.


Black color preview on #EBA9B7 background

This text has black color on #EBA9B7 background.


White color preview on #EBA9B7 background

This text has white color on #EBA9B7 background.


Related colors

Complementary color

Complementary color for #hex is #145648.


I love getcolorcode.com

Triadic colors

1 #B7EBA9 and #A9B7EB with #EBA9B7 are triadic colors.

2 #B7A9EB and #A9EBB7 with #EBA9B7 are triadic colors.