COLOR #EB9B9D

HEX: #EB9B9D
RGB: (235,155,157)

Color info

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

RGB color model

#EB9B9D color RGB value is (235,155,157).

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

RGB channels and saturation

R 235 of 255 = 92%
G 155 of 255 = 61%
B 157 of 255 = 62%

235
155
157

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

Portions of RGB colors in percentages

R + G + B =
235 + 155 + 157 = 547 (100%)
R 235 of 547 ~ 42.96%
G 155 of 547 ~ 28.34%
B 157 of 547 ~ 28.7%

%42.96
%28.34
%28.7

CMYK color model

#EB9B9D color CMYK value is (0,34,33,8).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 33.19%
  • key color value is 7.84%
CMYK:
(0,34,33,8)
C0M34Y33K8 
(0%,34%,33%,8%)
(0.00/0.34/0.33/0.08)	

CMYK percentages

%0
%34.04
%33.19
%7.84

Codes

Color #EB9B9D in popluar color models

EB9B9D
RGB235155157
HSL359°66.67%76.47%
HSB/HSV359°34.04%92.16%
CMYK0.00%34.04%33.19%
7.84%

Color #EB9B9D in popluar number systems.

HEXEB9B9D
Decimal235155157
Binary111010111001101110011101
Octal353233235

Shades and tints

Shades of #EB9B9D

#EB9B9D
(235,155,157)
#D68D8F
(214,141,143)
#C17F81
(193,127,129)
#AC7173
(172,113,115)
#976365
(151,99,101)
#825557
(130,85,87)
#6D4749
(109,71,73)
#58393B
(88,57,59)
#432B2D
(67,43,45)
#2E1D1F
(46,29,31)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #EB9B9D

#EB9B9D
(235,155,157)
#ECA4A5
(236,164,165)
#EDADAD
(237,173,173)
#EEB6B5
(238,182,181)
#EFBFBD
(239,191,189)
#F0C8C5
(240,200,197)
#F1D1CD
(241,209,205)
#F2DAD5
(242,218,213)
#F3E3DD
(243,227,221)
#F4ECE5
(244,236,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9B9D; }

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

This text font color is #EB9B9D.


Background Color

.myBgColor { background-color: #EB9B9D; }

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

This div background color is #EB9B9D.


Border color

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

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

This div border color is #EB9B9D.


Opacity

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

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

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

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

This text has shadow with #EB9B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9B9D on black background.


Color preview on white background

This text has color #EB9B9D on white background.



Black color preview on #EB9B9D background

This text has black color on #EB9B9D background.


White color preview on #EB9B9D background

This text has white color on #EB9B9D background.