COLOR #B87DAA

HEX: #B87DAA RGB: (184,125,170)

Color info

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

RGB color model

#B87DAA color RGB value is (184,125,170).

RGB: (184,125,170) (72%, 49%, 67%)

RGB channels and saturation

R 184 of 255 = 72%
G 125 of 255 = 49%
B 170 of 255 = 67%

184
125
170

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

Portions of RGB colors in percentages

R + G + B = 184 + 125 + 170 = 479 (100%)
R 184 of 479 ~ 38.41%
G 125 of 479 ~ 26.1%
B 170 of 479 ~ 35.49'%

%38.41
%26.1
%35.49

CMYK color model

#B87DAA color CMYK value is (0,32,8,28).

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

CMYK: (0,32,8,28)
C0M32Y8K28 (0%, 32%, 8%, 28%)
(0.00 / 0.32 / 0.08 / 0.28)

CMYK percentages

%0
%32.07
%7.61
%27.84

Codes

Color #B87DAA in popluar color models

B8 7D AA
RGB 184 125 170
HSL 314° 29.35% 60.59%
HSB/HSV 314° 32.07% 72.16%
CMYK 0.00% 32.07% 7.61%
27.84%

Color #B87DAA in popluar number systems.

HEX B8 7D AA
Decimal 184 125 170
Binary 10111000 1111101 10101010
Octal 270 175 252

Shades and tints

Shades of #B87DAA

#B87DAA
(184,125,170)
#A8729B
(168,114,155)
#98678C
(152,103,140)
#885C7D
(136,92,125)
#78516E
(120,81,110)
#68465F
(104,70,95)
#583B50
(88,59,80)
#483041
(72,48,65)
#382532
(56,37,50)
#281A23
(40,26,35)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #B87DAA

#B87DAA
(184,125,170)
#BE88B1
(190,136,177)
#C493B8
(196,147,184)
#CA9EBF
(202,158,191)
#D0A9C6
(208,169,198)
#D6B4CD
(214,180,205)
#DCBFD4
(220,191,212)
#E2CADB
(226,202,219)
#E8D5E2
(232,213,226)
#EEE0E9
(238,224,233)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87DAA; }

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

This text font color is #B87DAA.

Background Color

.myBgColor { background-color: #B87DAA; }

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

This div background color is #B87DAA.

Border color

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

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

This div border color is #B87DAA.

Opacity

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

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

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

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

This text has shadow with #B87DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87DAA.

Preview

Color preview on black background

This text has color #B87DAA on black background.


Color preview on white background

This text has color #B87DAA on white background.


Black color preview on #B87DAA background

This text has black color on #B87DAA background.


White color preview on #B87DAA background

This text has white color on #B87DAA background.


Related colors

Complementary color

Complementary color for #hex is #478255.


I love getcolorcode.com

Triadic colors

1 #AAB87D and #7DAAB8 with #B87DAA are triadic colors.

2 #AA7DB8 and #7DB8AA with #B87DAA are triadic colors.