COLOR #B87697

HEX: #B87697
RGB: (184,118,151)

Color info

#B87697 contains mainly red and blue colors. Web safe color of #B87697 is #CC6699 (or #C69).

RGB color model

#B87697 color RGB value is (184,118,151).

  • red value is 184;
  • green value is 118;
  • blue value is 151.
RGB: (184,118,151) (72%,46%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 118 of 255 = 46%
B 151 of 255 = 59%

184
118
151

R + G + B ~ 59%. #B87697 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
184 + 118 + 151 = 453 (100%)
R 184 of 453 ~ 40.62%
G 118 of 453 ~ 26.05%
B 151 of 453 ~ 33.33%

%40.62
%26.05
%33.33

CMYK color model

#B87697 color CMYK value is (0,36,18,28).

  • cyan value is 0.00%
  • magenta value is 35.87%
  • yellow value is 17.93%
  • key color value is 27.84%
CMYK: (0,36,18,28) C0M36Y18K28 (0%,36%,18%,28%) (0.00/0.36/0.18/0.28)

CMYK percentages

%0
%35.87
%17.93
%27.84

Codes

Color #B87697 in popluar color models

B87697
RGB184118151
HSL330°31.73%59.22%
HSB/HSV330°35.87%72.16%
CMYK0.00%35.87%17.93%
27.84%

Color #B87697 in popluar number systems.

HEXB87697
Decimal184118151
Binary10111000111011010010111
Octal270166227

Shades and tints

Shades of #B87697

#B87697
(184,118,151)
#A86C8A
(168,108,138)
#98627D
(152,98,125)
#885870
(136,88,112)
#784E63
(120,78,99)
#684456
(104,68,86)
#583A49
(88,58,73)
#48303C
(72,48,60)
#38262F
(56,38,47)
#281C22
(40,28,34)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #B87697

#B87697
(184,118,151)
#BE82A0
(190,130,160)
#C48EA9
(196,142,169)
#CA9AB2
(202,154,178)
#D0A6BB
(208,166,187)
#D6B2C4
(214,178,196)
#DCBECD
(220,190,205)
#E2CAD6
(226,202,214)
#E8D6DF
(232,214,223)
#EEE2E8
(238,226,232)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87697 color. Also use rgb(184,118,151) instead hex code.

Text Font Color

.myTextColor { color: #B87697; }

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

This text font color is #B87697.


Background Color

.myBgColor { background-color: #B87697; }

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

This div background color is #B87697.


Border color

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

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

This div border color is #B87697.


Opacity

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

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

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

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

This text has shadow with #B87697 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #B87697; -webkit-box-shadow:	1px 1px 3px 2px #B87697; box-shadow:	1px 1px 3px 2px #B87697; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B87697; -webkit-box-shadow: 1px 1px 3px 2px #B87697; box-shadow:1px 1px 3px 2px #B87697;">
Div content here</div>
This div box has shadow with color #B87697.

Preview

Color preview on black background

This text has color #B87697 on black background.


Color preview on white background

This text has color #B87697 on white background.



Black color preview on #B87697 background

This text has black color on #B87697 background.


White color preview on #B87697 background

This text has white color on #B87697 background.