COLOR #EB9F86

HEX: #EB9F86
RGB: (235,159,134)

Color info

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

RGB color model

#EB9F86 color RGB value is (235,159,134).

  • red value is 235;
  • green value is 159;
  • blue value is 134.
RGB:
(235,159,134)
(92%,62%,53%)

RGB channels and saturation

R 235 of 255 = 92%
G 159 of 255 = 62%
B 134 of 255 = 53%

235
159
134

R + G + B ~ 69%. #EB9F86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 159 + 134 = 528 (100%)
R 235 of 528 ~ 44.51%
G 159 of 528 ~ 30.11%
B 134 of 528 ~ 25.38%

%44.51
%30.11
%25.38

CMYK color model

#EB9F86 color CMYK value is (0,32,43,8).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 42.98%
  • key color value is 7.84%
CMYK:
(0,32,43,8)
C0M32Y43K8 
(0%,32%,43%,8%)
(0.00/0.32/0.43/0.08)	

CMYK percentages

%0
%32.34
%42.98
%7.84

Codes

Color #EB9F86 in popluar color models

EB9F86
RGB235159134
HSL15°71.63%72.35%
HSB/HSV15°42.98%92.16%
CMYK0.00%32.34%42.98%
7.84%

Color #EB9F86 in popluar number systems.

HEXEB9F86
Decimal235159134
Binary111010111001111110000110
Octal353237206

Shades and tints

Shades of #EB9F86

#EB9F86
(235,159,134)
#D6917A
(214,145,122)
#C1836E
(193,131,110)
#AC7562
(172,117,98)
#976756
(151,103,86)
#82594A
(130,89,74)
#6D4B3E
(109,75,62)
#583D32
(88,61,50)
#432F26
(67,47,38)
#2E211A
(46,33,26)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #EB9F86

#EB9F86
(235,159,134)
#ECA791
(236,167,145)
#EDAF9C
(237,175,156)
#EEB7A7
(238,183,167)
#EFBFB2
(239,191,178)
#F0C7BD
(240,199,189)
#F1CFC8
(241,207,200)
#F2D7D3
(242,215,211)
#F3DFDE
(243,223,222)
#F4E7E9
(244,231,233)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9F86; }

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

This text font color is #EB9F86.


Background Color

.myBgColor { background-color: #EB9F86; }

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

This div background color is #EB9F86.


Border color

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

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

This div border color is #EB9F86.


Opacity

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

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

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

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

This text has shadow with #EB9F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9F86 on black background.


Color preview on white background

This text has color #EB9F86 on white background.



Black color preview on #EB9F86 background

This text has black color on #EB9F86 background.


White color preview on #EB9F86 background

This text has white color on #EB9F86 background.