COLOR #B6A5C2

HEX: #B6A5C2
RGB: (182,165,194)

Color info

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

RGB color model

#B6A5C2 color RGB value is (182,165,194).

  • red value is 182;
  • green value is 165;
  • blue value is 194.
RGB:
(182,165,194)
(71%,65%,76%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 194 of 255 = 76%

182
165
194

R + G + B ~ 71%. #B6A5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 194 = 541 (100%)
R 182 of 541 ~ 33.64%
G 165 of 541 ~ 30.5%
B 194 of 541 ~ 35.86%

%33.64
%30.5
%35.86

CMYK color model

#B6A5C2 color CMYK value is (6,15,0,24).

  • cyan value is 6.19%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(6,15,0,24)
C6M15Y0K24 
(6%,15%,0%,24%)
(0.06/0.15/0.00/0.24)	

CMYK percentages

%6.19
%14.95
%0
%23.92

Codes

Color #B6A5C2 in popluar color models

B6A5C2
RGB182165194
HSL275°19.21%70.39%
HSB/HSV275°14.95%76.08%
CMYK6.19%14.95%0.00%
23.92%

Color #B6A5C2 in popluar number systems.

HEXB6A5C2
Decimal182165194
Binary101101101010010111000010
Octal266245302

Shades and tints

Shades of #B6A5C2

#B6A5C2
(182,165,194)
#A696B1
(166,150,177)
#9687A0
(150,135,160)
#86788F
(134,120,143)
#76697E
(118,105,126)
#665A6D
(102,90,109)
#564B5C
(86,75,92)
#463C4B
(70,60,75)
#362D3A
(54,45,58)
#261E29
(38,30,41)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #B6A5C2

#B6A5C2
(182,165,194)
#BCADC7
(188,173,199)
#C2B5CC
(194,181,204)
#C8BDD1
(200,189,209)
#CEC5D6
(206,197,214)
#D4CDDB
(212,205,219)
#DAD5E0
(218,213,224)
#E0DDE5
(224,221,229)
#E6E5EA
(230,229,234)
#ECEDEF
(236,237,239)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A5C2 color. Also use rgb(182,165,194) instead hex code.

Text Font Color

.myTextColor { color: #B6A5C2; }

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

This text font color is #B6A5C2.


Background Color

.myBgColor { background-color: #B6A5C2; }

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

This div background color is #B6A5C2.


Border color

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

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

This div border color is #B6A5C2.


Opacity

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

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

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

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

This text has shadow with #B6A5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A5C2 on black background.


Color preview on white background

This text has color #B6A5C2 on white background.



Black color preview on #B6A5C2 background

This text has black color on #B6A5C2 background.


White color preview on #B6A5C2 background

This text has white color on #B6A5C2 background.