COLOR #B6C9A3

HEX: #B6C9A3 RGB: (182,201,163)

Color info

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

RGB color model

#B6C9A3 color RGB value is (182,201,163).

RGB: (182,201,163) (71%, 79%, 64%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 163 of 255 = 64%

182
201
163

R + G + B ~ 71%. #B6C9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 201 + 163 = 546 (100%)
R 182 of 546 ~ 33.33%
G 201 of 546 ~ 36.81%
B 163 of 546 ~ 29.85'%

%33.33
%36.81
%29.85

CMYK color model

#B6C9A3 color CMYK value is (9,0,19,21).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 21.18%
CMYK: (9,0,19,21) C9M0Y19K21 (9%,0%,19%,21%) (0.09/0.00/0.19/0.21) 

CMYK percentages

%9.45
%0
%18.91
%21.18

Codes

Color #B6C9A3 in popluar color models

B6 C9 A3
RGB 182 201 163
HSL 90° 26.03% 71.37%
HSB/HSV 90° 18.91% 78.82%
CMYK 9.45% 0.00% 18.91%
21.18%

Color #B6C9A3 in popluar number systems.

HEX B6 C9 A3
Decimal 182 201 163
Binary 10110110 11001001 10100011
Octal 266 311 243

Shades and tints

Shades of #B6C9A3

#B6C9A3
(182,201,163)
#A6B795
(166,183,149)
#96A587
(150,165,135)
#869379
(134,147,121)
#76816B
(118,129,107)
#666F5D
(102,111,93)
#565D4F
(86,93,79)
#464B41
(70,75,65)
#363933
(54,57,51)
#262725
(38,39,37)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #B6C9A3

#B6C9A3
(182,201,163)
#BCCDAB
(188,205,171)
#C2D1B3
(194,209,179)
#C8D5BB
(200,213,187)
#CED9C3
(206,217,195)
#D4DDCB
(212,221,203)
#DAE1D3
(218,225,211)
#E0E5DB
(224,229,219)
#E6E9E3
(230,233,227)
#ECEDEB
(236,237,235)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C9A3 color. Also use rgb(182,201,163) instead hex code.

Text Font Color

.myTextColor { color: #B6C9A3; }

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

This text font color is #B6C9A3.

Background Color

.myBgColor { background-color: #B6C9A3; }

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

This div background color is #B6C9A3.

Border color

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

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

This div border color is #B6C9A3.

Opacity

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

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

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

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

This text has shadow with #B6C9A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C9A3.

Preview

Color preview on black background

This text has color #B6C9A3 on black background.


Color preview on white background

This text has color #B6C9A3 on white background.


Black color preview on #B6C9A3 background

This text has black color on #B6C9A3 background.


White color preview on #B6C9A3 background

This text has white color on #B6C9A3 background.


Related colors

Complementary color

Complementary color for #hex is #49365C.


I love getcolorcode.com

Triadic colors

1 #A3B6C9 and #C9A3B6 with #B6C9A3 are triadic colors.

2 #A3C9B6 and #C9B6A3 with #B6C9A3 are triadic colors.