COLOR #EB8DBB

HEX: #EB8DBB RGB: (235,141,187)

Color info

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

RGB color model

#EB8DBB color RGB value is (235,141,187).

RGB: (235,141,187) (92%, 55%, 73%)

RGB channels and saturation

R 235 of 255 = 92%
G 141 of 255 = 55%
B 187 of 255 = 73%

235
141
187

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

Portions of RGB colors in percentages

R + G + B = 235 + 141 + 187 = 563 (100%)
R 235 of 563 ~ 41.74%
G 141 of 563 ~ 25.04%
B 187 of 563 ~ 33.21'%

%41.74
%25.04
%33.21

CMYK color model

#EB8DBB color CMYK value is (0,40,20,8).

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

CMYK: (0,40,20,8)
C0M40Y20K8 (0%, 40%, 20%, 8%)
(0.00 / 0.40 / 0.20 / 0.08)

CMYK percentages

%0
%40
%20.43
%7.84

Codes

Color #EB8DBB in popluar color models

EB 8D BB
RGB 235 141 187
HSL 331° 70.15% 73.73%
HSB/HSV 331° 40.00% 92.16%
CMYK 0.00% 40.00% 20.43%
7.84%

Color #EB8DBB in popluar number systems.

HEX EB 8D BB
Decimal 235 141 187
Binary 11101011 10001101 10111011
Octal 353 215 273

Shades and tints

Shades of #EB8DBB

#EB8DBB
(235,141,187)
#D681AA
(214,129,170)
#C17599
(193,117,153)
#AC6988
(172,105,136)
#975D77
(151,93,119)
#825166
(130,81,102)
#6D4555
(109,69,85)
#583944
(88,57,68)
#432D33
(67,45,51)
#2E2122
(46,33,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #EB8DBB

#EB8DBB
(235,141,187)
#EC97C1
(236,151,193)
#EDA1C7
(237,161,199)
#EEABCD
(238,171,205)
#EFB5D3
(239,181,211)
#F0BFD9
(240,191,217)
#F1C9DF
(241,201,223)
#F2D3E5
(242,211,229)
#F3DDEB
(243,221,235)
#F4E7F1
(244,231,241)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB8DBB; }

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

This text font color is #EB8DBB.

Background Color

.myBgColor { background-color: #EB8DBB; }

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

This div background color is #EB8DBB.

Border color

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

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

This div border color is #EB8DBB.

Opacity

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

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

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

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

This text has shadow with #EB8DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB8DBB.

Preview

Color preview on black background

This text has color #EB8DBB on black background.


Color preview on white background

This text has color #EB8DBB on white background.


Black color preview on #EB8DBB background

This text has black color on #EB8DBB background.


White color preview on #EB8DBB background

This text has white color on #EB8DBB background.


Related colors

Complementary color

Complementary color for #hex is #147244.


I love getcolorcode.com

Triadic colors

1 #BBEB8D and #8DBBEB with #EB8DBB are triadic colors.

2 #BB8DEB and #8DEBBB with #EB8DBB are triadic colors.