COLOR #B4C1AA

HEX: #B4C1AA
RGB: (180,193,170)

Color info

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

RGB color model

#B4C1AA color RGB value is (180,193,170).

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

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 170 of 255 = 67%

180
193
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 170 = 543 (100%)
R 180 of 543 ~ 33.15%
G 193 of 543 ~ 35.54%
B 170 of 543 ~ 31.31%

%33.15
%35.54
%31.31

CMYK color model

#B4C1AA color CMYK value is (7,0,12,24).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 11.92%
  • key color value is 24.31%
CMYK:
(7,0,12,24)
C7M0Y12K24 
(7%,0%,12%,24%)
(0.07/0.00/0.12/0.24)	

CMYK percentages

%6.74
%0
%11.92
%24.31

Codes

Color #B4C1AA in popluar color models

B4C1AA
RGB180193170
HSL94°15.65%71.18%
HSB/HSV94°11.92%75.69%
CMYK6.74%0.00%11.92%
24.31%

Color #B4C1AA in popluar number systems.

HEXB4C1AA
Decimal180193170
Binary101101001100000110101010
Octal264301252

Shades and tints

Shades of #B4C1AA

#B4C1AA
(180,193,170)
#A4B09B
(164,176,155)
#949F8C
(148,159,140)
#848E7D
(132,142,125)
#747D6E
(116,125,110)
#646C5F
(100,108,95)
#545B50
(84,91,80)
#444A41
(68,74,65)
#343932
(52,57,50)
#242823
(36,40,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4C1AA

#B4C1AA
(180,193,170)
#BAC6B1
(186,198,177)
#C0CBB8
(192,203,184)
#C6D0BF
(198,208,191)
#CCD5C6
(204,213,198)
#D2DACD
(210,218,205)
#D8DFD4
(216,223,212)
#DEE4DB
(222,228,219)
#E4E9E2
(228,233,226)
#EAEEE9
(234,238,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1AA; }

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

This text font color is #B4C1AA.


Background Color

.myBgColor { background-color: #B4C1AA; }

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

This div background color is #B4C1AA.


Border color

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

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

This div border color is #B4C1AA.


Opacity

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

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

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

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

This text has shadow with #B4C1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C1AA on black background.


Color preview on white background

This text has color #B4C1AA on white background.



Black color preview on #B4C1AA background

This text has black color on #B4C1AA background.


White color preview on #B4C1AA background

This text has white color on #B4C1AA background.