COLOR #EB9EB8

HEX: #EB9EB8
RGB: (235,158,184)

Color info

#EB9EB8 contains mainly red and blue colors. Web safe color of #EB9EB8 is #FF99CC (or #F9C).

RGB color model

#EB9EB8 color RGB value is (235,158,184).

  • red value is 235;
  • green value is 158;
  • blue value is 184.
RGB:
(235,158,184)
(92%,62%,72%)

RGB channels and saturation

R 235 of 255 = 92%
G 158 of 255 = 62%
B 184 of 255 = 72%

235
158
184

R + G + B ~ 75%. #EB9EB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 158 + 184 = 577 (100%)
R 235 of 577 ~ 40.73%
G 158 of 577 ~ 27.38%
B 184 of 577 ~ 31.89%

%40.73
%27.38
%31.89

CMYK color model

#EB9EB8 color CMYK value is (0,33,22,8).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 21.70%
  • key color value is 7.84%
CMYK:
(0,33,22,8)
C0M33Y22K8 
(0%,33%,22%,8%)
(0.00/0.33/0.22/0.08)	

CMYK percentages

%0
%32.77
%21.7
%7.84

Codes

Color #EB9EB8 in popluar color models

EB9EB8
RGB235158184
HSL340°65.81%77.06%
HSB/HSV340°32.77%92.16%
CMYK0.00%32.77%21.70%
7.84%

Color #EB9EB8 in popluar number systems.

HEXEB9EB8
Decimal235158184
Binary111010111001111010111000
Octal353236270

Shades and tints

Shades of #EB9EB8

#EB9EB8
(235,158,184)
#D690A8
(214,144,168)
#C18298
(193,130,152)
#AC7488
(172,116,136)
#976678
(151,102,120)
#825868
(130,88,104)
#6D4A58
(109,74,88)
#583C48
(88,60,72)
#432E38
(67,46,56)
#2E2028
(46,32,40)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #EB9EB8

#EB9EB8
(235,158,184)
#ECA6BE
(236,166,190)
#EDAEC4
(237,174,196)
#EEB6CA
(238,182,202)
#EFBED0
(239,190,208)
#F0C6D6
(240,198,214)
#F1CEDC
(241,206,220)
#F2D6E2
(242,214,226)
#F3DEE8
(243,222,232)
#F4E6EE
(244,230,238)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9EB8 color. Also use rgb(235,158,184) instead hex code.

Text Font Color

.myTextColor { color: #EB9EB8; }

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

This text font color is #EB9EB8.


Background Color

.myBgColor { background-color: #EB9EB8; }

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

This div background color is #EB9EB8.


Border color

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

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

This div border color is #EB9EB8.


Opacity

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

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

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

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

This text has shadow with #EB9EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9EB8 on black background.


Color preview on white background

This text has color #EB9EB8 on white background.



Black color preview on #EB9EB8 background

This text has black color on #EB9EB8 background.


White color preview on #EB9EB8 background

This text has white color on #EB9EB8 background.