COLOR #B6C1AD

HEX: #B6C1AD RGB: (182,193,173)

Color info

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

RGB color model

#B6C1AD color RGB value is (182,193,173).

RGB: (182,193,173) (71%, 76%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 173 of 255 = 68%

182
193
173

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

Portions of RGB colors in percentages

R + G + B = 182 + 193 + 173 = 548 (100%)
R 182 of 548 ~ 33.21%
G 193 of 548 ~ 35.22%
B 173 of 548 ~ 31.57'%

%33.21
%35.22
%31.57

CMYK color model

#B6C1AD color CMYK value is (6,0,10,24).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK: (6,0,10,24) C6M0Y10K24 (6%,0%,10%,24%) (0.06/0.00/0.10/0.24) 

CMYK percentages

%5.7
%0
%10.36
%24.31

Codes

Color #B6C1AD in popluar color models

B6 C1 AD
RGB 182 193 173
HSL 93° 13.89% 71.76%
HSB/HSV 93° 10.36% 75.69%
CMYK 5.70% 0.00% 10.36%
24.31%

Color #B6C1AD in popluar number systems.

HEX B6 C1 AD
Decimal 182 193 173
Binary 10110110 11000001 10101101
Octal 266 301 255

Shades and tints

Shades of #B6C1AD

#B6C1AD
(182,193,173)
#A6B09E
(166,176,158)
#969F8F
(150,159,143)
#868E80
(134,142,128)
#767D71
(118,125,113)
#666C62
(102,108,98)
#565B53
(86,91,83)
#464A44
(70,74,68)
#363935
(54,57,53)
#262826
(38,40,38)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6C1AD

#B6C1AD
(182,193,173)
#BCC6B4
(188,198,180)
#C2CBBB
(194,203,187)
#C8D0C2
(200,208,194)
#CED5C9
(206,213,201)
#D4DAD0
(212,218,208)
#DADFD7
(218,223,215)
#E0E4DE
(224,228,222)
#E6E9E5
(230,233,229)
#ECEEEC
(236,238,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C1AD; }

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

This text font color is #B6C1AD.

Background Color

.myBgColor { background-color: #B6C1AD; }

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

This div background color is #B6C1AD.

Border color

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

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

This div border color is #B6C1AD.

Opacity

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

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

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

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

This text has shadow with #B6C1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C1AD.

Preview

Color preview on black background

This text has color #B6C1AD on black background.


Color preview on white background

This text has color #B6C1AD on white background.


Black color preview on #B6C1AD background

This text has black color on #B6C1AD background.


White color preview on #B6C1AD background

This text has white color on #B6C1AD background.


Related colors

Complementary color

Complementary color for #hex is #493E52.


I love getcolorcode.com

Triadic colors

1 #ADB6C1 and #C1ADB6 with #B6C1AD are triadic colors.

2 #ADC1B6 and #C1B6AD with #B6C1AD are triadic colors.