COLOR #EB8986

HEX: #EB8986 RGB: (235,137,134)

Color info

#EB8986 contains mainly red color. Web safe color of #EB8986 is #FF9999 (or #F99).

RGB color model

#EB8986 color RGB value is (235,137,134).

RGB: (235,137,134) (92%, 54%, 53%)

RGB channels and saturation

R 235 of 255 = 92%
G 137 of 255 = 54%
B 134 of 255 = 53%

235
137
134

R + G + B ~ 66%. #EB8986 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 137 + 134 = 506 (100%)
R 235 of 506 ~ 46.44%
G 137 of 506 ~ 27.08%
B 134 of 506 ~ 26.48'%

%46.44
%27.08
%26.48

CMYK color model

#EB8986 color CMYK value is (0,42,43,8).

  • cyan value is 0.00%
  • magenta value is 41.70%
  • yellow value is 42.98%
  • key color value is 7.84%

CMYK: (0,42,43,8)
C0M42Y43K8 (0%, 42%, 43%, 8%)
(0.00 / 0.42 / 0.43 / 0.08)

CMYK percentages

%0
%41.7
%42.98
%7.84

Codes

Color #EB8986 in popluar color models

EB 89 86
RGB 235 137 134
HSL 71.63% 72.35%
HSB/HSV 42.98% 92.16%
CMYK 0.00% 41.70% 42.98%
7.84%

Color #EB8986 in popluar number systems.

HEX EB 89 86
Decimal 235 137 134
Binary 11101011 10001001 10000110
Octal 353 211 206

Shades and tints

Shades of #EB8986

#EB8986
(235,137,134)
#D67D7A
(214,125,122)
#C1716E
(193,113,110)
#AC6562
(172,101,98)
#975956
(151,89,86)
#824D4A
(130,77,74)
#6D413E
(109,65,62)
#583532
(88,53,50)
#432926
(67,41,38)
#2E1D1A
(46,29,26)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #EB8986

#EB8986
(235,137,134)
#EC9391
(236,147,145)
#ED9D9C
(237,157,156)
#EEA7A7
(238,167,167)
#EFB1B2
(239,177,178)
#F0BBBD
(240,187,189)
#F1C5C8
(241,197,200)
#F2CFD3
(242,207,211)
#F3D9DE
(243,217,222)
#F4E3E9
(244,227,233)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8986 color. Also use rgb(235,137,134) instead hex code.

Text Font Color

.myTextColor { color: #EB8986; }

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

This text font color is #EB8986.

Background Color

.myBgColor { background-color: #EB8986; }

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

This div background color is #EB8986.

Border color

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

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

This div border color is #EB8986.

Opacity

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

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

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

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

This text has shadow with #EB8986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB8986.

Preview

Color preview on black background

This text has color #EB8986 on black background.


Color preview on white background

This text has color #EB8986 on white background.


Black color preview on #EB8986 background

This text has black color on #EB8986 background.


White color preview on #EB8986 background

This text has white color on #EB8986 background.


Related colors

Complementary color

Complementary color for #hex is #147679.


I love getcolorcode.com

Triadic colors

1 #86EB89 and #8986EB with #EB8986 are triadic colors.

2 #8689EB and #89EB86 with #EB8986 are triadic colors.