COLOR #EB9CB8

HEX: #EB9CB8
RGB: (235,156,184)

Color info

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

RGB color model

#EB9CB8 color RGB value is (235,156,184).

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

RGB channels and saturation

R 235 of 255 = 92%
G 156 of 255 = 61%
B 184 of 255 = 72%

235
156
184

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

Portions of RGB colors in percentages

R + G + B =
235 + 156 + 184 = 575 (100%)
R 235 of 575 ~ 40.87%
G 156 of 575 ~ 27.13%
B 184 of 575 ~ 32%

%40.87
%27.13
%32

CMYK color model

#EB9CB8 color CMYK value is (0,34,22,8).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 21.70%
  • key color value is 7.84%
CMYK:
(0,34,22,8)
C0M34Y22K8 
(0%,34%,22%,8%)
(0.00/0.34/0.22/0.08)	

CMYK percentages

%0
%33.62
%21.7
%7.84

Codes

Color #EB9CB8 in popluar color models

EB9CB8
RGB235156184
HSL339°66.39%76.67%
HSB/HSV339°33.62%92.16%
CMYK0.00%33.62%21.70%
7.84%

Color #EB9CB8 in popluar number systems.

HEXEB9CB8
Decimal235156184
Binary111010111001110010111000
Octal353234270

Shades and tints

Shades of #EB9CB8

#EB9CB8
(235,156,184)
#D68EA8
(214,142,168)
#C18098
(193,128,152)
#AC7288
(172,114,136)
#976478
(151,100,120)
#825668
(130,86,104)
#6D4858
(109,72,88)
#583A48
(88,58,72)
#432C38
(67,44,56)
#2E1E28
(46,30,40)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #EB9CB8

#EB9CB8
(235,156,184)
#ECA5BE
(236,165,190)
#EDAEC4
(237,174,196)
#EEB7CA
(238,183,202)
#EFC0D0
(239,192,208)
#F0C9D6
(240,201,214)
#F1D2DC
(241,210,220)
#F2DBE2
(242,219,226)
#F3E4E8
(243,228,232)
#F4EDEE
(244,237,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9CB8; }

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

This text font color is #EB9CB8.


Background Color

.myBgColor { background-color: #EB9CB8; }

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

This div background color is #EB9CB8.


Border color

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

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

This div border color is #EB9CB8.


Opacity

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

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

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

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

This text has shadow with #EB9CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9CB8 on black background.


Color preview on white background

This text has color #EB9CB8 on white background.



Black color preview on #EB9CB8 background

This text has black color on #EB9CB8 background.


White color preview on #EB9CB8 background

This text has white color on #EB9CB8 background.