COLOR #EB9FBB

HEX: #EB9FBB RGB: (235,159,187)

Color info

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

RGB color model

#EB9FBB color RGB value is (235,159,187).

RGB: (235,159,187) (92%, 62%, 73%)

RGB channels and saturation

R 235 of 255 = 92%
G 159 of 255 = 62%
B 187 of 255 = 73%

235
159
187

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

Portions of RGB colors in percentages

R + G + B = 235 + 159 + 187 = 581 (100%)
R 235 of 581 ~ 40.45%
G 159 of 581 ~ 27.37%
B 187 of 581 ~ 32.19'%

%40.45
%27.37
%32.19

CMYK color model

#EB9FBB color CMYK value is (0,32,20,8).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 20.43%
  • key color value is 7.84%

CMYK: (0,32,20,8)
C0M32Y20K8 (0%, 32%, 20%, 8%)
(0.00 / 0.32 / 0.20 / 0.08)

CMYK percentages

%0
%32.34
%20.43
%7.84

Codes

Color #EB9FBB in popluar color models

EB 9F BB
RGB 235 159 187
HSL 338° 65.52% 77.25%
HSB/HSV 338° 32.34% 92.16%
CMYK 0.00% 32.34% 20.43%
7.84%

Color #EB9FBB in popluar number systems.

HEX EB 9F BB
Decimal 235 159 187
Binary 11101011 10011111 10111011
Octal 353 237 273

Shades and tints

Shades of #EB9FBB

#EB9FBB
(235,159,187)
#D691AA
(214,145,170)
#C18399
(193,131,153)
#AC7588
(172,117,136)
#976777
(151,103,119)
#825966
(130,89,102)
#6D4B55
(109,75,85)
#583D44
(88,61,68)
#432F33
(67,47,51)
#2E2122
(46,33,34)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #EB9FBB

#EB9FBB
(235,159,187)
#ECA7C1
(236,167,193)
#EDAFC7
(237,175,199)
#EEB7CD
(238,183,205)
#EFBFD3
(239,191,211)
#F0C7D9
(240,199,217)
#F1CFDF
(241,207,223)
#F2D7E5
(242,215,229)
#F3DFEB
(243,223,235)
#F4E7F1
(244,231,241)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9FBB color. Also use rgb(235,159,187) instead hex code.

Text Font Color

.myTextColor { color: #EB9FBB; }

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

This text font color is #EB9FBB.

Background Color

.myBgColor { background-color: #EB9FBB; }

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

This div background color is #EB9FBB.

Border color

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

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

This div border color is #EB9FBB.

Opacity

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

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

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

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

This text has shadow with #EB9FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB9FBB.

Preview

Color preview on black background

This text has color #EB9FBB on black background.


Color preview on white background

This text has color #EB9FBB on white background.


Black color preview on #EB9FBB background

This text has black color on #EB9FBB background.


White color preview on #EB9FBB background

This text has white color on #EB9FBB background.


Related colors

Complementary color

Complementary color for #hex is #146044.


I love getcolorcode.com

Triadic colors

1 #BBEB9F and #9FBBEB with #EB9FBB are triadic colors.

2 #BB9FEB and #9FEBBB with #EB9FBB are triadic colors.