COLOR #EB9BAA

HEX: #EB9BAA
RGB: (235,155,170)

Color info

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

RGB color model

#EB9BAA color RGB value is (235,155,170).

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

RGB channels and saturation

R 235 of 255 = 92%
G 155 of 255 = 61%
B 170 of 255 = 67%

235
155
170

R + G + B ~ 73%. #EB9BAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 155 + 170 = 560 (100%)
R 235 of 560 ~ 41.96%
G 155 of 560 ~ 27.68%
B 170 of 560 ~ 30.36%

%41.96
%27.68
%30.36

CMYK color model

#EB9BAA color CMYK value is (0,34,28,8).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 27.66%
  • key color value is 7.84%
CMYK:
(0,34,28,8)
C0M34Y28K8 
(0%,34%,28%,8%)
(0.00/0.34/0.28/0.08)	

CMYK percentages

%0
%34.04
%27.66
%7.84

Codes

Color #EB9BAA in popluar color models

EB9BAA
RGB235155170
HSL349°66.67%76.47%
HSB/HSV349°34.04%92.16%
CMYK0.00%34.04%27.66%
7.84%

Color #EB9BAA in popluar number systems.

HEXEB9BAA
Decimal235155170
Binary111010111001101110101010
Octal353233252

Shades and tints

Shades of #EB9BAA

#EB9BAA
(235,155,170)
#D68D9B
(214,141,155)
#C17F8C
(193,127,140)
#AC717D
(172,113,125)
#97636E
(151,99,110)
#82555F
(130,85,95)
#6D4750
(109,71,80)
#583941
(88,57,65)
#432B32
(67,43,50)
#2E1D23
(46,29,35)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #EB9BAA

#EB9BAA
(235,155,170)
#ECA4B1
(236,164,177)
#EDADB8
(237,173,184)
#EEB6BF
(238,182,191)
#EFBFC6
(239,191,198)
#F0C8CD
(240,200,205)
#F1D1D4
(241,209,212)
#F2DADB
(242,218,219)
#F3E3E2
(243,227,226)
#F4ECE9
(244,236,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9BAA; }

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

This text font color is #EB9BAA.


Background Color

.myBgColor { background-color: #EB9BAA; }

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

This div background color is #EB9BAA.


Border color

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

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

This div border color is #EB9BAA.


Opacity

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

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

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

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

This text has shadow with #EB9BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9BAA on black background.


Color preview on white background

This text has color #EB9BAA on white background.



Black color preview on #EB9BAA background

This text has black color on #EB9BAA background.


White color preview on #EB9BAA background

This text has white color on #EB9BAA background.