COLOR #EB9CBE

HEX: #EB9CBE
RGB: (235,156,190)

Color info

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

RGB color model

#EB9CBE color RGB value is (235,156,190).

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

RGB channels and saturation

R 235 of 255 = 92%
G 156 of 255 = 61%
B 190 of 255 = 75%

235
156
190

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

Portions of RGB colors in percentages

R + G + B =
235 + 156 + 190 = 581 (100%)
R 235 of 581 ~ 40.45%
G 156 of 581 ~ 26.85%
B 190 of 581 ~ 32.7%

%40.45
%26.85
%32.7

CMYK color model

#EB9CBE color CMYK value is (0,34,19,8).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(0,34,19,8)
C0M34Y19K8 
(0%,34%,19%,8%)
(0.00/0.34/0.19/0.08)	

CMYK percentages

%0
%33.62
%19.15
%7.84

Codes

Color #EB9CBE in popluar color models

EB9CBE
RGB235156190
HSL334°66.39%76.67%
HSB/HSV334°33.62%92.16%
CMYK0.00%33.62%19.15%
7.84%

Color #EB9CBE in popluar number systems.

HEXEB9CBE
Decimal235156190
Binary111010111001110010111110
Octal353234276

Shades and tints

Shades of #EB9CBE

#EB9CBE
(235,156,190)
#D68EAD
(214,142,173)
#C1809C
(193,128,156)
#AC728B
(172,114,139)
#97647A
(151,100,122)
#825669
(130,86,105)
#6D4858
(109,72,88)
#583A47
(88,58,71)
#432C36
(67,44,54)
#2E1E25
(46,30,37)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #EB9CBE

#EB9CBE
(235,156,190)
#ECA5C3
(236,165,195)
#EDAEC8
(237,174,200)
#EEB7CD
(238,183,205)
#EFC0D2
(239,192,210)
#F0C9D7
(240,201,215)
#F1D2DC
(241,210,220)
#F2DBE1
(242,219,225)
#F3E4E6
(243,228,230)
#F4EDEB
(244,237,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9CBE; }

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

This text font color is #EB9CBE.


Background Color

.myBgColor { background-color: #EB9CBE; }

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

This div background color is #EB9CBE.


Border color

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

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

This div border color is #EB9CBE.


Opacity

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

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

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

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

This text has shadow with #EB9CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9CBE on black background.


Color preview on white background

This text has color #EB9CBE on white background.



Black color preview on #EB9CBE background

This text has black color on #EB9CBE background.


White color preview on #EB9CBE background

This text has white color on #EB9CBE background.