COLOR #B87DAD

HEX: #B87DAD RGB: (184,125,173)

Color info

#B87DAD contains red, green and blue colors in about the same proportion. Web safe color of #B87DAD is #CC6699 (or #C69).

RGB color model

#B87DAD color RGB value is (184,125,173).

RGB: (184,125,173) (72%, 49%, 68%)

RGB channels and saturation

R 184 of 255 = 72%
G 125 of 255 = 49%
B 173 of 255 = 68%

184
125
173

R + G + B ~ 63%. #B87DAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 125 + 173 = 482 (100%)
R 184 of 482 ~ 38.17%
G 125 of 482 ~ 25.93%
B 173 of 482 ~ 35.89'%

%38.17
%25.93
%35.89

CMYK color model

#B87DAD color CMYK value is (0,32,6,28).

  • cyan value is 0.00%
  • magenta value is 32.07%
  • yellow value is 5.98%
  • key color value is 27.84%

CMYK: (0,32,6,28)
C0M32Y6K28 (0%, 32%, 6%, 28%)
(0.00 / 0.32 / 0.06 / 0.28)

CMYK percentages

%0
%32.07
%5.98
%27.84

Codes

Color #B87DAD in popluar color models

B8 7D AD
RGB 184 125 173
HSL 311° 29.35% 60.59%
HSB/HSV 311° 32.07% 72.16%
CMYK 0.00% 32.07% 5.98%
27.84%

Color #B87DAD in popluar number systems.

HEX B8 7D AD
Decimal 184 125 173
Binary 10111000 1111101 10101101
Octal 270 175 255

Shades and tints

Shades of #B87DAD

#B87DAD
(184,125,173)
#A8729E
(168,114,158)
#98678F
(152,103,143)
#885C80
(136,92,128)
#785171
(120,81,113)
#684662
(104,70,98)
#583B53
(88,59,83)
#483044
(72,48,68)
#382535
(56,37,53)
#281A26
(40,26,38)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #B87DAD

#B87DAD
(184,125,173)
#BE88B4
(190,136,180)
#C493BB
(196,147,187)
#CA9EC2
(202,158,194)
#D0A9C9
(208,169,201)
#D6B4D0
(214,180,208)
#DCBFD7
(220,191,215)
#E2CADE
(226,202,222)
#E8D5E5
(232,213,229)
#EEE0EC
(238,224,236)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87DAD; }

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

This text font color is #B87DAD.

Background Color

.myBgColor { background-color: #B87DAD; }

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

This div background color is #B87DAD.

Border color

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

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

This div border color is #B87DAD.

Opacity

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

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

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

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

This text has shadow with #B87DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87DAD.

Preview

Color preview on black background

This text has color #B87DAD on black background.


Color preview on white background

This text has color #B87DAD on white background.


Black color preview on #B87DAD background

This text has black color on #B87DAD background.


White color preview on #B87DAD background

This text has white color on #B87DAD background.


Related colors

Complementary color

Complementary color for #hex is #478252.


I love getcolorcode.com

Triadic colors

1 #ADB87D and #7DADB8 with #B87DAD are triadic colors.

2 #AD7DB8 and #7DB8AD with #B87DAD are triadic colors.