COLOR #EB9BBC

HEX: #EB9BBC
RGB: (235,155,188)

Color info

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

RGB color model

#EB9BBC color RGB value is (235,155,188).

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

RGB channels and saturation

R 235 of 255 = 92%
G 155 of 255 = 61%
B 188 of 255 = 74%

235
155
188

R + G + B ~ 76%. #EB9BBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 155 + 188 = 578 (100%)
R 235 of 578 ~ 40.66%
G 155 of 578 ~ 26.82%
B 188 of 578 ~ 32.53%

%40.66
%26.82
%32.53

CMYK color model

#EB9BBC color CMYK value is (0,34,20,8).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 20.00%
  • key color value is 7.84%
CMYK:
(0,34,20,8)
C0M34Y20K8 
(0%,34%,20%,8%)
(0.00/0.34/0.20/0.08)	

CMYK percentages

%0
%34.04
%20
%7.84

Codes

Color #EB9BBC in popluar color models

EB9BBC
RGB235155188
HSL335°66.67%76.47%
HSB/HSV335°34.04%92.16%
CMYK0.00%34.04%20.00%
7.84%

Color #EB9BBC in popluar number systems.

HEXEB9BBC
Decimal235155188
Binary111010111001101110111100
Octal353233274

Shades and tints

Shades of #EB9BBC

#EB9BBC
(235,155,188)
#D68DAB
(214,141,171)
#C17F9A
(193,127,154)
#AC7189
(172,113,137)
#976378
(151,99,120)
#825567
(130,85,103)
#6D4756
(109,71,86)
#583945
(88,57,69)
#432B34
(67,43,52)
#2E1D23
(46,29,35)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #EB9BBC

#EB9BBC
(235,155,188)
#ECA4C2
(236,164,194)
#EDADC8
(237,173,200)
#EEB6CE
(238,182,206)
#EFBFD4
(239,191,212)
#F0C8DA
(240,200,218)
#F1D1E0
(241,209,224)
#F2DAE6
(242,218,230)
#F3E3EC
(243,227,236)
#F4ECF2
(244,236,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9BBC; }

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

This text font color is #EB9BBC.


Background Color

.myBgColor { background-color: #EB9BBC; }

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

This div background color is #EB9BBC.


Border color

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

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

This div border color is #EB9BBC.


Opacity

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

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

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

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

This text has shadow with #EB9BBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9BBC on black background.


Color preview on white background

This text has color #EB9BBC on white background.



Black color preview on #EB9BBC background

This text has black color on #EB9BBC background.


White color preview on #EB9BBC background

This text has white color on #EB9BBC background.