COLOR #B4BFAA

HEX: #B4BFAA
RGB: (180,191,170)

Color info

#B4BFAA contains red, green and blue colors in about the same proportion. Web safe color of #B4BFAA is #CCCC99 (or #CC9).

RGB color model

#B4BFAA color RGB value is (180,191,170).

  • red value is 180;
  • green value is 191;
  • blue value is 170.
RGB:
(180,191,170)
(71%,75%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 170 of 255 = 67%

180
191
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 191 + 170 = 541 (100%)
R 180 of 541 ~ 33.27%
G 191 of 541 ~ 35.3%
B 170 of 541 ~ 31.42%

%33.27
%35.3
%31.42

CMYK color model

#B4BFAA color CMYK value is (6,0,11,25).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 25.10%
CMYK:
(6,0,11,25)
C6M0Y11K25 
(6%,0%,11%,25%)
(0.06/0.00/0.11/0.25)	

CMYK percentages

%5.76
%0
%10.99
%25.1

Codes

Color #B4BFAA in popluar color models

B4BFAA
RGB180191170
HSL91°14.09%70.78%
HSB/HSV91°10.99%74.90%
CMYK5.76%0.00%10.99%
25.10%

Color #B4BFAA in popluar number systems.

HEXB4BFAA
Decimal180191170
Binary101101001011111110101010
Octal264277252

Shades and tints

Shades of #B4BFAA

#B4BFAA
(180,191,170)
#A4AE9B
(164,174,155)
#949D8C
(148,157,140)
#848C7D
(132,140,125)
#747B6E
(116,123,110)
#646A5F
(100,106,95)
#545950
(84,89,80)
#444841
(68,72,65)
#343732
(52,55,50)
#242623
(36,38,35)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B4BFAA

#B4BFAA
(180,191,170)
#BAC4B1
(186,196,177)
#C0C9B8
(192,201,184)
#C6CEBF
(198,206,191)
#CCD3C6
(204,211,198)
#D2D8CD
(210,216,205)
#D8DDD4
(216,221,212)
#DEE2DB
(222,226,219)
#E4E7E2
(228,231,226)
#EAECE9
(234,236,233)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BFAA color. Also use rgb(180,191,170) instead hex code.

Text Font Color

.myTextColor { color: #B4BFAA; }

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

This text font color is #B4BFAA.


Background Color

.myBgColor { background-color: #B4BFAA; }

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

This div background color is #B4BFAA.


Border color

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

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

This div border color is #B4BFAA.


Opacity

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

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

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

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

This text has shadow with #B4BFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BFAA on black background.


Color preview on white background

This text has color #B4BFAA on white background.



Black color preview on #B4BFAA background

This text has black color on #B4BFAA background.


White color preview on #B4BFAA background

This text has white color on #B4BFAA background.