COLOR #B3A8B4

HEX: #B3A8B4
RGB: (179,168,180)

Color info

#B3A8B4 contains red, green and blue colors in about the same proportion. Web safe color of #B3A8B4 is #9999CC (or #99C).

RGB color model

#B3A8B4 color RGB value is (179,168,180).

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

RGB channels and saturation

R 179 of 255 = 70%
G 168 of 255 = 66%
B 180 of 255 = 71%

179
168
180

R + G + B ~ 69%. #B3A8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 168 + 180 = 527 (100%)
R 179 of 527 ~ 33.97%
G 168 of 527 ~ 31.88%
B 180 of 527 ~ 34.16%

%33.97
%31.88
%34.16

CMYK color model

#B3A8B4 color CMYK value is (1,7,0,29).

  • cyan value is 0.56%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(1,7,0,29)
C1M7Y0K29 
(1%,7%,0%,29%)
(0.01/0.07/0.00/0.29)	

CMYK percentages

%0.56
%6.67
%0
%29.41

Codes

Color #B3A8B4 in popluar color models

B3A8B4
RGB179168180
HSL295°7.41%68.24%
HSB/HSV295°6.67%70.59%
CMYK0.56%6.67%0.00%
29.41%

Color #B3A8B4 in popluar number systems.

HEXB3A8B4
Decimal179168180
Binary101100111010100010110100
Octal263250264

Shades and tints

Shades of #B3A8B4

#B3A8B4
(179,168,180)
#A399A4
(163,153,164)
#938A94
(147,138,148)
#837B84
(131,123,132)
#736C74
(115,108,116)
#635D64
(99,93,100)
#534E54
(83,78,84)
#433F44
(67,63,68)
#333034
(51,48,52)
#232124
(35,33,36)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #B3A8B4

#B3A8B4
(179,168,180)
#B9AFBA
(185,175,186)
#BFB6C0
(191,182,192)
#C5BDC6
(197,189,198)
#CBC4CC
(203,196,204)
#D1CBD2
(209,203,210)
#D7D2D8
(215,210,216)
#DDD9DE
(221,217,222)
#E3E0E4
(227,224,228)
#E9E7EA
(233,231,234)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A8B4; }

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

This text font color is #B3A8B4.


Background Color

.myBgColor { background-color: #B3A8B4; }

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

This div background color is #B3A8B4.


Border color

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

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

This div border color is #B3A8B4.


Opacity

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

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

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

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

This text has shadow with #B3A8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A8B4 on black background.


Color preview on white background

This text has color #B3A8B4 on white background.



Black color preview on #B3A8B4 background

This text has black color on #B3A8B4 background.


White color preview on #B3A8B4 background

This text has white color on #B3A8B4 background.