COLOR #B87DBE

HEX: #B87DBE RGB: (184,125,190)

Color info

#B87DBE contains mainly red and blue colors. Web safe color of #B87DBE is #CC66CC (or #C6C).

RGB color model

#B87DBE color RGB value is (184,125,190).

RGB: (184,125,190) (72%, 49%, 75%)

RGB channels and saturation

R 184 of 255 = 72%
G 125 of 255 = 49%
B 190 of 255 = 75%

184
125
190

R + G + B ~ 65%. #B87DBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 125 + 190 = 499 (100%)
R 184 of 499 ~ 36.87%
G 125 of 499 ~ 25.05%
B 190 of 499 ~ 38.08'%

%36.87
%25.05
%38.08

CMYK color model

#B87DBE color CMYK value is (3,34,0,25).

  • cyan value is 3.16%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (3,34,0,25)
C3M34Y0K25 (3%, 34%, 0%, 25%)
(0.03 / 0.34 / 0.00 / 0.25)

CMYK percentages

%3.16
%34.21
%0
%25.49

Codes

Color #B87DBE in popluar color models

B8 7D BE
RGB 184 125 190
HSL 294° 33.33% 61.76%
HSB/HSV 294° 34.21% 74.51%
CMYK 3.16% 34.21% 0.00%
25.49%

Color #B87DBE in popluar number systems.

HEX B8 7D BE
Decimal 184 125 190
Binary 10111000 1111101 10111110
Octal 270 175 276

Shades and tints

Shades of #B87DBE

#B87DBE
(184,125,190)
#A872AD
(168,114,173)
#98679C
(152,103,156)
#885C8B
(136,92,139)
#78517A
(120,81,122)
#684669
(104,70,105)
#583B58
(88,59,88)
#483047
(72,48,71)
#382536
(56,37,54)
#281A25
(40,26,37)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #B87DBE

#B87DBE
(184,125,190)
#BE88C3
(190,136,195)
#C493C8
(196,147,200)
#CA9ECD
(202,158,205)
#D0A9D2
(208,169,210)
#D6B4D7
(214,180,215)
#DCBFDC
(220,191,220)
#E2CAE1
(226,202,225)
#E8D5E6
(232,213,230)
#EEE0EB
(238,224,235)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87DBE color. Also use rgb(184,125,190) instead hex code.

Text Font Color

.myTextColor { color: #B87DBE; }

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

This text font color is #B87DBE.

Background Color

.myBgColor { background-color: #B87DBE; }

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

This div background color is #B87DBE.

Border color

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

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

This div border color is #B87DBE.

Opacity

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

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

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

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

This text has shadow with #B87DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87DBE.

Preview

Color preview on black background

This text has color #B87DBE on black background.


Color preview on white background

This text has color #B87DBE on white background.


Black color preview on #B87DBE background

This text has black color on #B87DBE background.


White color preview on #B87DBE background

This text has white color on #B87DBE background.


Related colors

Complementary color

Complementary color for #hex is #478241.


I love getcolorcode.com

Triadic colors

1 #BEB87D and #7DBEB8 with #B87DBE are triadic colors.

2 #BE7DB8 and #7DB8BE with #B87DBE are triadic colors.