COLOR #B9C6A8

HEX: #B9C6A8
RGB: (185,198,168)

Color info

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

RGB color model

#B9C6A8 color RGB value is (185,198,168).

  • red value is 185;
  • green value is 198;
  • blue value is 168.
RGB:
(185,198,168)
(73%,78%,66%)

RGB channels and saturation

R 185 of 255 = 73%
G 198 of 255 = 78%
B 168 of 255 = 66%

185
198
168

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

Portions of RGB colors in percentages

R + G + B =
185 + 198 + 168 = 551 (100%)
R 185 of 551 ~ 33.58%
G 198 of 551 ~ 35.93%
B 168 of 551 ~ 30.49%

%33.58
%35.93
%30.49

CMYK color model

#B9C6A8 color CMYK value is (7,0,15,22).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 22.35%
CMYK:
(7,0,15,22)
C7M0Y15K22 
(7%,0%,15%,22%)
(0.07/0.00/0.15/0.22)	

CMYK percentages

%6.57
%0
%15.15
%22.35

Codes

Color #B9C6A8 in popluar color models

B9C6A8
RGB185198168
HSL86°20.83%71.76%
HSB/HSV86°15.15%77.65%
CMYK6.57%0.00%15.15%
22.35%

Color #B9C6A8 in popluar number systems.

HEXB9C6A8
Decimal185198168
Binary101110011100011010101000
Octal271306250

Shades and tints

Shades of #B9C6A8

#B9C6A8
(185,198,168)
#A9B499
(169,180,153)
#99A28A
(153,162,138)
#89907B
(137,144,123)
#797E6C
(121,126,108)
#696C5D
(105,108,93)
#595A4E
(89,90,78)
#49483F
(73,72,63)
#393630
(57,54,48)
#292421
(41,36,33)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #B9C6A8

#B9C6A8
(185,198,168)
#BFCBAF
(191,203,175)
#C5D0B6
(197,208,182)
#CBD5BD
(203,213,189)
#D1DAC4
(209,218,196)
#D7DFCB
(215,223,203)
#DDE4D2
(221,228,210)
#E3E9D9
(227,233,217)
#E9EEE0
(233,238,224)
#EFF3E7
(239,243,231)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C6A8 color. Also use rgb(185,198,168) instead hex code.

Text Font Color

.myTextColor { color: #B9C6A8; }

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

This text font color is #B9C6A8.


Background Color

.myBgColor { background-color: #B9C6A8; }

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

This div background color is #B9C6A8.


Border color

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

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

This div border color is #B9C6A8.


Opacity

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

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

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

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

This text has shadow with #B9C6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C6A8 on black background.


Color preview on white background

This text has color #B9C6A8 on white background.



Black color preview on #B9C6A8 background

This text has black color on #B9C6A8 background.


White color preview on #B9C6A8 background

This text has white color on #B9C6A8 background.