COLOR #B87DAE

HEX: #B87DAE RGB: (184,125,174)

Color info

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

RGB color model

#B87DAE color RGB value is (184,125,174).

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

RGB channels and saturation

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

184
125
174

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

Portions of RGB colors in percentages

R + G + B = 184 + 125 + 174 = 483 (100%)
R 184 of 483 ~ 38.1%
G 125 of 483 ~ 25.88%
B 174 of 483 ~ 36.02'%

%38.1
%25.88
%36.02

CMYK color model

#B87DAE color CMYK value is (0,32,5,28).

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

CMYK: (0,32,5,28)
C0M32Y5K28 (0%, 32%, 5%, 28%)
(0.00 / 0.32 / 0.05 / 0.28)

CMYK percentages

%0
%32.07
%5.43
%27.84

Codes

Color #B87DAE in popluar color models

B8 7D AE
RGB 184 125 174
HSL 310° 29.35% 60.59%
HSB/HSV 310° 32.07% 72.16%
CMYK 0.00% 32.07% 5.43%
27.84%

Color #B87DAE in popluar number systems.

HEX B8 7D AE
Decimal 184 125 174
Binary 10111000 1111101 10101110
Octal 270 175 256

Shades and tints

Shades of #B87DAE

#B87DAE
(184,125,174)
#A8729F
(168,114,159)
#986790
(152,103,144)
#885C81
(136,92,129)
#785172
(120,81,114)
#684663
(104,70,99)
#583B54
(88,59,84)
#483045
(72,48,69)
#382536
(56,37,54)
#281A27
(40,26,39)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #B87DAE

#B87DAE
(184,125,174)
#BE88B5
(190,136,181)
#C493BC
(196,147,188)
#CA9EC3
(202,158,195)
#D0A9CA
(208,169,202)
#D6B4D1
(214,180,209)
#DCBFD8
(220,191,216)
#E2CADF
(226,202,223)
#E8D5E6
(232,213,230)
#EEE0ED
(238,224,237)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87DAE; }

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

This text font color is #B87DAE.

Background Color

.myBgColor { background-color: #B87DAE; }

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

This div background color is #B87DAE.

Border color

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

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

This div border color is #B87DAE.

Opacity

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

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

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

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

This text has shadow with #B87DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87DAE.

Preview

Color preview on black background

This text has color #B87DAE on black background.


Color preview on white background

This text has color #B87DAE on white background.


Black color preview on #B87DAE background

This text has black color on #B87DAE background.


White color preview on #B87DAE background

This text has white color on #B87DAE background.


Related colors

Complementary color

Complementary color for #hex is #478251.


I love getcolorcode.com

Triadic colors

1 #AEB87D and #7DAEB8 with #B87DAE are triadic colors.

2 #AE7DB8 and #7DB8AE with #B87DAE are triadic colors.