COLOR #B6C5AD

HEX: #B6C5AD RGB: (182,197,173)

Color info

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

RGB color model

#B6C5AD color RGB value is (182,197,173).

RGB: (182,197,173) (71%, 77%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 197 of 255 = 77%
B 173 of 255 = 68%

182
197
173

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

Portions of RGB colors in percentages

R + G + B = 182 + 197 + 173 = 552 (100%)
R 182 of 552 ~ 32.97%
G 197 of 552 ~ 35.69%
B 173 of 552 ~ 31.34'%

%32.97
%35.69
%31.34

CMYK color model

#B6C5AD color CMYK value is (8,0,12,23).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 22.75%

CMYK: (8,0,12,23)
C8M0Y12K23 (8%, 0%, 12%, 23%)
(0.08 / 0.00 / 0.12 / 0.23)

CMYK percentages

%7.61
%0
%12.18
%22.75

Codes

Color #B6C5AD in popluar color models

B6 C5 AD
RGB 182 197 173
HSL 98° 17.14% 72.55%
HSB/HSV 98° 12.18% 77.25%
CMYK 7.61% 0.00% 12.18%
22.75%

Color #B6C5AD in popluar number systems.

HEX B6 C5 AD
Decimal 182 197 173
Binary 10110110 11000101 10101101
Octal 266 305 255

Shades and tints

Shades of #B6C5AD

#B6C5AD
(182,197,173)
#A6B49E
(166,180,158)
#96A38F
(150,163,143)
#869280
(134,146,128)
#768171
(118,129,113)
#667062
(102,112,98)
#565F53
(86,95,83)
#464E44
(70,78,68)
#363D35
(54,61,53)
#262C26
(38,44,38)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #B6C5AD

#B6C5AD
(182,197,173)
#BCCAB4
(188,202,180)
#C2CFBB
(194,207,187)
#C8D4C2
(200,212,194)
#CED9C9
(206,217,201)
#D4DED0
(212,222,208)
#DAE3D7
(218,227,215)
#E0E8DE
(224,232,222)
#E6EDE5
(230,237,229)
#ECF2EC
(236,242,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C5AD; }

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

This text font color is #B6C5AD.

Background Color

.myBgColor { background-color: #B6C5AD; }

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

This div background color is #B6C5AD.

Border color

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

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

This div border color is #B6C5AD.

Opacity

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

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

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

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

This text has shadow with #B6C5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C5AD.

Preview

Color preview on black background

This text has color #B6C5AD on black background.


Color preview on white background

This text has color #B6C5AD on white background.


Black color preview on #B6C5AD background

This text has black color on #B6C5AD background.


White color preview on #B6C5AD background

This text has white color on #B6C5AD background.


Related colors

Complementary color

Complementary color for #hex is #493A52.


I love getcolorcode.com

Triadic colors

1 #ADB6C5 and #C5ADB6 with #B6C5AD are triadic colors.

2 #ADC5B6 and #C5B6AD with #B6C5AD are triadic colors.