COLOR #EB9D9F

HEX: #EB9D9F
RGB: (235,157,159)

Color info

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

RGB color model

#EB9D9F color RGB value is (235,157,159).

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

RGB channels and saturation

R 235 of 255 = 92%
G 157 of 255 = 62%
B 159 of 255 = 62%

235
157
159

R + G + B ~ 72%. #EB9D9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 157 + 159 = 551 (100%)
R 235 of 551 ~ 42.65%
G 157 of 551 ~ 28.49%
B 159 of 551 ~ 28.86%

%42.65
%28.49
%28.86

CMYK color model

#EB9D9F color CMYK value is (0,33,32,8).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 32.34%
  • key color value is 7.84%
CMYK:
(0,33,32,8)
C0M33Y32K8 
(0%,33%,32%,8%)
(0.00/0.33/0.32/0.08)	

CMYK percentages

%0
%33.19
%32.34
%7.84

Codes

Color #EB9D9F in popluar color models

EB9D9F
RGB235157159
HSL358°66.10%76.86%
HSB/HSV358°33.19%92.16%
CMYK0.00%33.19%32.34%
7.84%

Color #EB9D9F in popluar number systems.

HEXEB9D9F
Decimal235157159
Binary111010111001110110011111
Octal353235237

Shades and tints

Shades of #EB9D9F

#EB9D9F
(235,157,159)
#D68F91
(214,143,145)
#C18183
(193,129,131)
#AC7375
(172,115,117)
#976567
(151,101,103)
#825759
(130,87,89)
#6D494B
(109,73,75)
#583B3D
(88,59,61)
#432D2F
(67,45,47)
#2E1F21
(46,31,33)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #EB9D9F

#EB9D9F
(235,157,159)
#ECA5A7
(236,165,167)
#EDADAF
(237,173,175)
#EEB5B7
(238,181,183)
#EFBDBF
(239,189,191)
#F0C5C7
(240,197,199)
#F1CDCF
(241,205,207)
#F2D5D7
(242,213,215)
#F3DDDF
(243,221,223)
#F4E5E7
(244,229,231)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9D9F; }

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

This text font color is #EB9D9F.


Background Color

.myBgColor { background-color: #EB9D9F; }

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

This div background color is #EB9D9F.


Border color

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

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

This div border color is #EB9D9F.


Opacity

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

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

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

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

This text has shadow with #EB9D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9D9F on black background.


Color preview on white background

This text has color #EB9D9F on white background.



Black color preview on #EB9D9F background

This text has black color on #EB9D9F background.


White color preview on #EB9D9F background

This text has white color on #EB9D9F background.