COLOR #B6A7CE

HEX: #B6A7CE
RGB: (182,167,206)

Color info

#B6A7CE contains red, green and blue colors in about the same proportion. Web safe color of #B6A7CE is #CC99CC (or #C9C).

RGB color model

#B6A7CE color RGB value is (182,167,206).

  • red value is 182;
  • green value is 167;
  • blue value is 206.
RGB:
(182,167,206)
(71%,65%,81%)

RGB channels and saturation

R 182 of 255 = 71%
G 167 of 255 = 65%
B 206 of 255 = 81%

182
167
206

R + G + B ~ 72%. #B6A7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 167 + 206 = 555 (100%)
R 182 of 555 ~ 32.79%
G 167 of 555 ~ 30.09%
B 206 of 555 ~ 37.12%

%32.79
%30.09
%37.12

CMYK color model

#B6A7CE color CMYK value is (12,19,0,19).

  • cyan value is 11.65%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(12,19,0,19)
C12M19Y0K19 
(12%,19%,0%,19%)
(0.12/0.19/0.00/0.19)	

CMYK percentages

%11.65
%18.93
%0
%19.22

Codes

Color #B6A7CE in popluar color models

B6A7CE
RGB182167206
HSL263°28.47%73.14%
HSB/HSV263°18.93%80.78%
CMYK11.65%18.93%0.00%
19.22%

Color #B6A7CE in popluar number systems.

HEXB6A7CE
Decimal182167206
Binary101101101010011111001110
Octal266247316

Shades and tints

Shades of #B6A7CE

#B6A7CE
(182,167,206)
#A698BC
(166,152,188)
#9689AA
(150,137,170)
#867A98
(134,122,152)
#766B86
(118,107,134)
#665C74
(102,92,116)
#564D62
(86,77,98)
#463E50
(70,62,80)
#362F3E
(54,47,62)
#26202C
(38,32,44)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #B6A7CE

#B6A7CE
(182,167,206)
#BCAFD2
(188,175,210)
#C2B7D6
(194,183,214)
#C8BFDA
(200,191,218)
#CEC7DE
(206,199,222)
#D4CFE2
(212,207,226)
#DAD7E6
(218,215,230)
#E0DFEA
(224,223,234)
#E6E7EE
(230,231,238)
#ECEFF2
(236,239,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A7CE color. Also use rgb(182,167,206) instead hex code.

Text Font Color

.myTextColor { color: #B6A7CE; }

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

This text font color is #B6A7CE.


Background Color

.myBgColor { background-color: #B6A7CE; }

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

This div background color is #B6A7CE.


Border color

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

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

This div border color is #B6A7CE.


Opacity

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

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

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

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

This text has shadow with #B6A7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A7CE on black background.


Color preview on white background

This text has color #B6A7CE on white background.



Black color preview on #B6A7CE background

This text has black color on #B6A7CE background.


White color preview on #B6A7CE background

This text has white color on #B6A7CE background.