COLOR #B6C6AD

HEX: #B6C6AD
RGB: (182,198,173)

Color info

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

RGB color model

#B6C6AD color RGB value is (182,198,173).

  • red value is 182;
  • green value is 198;
  • blue value is 173.
RGB:
(182,198,173)
(71%,78%,68%)

RGB channels and saturation

R 182 of 255 = 71%
G 198 of 255 = 78%
B 173 of 255 = 68%

182
198
173

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

Portions of RGB colors in percentages

R + G + B =
182 + 198 + 173 = 553 (100%)
R 182 of 553 ~ 32.91%
G 198 of 553 ~ 35.8%
B 173 of 553 ~ 31.28%

%32.91
%35.8
%31.28

CMYK color model

#B6C6AD color CMYK value is (8,0,13,22).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(8,0,13,22)
C8M0Y13K22 
(8%,0%,13%,22%)
(0.08/0.00/0.13/0.22)	

CMYK percentages

%8.08
%0
%12.63
%22.35

Codes

Color #B6C6AD in popluar color models

B6C6AD
RGB182198173
HSL98°17.99%72.75%
HSB/HSV98°12.63%77.65%
CMYK8.08%0.00%12.63%
22.35%

Color #B6C6AD in popluar number systems.

HEXB6C6AD
Decimal182198173
Binary101101101100011010101101
Octal266306255

Shades and tints

Shades of #B6C6AD

#B6C6AD
(182,198,173)
#A6B49E
(166,180,158)
#96A28F
(150,162,143)
#869080
(134,144,128)
#767E71
(118,126,113)
#666C62
(102,108,98)
#565A53
(86,90,83)
#464844
(70,72,68)
#363635
(54,54,53)
#262426
(38,36,38)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #B6C6AD

#B6C6AD
(182,198,173)
#BCCBB4
(188,203,180)
#C2D0BB
(194,208,187)
#C8D5C2
(200,213,194)
#CEDAC9
(206,218,201)
#D4DFD0
(212,223,208)
#DAE4D7
(218,228,215)
#E0E9DE
(224,233,222)
#E6EEE5
(230,238,229)
#ECF3EC
(236,243,236)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C6AD color. Also use rgb(182,198,173) instead hex code.

Text Font Color

.myTextColor { color: #B6C6AD; }

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

This text font color is #B6C6AD.


Background Color

.myBgColor { background-color: #B6C6AD; }

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

This div background color is #B6C6AD.


Border color

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

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

This div border color is #B6C6AD.


Opacity

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

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

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

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

This text has shadow with #B6C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C6AD on black background.


Color preview on white background

This text has color #B6C6AD on white background.



Black color preview on #B6C6AD background

This text has black color on #B6C6AD background.


White color preview on #B6C6AD background

This text has white color on #B6C6AD background.