COLOR #B4A6C2

HEX: #B4A6C2
RGB: (180,166,194)

Color info

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

RGB color model

#B4A6C2 color RGB value is (180,166,194).

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

RGB channels and saturation

R 180 of 255 = 71%
G 166 of 255 = 65%
B 194 of 255 = 76%

180
166
194

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

Portions of RGB colors in percentages

R + G + B =
180 + 166 + 194 = 540 (100%)
R 180 of 540 ~ 33.33%
G 166 of 540 ~ 30.74%
B 194 of 540 ~ 35.93%

%33.33
%30.74
%35.93

CMYK color model

#B4A6C2 color CMYK value is (7,14,0,24).

  • cyan value is 7.22%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(7,14,0,24)
C7M14Y0K24 
(7%,14%,0%,24%)
(0.07/0.14/0.00/0.24)	

CMYK percentages

%7.22
%14.43
%0
%23.92

Codes

Color #B4A6C2 in popluar color models

B4A6C2
RGB180166194
HSL270°18.67%70.59%
HSB/HSV270°14.43%76.08%
CMYK7.22%14.43%0.00%
23.92%

Color #B4A6C2 in popluar number systems.

HEXB4A6C2
Decimal180166194
Binary101101001010011011000010
Octal264246302

Shades and tints

Shades of #B4A6C2

#B4A6C2
(180,166,194)
#A497B1
(164,151,177)
#9488A0
(148,136,160)
#84798F
(132,121,143)
#746A7E
(116,106,126)
#645B6D
(100,91,109)
#544C5C
(84,76,92)
#443D4B
(68,61,75)
#342E3A
(52,46,58)
#241F29
(36,31,41)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #B4A6C2

#B4A6C2
(180,166,194)
#BAAEC7
(186,174,199)
#C0B6CC
(192,182,204)
#C6BED1
(198,190,209)
#CCC6D6
(204,198,214)
#D2CEDB
(210,206,219)
#D8D6E0
(216,214,224)
#DEDEE5
(222,222,229)
#E4E6EA
(228,230,234)
#EAEEEF
(234,238,239)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A6C2 color. Also use rgb(180,166,194) instead hex code.

Text Font Color

.myTextColor { color: #B4A6C2; }

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

This text font color is #B4A6C2.


Background Color

.myBgColor { background-color: #B4A6C2; }

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

This div background color is #B4A6C2.


Border color

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

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

This div border color is #B4A6C2.


Opacity

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

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

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

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

This text has shadow with #B4A6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A6C2 on black background.


Color preview on white background

This text has color #B4A6C2 on white background.



Black color preview on #B4A6C2 background

This text has black color on #B4A6C2 background.


White color preview on #B4A6C2 background

This text has white color on #B4A6C2 background.