COLOR #B4A8C6

HEX: #B4A8C6
RGB: (180,168,198)

Color info

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

RGB color model

#B4A8C6 color RGB value is (180,168,198).

  • red value is 180;
  • green value is 168;
  • blue value is 198.
RGB:
(180,168,198)
(71%,66%,78%)

RGB channels and saturation

R 180 of 255 = 71%
G 168 of 255 = 66%
B 198 of 255 = 78%

180
168
198

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

Portions of RGB colors in percentages

R + G + B =
180 + 168 + 198 = 546 (100%)
R 180 of 546 ~ 32.97%
G 168 of 546 ~ 30.77%
B 198 of 546 ~ 36.26%

%32.97
%30.77
%36.26

CMYK color model

#B4A8C6 color CMYK value is (9,15,0,22).

  • cyan value is 9.09%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(9,15,0,22)
C9M15Y0K22 
(9%,15%,0%,22%)
(0.09/0.15/0.00/0.22)	

CMYK percentages

%9.09
%15.15
%0
%22.35

Codes

Color #B4A8C6 in popluar color models

B4A8C6
RGB180168198
HSL264°20.83%71.76%
HSB/HSV264°15.15%77.65%
CMYK9.09%15.15%0.00%
22.35%

Color #B4A8C6 in popluar number systems.

HEXB4A8C6
Decimal180168198
Binary101101001010100011000110
Octal264250306

Shades and tints

Shades of #B4A8C6

#B4A8C6
(180,168,198)
#A499B4
(164,153,180)
#948AA2
(148,138,162)
#847B90
(132,123,144)
#746C7E
(116,108,126)
#645D6C
(100,93,108)
#544E5A
(84,78,90)
#443F48
(68,63,72)
#343036
(52,48,54)
#242124
(36,33,36)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B4A8C6

#B4A8C6
(180,168,198)
#BAAFCB
(186,175,203)
#C0B6D0
(192,182,208)
#C6BDD5
(198,189,213)
#CCC4DA
(204,196,218)
#D2CBDF
(210,203,223)
#D8D2E4
(216,210,228)
#DED9E9
(222,217,233)
#E4E0EE
(228,224,238)
#EAE7F3
(234,231,243)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A8C6 color. Also use rgb(180,168,198) instead hex code.

Text Font Color

.myTextColor { color: #B4A8C6; }

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

This text font color is #B4A8C6.


Background Color

.myBgColor { background-color: #B4A8C6; }

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

This div background color is #B4A8C6.


Border color

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

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

This div border color is #B4A8C6.


Opacity

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

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

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

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

This text has shadow with #B4A8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A8C6 on black background.


Color preview on white background

This text has color #B4A8C6 on white background.



Black color preview on #B4A8C6 background

This text has black color on #B4A8C6 background.


White color preview on #B4A8C6 background

This text has white color on #B4A8C6 background.