COLOR #B4C6AA

HEX: #B4C6AA
RGB: (180,198,170)

Color info

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

RGB color model

#B4C6AA color RGB value is (180,198,170).

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

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 170 of 255 = 67%

180
198
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 170 = 548 (100%)
R 180 of 548 ~ 32.85%
G 198 of 548 ~ 36.13%
B 170 of 548 ~ 31.02%

%32.85
%36.13
%31.02

CMYK color model

#B4C6AA color CMYK value is (9,0,14,22).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(9,0,14,22)
C9M0Y14K22 
(9%,0%,14%,22%)
(0.09/0.00/0.14/0.22)	

CMYK percentages

%9.09
%0
%14.14
%22.35

Codes

Color #B4C6AA in popluar color models

B4C6AA
RGB180198170
HSL99°19.72%72.16%
HSB/HSV99°14.14%77.65%
CMYK9.09%0.00%14.14%
22.35%

Color #B4C6AA in popluar number systems.

HEXB4C6AA
Decimal180198170
Binary101101001100011010101010
Octal264306252

Shades and tints

Shades of #B4C6AA

#B4C6AA
(180,198,170)
#A4B49B
(164,180,155)
#94A28C
(148,162,140)
#84907D
(132,144,125)
#747E6E
(116,126,110)
#646C5F
(100,108,95)
#545A50
(84,90,80)
#444841
(68,72,65)
#343632
(52,54,50)
#242423
(36,36,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B4C6AA

#B4C6AA
(180,198,170)
#BACBB1
(186,203,177)
#C0D0B8
(192,208,184)
#C6D5BF
(198,213,191)
#CCDAC6
(204,218,198)
#D2DFCD
(210,223,205)
#D8E4D4
(216,228,212)
#DEE9DB
(222,233,219)
#E4EEE2
(228,238,226)
#EAF3E9
(234,243,233)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C6AA; }

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

This text font color is #B4C6AA.


Background Color

.myBgColor { background-color: #B4C6AA; }

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

This div background color is #B4C6AA.


Border color

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

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

This div border color is #B4C6AA.


Opacity

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

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

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

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

This text has shadow with #B4C6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C6AA on black background.


Color preview on white background

This text has color #B4C6AA on white background.



Black color preview on #B4C6AA background

This text has black color on #B4C6AA background.


White color preview on #B4C6AA background

This text has white color on #B4C6AA background.