COLOR #EB9B94

HEX: #EB9B94
RGB: (235,155,148)

Color info

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

RGB color model

#EB9B94 color RGB value is (235,155,148).

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

RGB channels and saturation

R 235 of 255 = 92%
G 155 of 255 = 61%
B 148 of 255 = 58%

235
155
148

R + G + B ~ 70%. #EB9B94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 155 + 148 = 538 (100%)
R 235 of 538 ~ 43.68%
G 155 of 538 ~ 28.81%
B 148 of 538 ~ 27.51%

%43.68
%28.81
%27.51

CMYK color model

#EB9B94 color CMYK value is (0,34,37,8).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 37.02%
  • key color value is 7.84%
CMYK:
(0,34,37,8)
C0M34Y37K8 
(0%,34%,37%,8%)
(0.00/0.34/0.37/0.08)	

CMYK percentages

%0
%34.04
%37.02
%7.84

Codes

Color #EB9B94 in popluar color models

EB9B94
RGB235155148
HSL68.50%75.10%
HSB/HSV37.02%92.16%
CMYK0.00%34.04%37.02%
7.84%

Color #EB9B94 in popluar number systems.

HEXEB9B94
Decimal235155148
Binary111010111001101110010100
Octal353233224

Shades and tints

Shades of #EB9B94

#EB9B94
(235,155,148)
#D68D87
(214,141,135)
#C17F7A
(193,127,122)
#AC716D
(172,113,109)
#976360
(151,99,96)
#825553
(130,85,83)
#6D4746
(109,71,70)
#583939
(88,57,57)
#432B2C
(67,43,44)
#2E1D1F
(46,29,31)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #EB9B94

#EB9B94
(235,155,148)
#ECA49D
(236,164,157)
#EDADA6
(237,173,166)
#EEB6AF
(238,182,175)
#EFBFB8
(239,191,184)
#F0C8C1
(240,200,193)
#F1D1CA
(241,209,202)
#F2DAD3
(242,218,211)
#F3E3DC
(243,227,220)
#F4ECE5
(244,236,229)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9B94; }

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

This text font color is #EB9B94.


Background Color

.myBgColor { background-color: #EB9B94; }

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

This div background color is #EB9B94.


Border color

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

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

This div border color is #EB9B94.


Opacity

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

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

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

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

This text has shadow with #EB9B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9B94 on black background.


Color preview on white background

This text has color #EB9B94 on white background.



Black color preview on #EB9B94 background

This text has black color on #EB9B94 background.


White color preview on #EB9B94 background

This text has white color on #EB9B94 background.