COLOR #B6C9AF

HEX: #B6C9AF
RGB: (182,201,175)

Color info

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

RGB color model

#B6C9AF color RGB value is (182,201,175).

  • red value is 182;
  • green value is 201;
  • blue value is 175.
RGB:
(182,201,175)
(71%,79%,69%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 175 of 255 = 69%

182
201
175

R + G + B ~ 73%. #B6C9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 201 + 175 = 558 (100%)
R 182 of 558 ~ 32.62%
G 201 of 558 ~ 36.02%
B 175 of 558 ~ 31.36%

%32.62
%36.02
%31.36

CMYK color model

#B6C9AF color CMYK value is (9,0,13,21).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK:
(9,0,13,21)
C9M0Y13K21 
(9%,0%,13%,21%)
(0.09/0.00/0.13/0.21)	

CMYK percentages

%9.45
%0
%12.94
%21.18

Codes

Color #B6C9AF in popluar color models

B6C9AF
RGB182201175
HSL104°19.40%73.73%
HSB/HSV104°12.94%78.82%
CMYK9.45%0.00%12.94%
21.18%

Color #B6C9AF in popluar number systems.

HEXB6C9AF
Decimal182201175
Binary101101101100100110101111
Octal266311257

Shades and tints

Shades of #B6C9AF

#B6C9AF
(182,201,175)
#A6B7A0
(166,183,160)
#96A591
(150,165,145)
#869382
(134,147,130)
#768173
(118,129,115)
#666F64
(102,111,100)
#565D55
(86,93,85)
#464B46
(70,75,70)
#363937
(54,57,55)
#262728
(38,39,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #B6C9AF

#B6C9AF
(182,201,175)
#BCCDB6
(188,205,182)
#C2D1BD
(194,209,189)
#C8D5C4
(200,213,196)
#CED9CB
(206,217,203)
#D4DDD2
(212,221,210)
#DAE1D9
(218,225,217)
#E0E5E0
(224,229,224)
#E6E9E7
(230,233,231)
#ECEDEE
(236,237,238)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C9AF; }

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

This text font color is #B6C9AF.


Background Color

.myBgColor { background-color: #B6C9AF; }

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

This div background color is #B6C9AF.


Border color

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

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

This div border color is #B6C9AF.


Opacity

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

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

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

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

This text has shadow with #B6C9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C9AF on black background.


Color preview on white background

This text has color #B6C9AF on white background.



Black color preview on #B6C9AF background

This text has black color on #B6C9AF background.


White color preview on #B6C9AF background

This text has white color on #B6C9AF background.