COLOR #B6C4AA

HEX: #B6C4AA
RGB: (182,196,170)

Color info

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

RGB color model

#B6C4AA color RGB value is (182,196,170).

  • red value is 182;
  • green value is 196;
  • blue value is 170.
RGB:
(182,196,170)
(71%,77%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 170 of 255 = 67%

182
196
170

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

Portions of RGB colors in percentages

R + G + B =
182 + 196 + 170 = 548 (100%)
R 182 of 548 ~ 33.21%
G 196 of 548 ~ 35.77%
B 170 of 548 ~ 31.02%

%33.21
%35.77
%31.02

CMYK color model

#B6C4AA color CMYK value is (7,0,13,23).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 23.14%
CMYK:
(7,0,13,23)
C7M0Y13K23 
(7%,0%,13%,23%)
(0.07/0.00/0.13/0.23)	

CMYK percentages

%7.14
%0
%13.27
%23.14

Codes

Color #B6C4AA in popluar color models

B6C4AA
RGB182196170
HSL92°18.06%71.76%
HSB/HSV92°13.27%76.86%
CMYK7.14%0.00%13.27%
23.14%

Color #B6C4AA in popluar number systems.

HEXB6C4AA
Decimal182196170
Binary101101101100010010101010
Octal266304252

Shades and tints

Shades of #B6C4AA

#B6C4AA
(182,196,170)
#A6B39B
(166,179,155)
#96A28C
(150,162,140)
#86917D
(134,145,125)
#76806E
(118,128,110)
#666F5F
(102,111,95)
#565E50
(86,94,80)
#464D41
(70,77,65)
#363C32
(54,60,50)
#262B23
(38,43,35)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #B6C4AA

#B6C4AA
(182,196,170)
#BCC9B1
(188,201,177)
#C2CEB8
(194,206,184)
#C8D3BF
(200,211,191)
#CED8C6
(206,216,198)
#D4DDCD
(212,221,205)
#DAE2D4
(218,226,212)
#E0E7DB
(224,231,219)
#E6ECE2
(230,236,226)
#ECF1E9
(236,241,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C4AA color. Also use rgb(182,196,170) instead hex code.

Text Font Color

.myTextColor { color: #B6C4AA; }

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

This text font color is #B6C4AA.


Background Color

.myBgColor { background-color: #B6C4AA; }

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

This div background color is #B6C4AA.


Border color

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

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

This div border color is #B6C4AA.


Opacity

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

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

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

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

This text has shadow with #B6C4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C4AA on black background.


Color preview on white background

This text has color #B6C4AA on white background.



Black color preview on #B6C4AA background

This text has black color on #B6C4AA background.


White color preview on #B6C4AA background

This text has white color on #B6C4AA background.