COLOR #B687AC

HEX: #B687AC
RGB: (182,135,172)

Color info

#B687AC contains red, green and blue colors in about the same proportion. Web safe color of #B687AC is #CC9999 (or #C99).

RGB color model

#B687AC color RGB value is (182,135,172).

  • red value is 182;
  • green value is 135;
  • blue value is 172.
RGB:
(182,135,172)
(71%,53%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 135 of 255 = 53%
B 172 of 255 = 67%

182
135
172

R + G + B ~ 64%. #B687AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 135 + 172 = 489 (100%)
R 182 of 489 ~ 37.22%
G 135 of 489 ~ 27.61%
B 172 of 489 ~ 35.17%

%37.22
%27.61
%35.17

CMYK color model

#B687AC color CMYK value is (0,26,5,29).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 5.49%
  • key color value is 28.63%
CMYK:
(0,26,5,29)
C0M26Y5K29 
(0%,26%,5%,29%)
(0.00/0.26/0.05/0.29)	

CMYK percentages

%0
%25.82
%5.49
%28.63

Codes

Color #B687AC in popluar color models

B687AC
RGB182135172
HSL313°24.35%62.16%
HSB/HSV313°25.82%71.37%
CMYK0.00%25.82%5.49%
28.63%

Color #B687AC in popluar number systems.

HEXB687AC
Decimal182135172
Binary101101101000011110101100
Octal266207254

Shades and tints

Shades of #B687AC

#B687AC
(182,135,172)
#A67B9D
(166,123,157)
#966F8E
(150,111,142)
#86637F
(134,99,127)
#765770
(118,87,112)
#664B61
(102,75,97)
#563F52
(86,63,82)
#463343
(70,51,67)
#362734
(54,39,52)
#261B25
(38,27,37)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #B687AC

#B687AC
(182,135,172)
#BC91B3
(188,145,179)
#C29BBA
(194,155,186)
#C8A5C1
(200,165,193)
#CEAFC8
(206,175,200)
#D4B9CF
(212,185,207)
#DAC3D6
(218,195,214)
#E0CDDD
(224,205,221)
#E6D7E4
(230,215,228)
#ECE1EB
(236,225,235)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B687AC color. Also use rgb(182,135,172) instead hex code.

Text Font Color

.myTextColor { color: #B687AC; }

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

This text font color is #B687AC.


Background Color

.myBgColor { background-color: #B687AC; }

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

This div background color is #B687AC.


Border color

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

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

This div border color is #B687AC.


Opacity

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

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

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

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

This text has shadow with #B687AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B687AC on black background.


Color preview on white background

This text has color #B687AC on white background.



Black color preview on #B687AC background

This text has black color on #B687AC background.


White color preview on #B687AC background

This text has white color on #B687AC background.