COLOR #B6C5A8

HEX: #B6C5A8
RGB: (182,197,168)

Color info

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

RGB color model

#B6C5A8 color RGB value is (182,197,168).

  • red value is 182;
  • green value is 197;
  • blue value is 168.
RGB:
(182,197,168)
(71%,77%,66%)

RGB channels and saturation

R 182 of 255 = 71%
G 197 of 255 = 77%
B 168 of 255 = 66%

182
197
168

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

Portions of RGB colors in percentages

R + G + B =
182 + 197 + 168 = 547 (100%)
R 182 of 547 ~ 33.27%
G 197 of 547 ~ 36.01%
B 168 of 547 ~ 30.71%

%33.27
%36.01
%30.71

CMYK color model

#B6C5A8 color CMYK value is (8,0,15,23).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 22.75%
CMYK:
(8,0,15,23)
C8M0Y15K23 
(8%,0%,15%,23%)
(0.08/0.00/0.15/0.23)	

CMYK percentages

%7.61
%0
%14.72
%22.75

Codes

Color #B6C5A8 in popluar color models

B6C5A8
RGB182197168
HSL91°20.00%71.57%
HSB/HSV91°14.72%77.25%
CMYK7.61%0.00%14.72%
22.75%

Color #B6C5A8 in popluar number systems.

HEXB6C5A8
Decimal182197168
Binary101101101100010110101000
Octal266305250

Shades and tints

Shades of #B6C5A8

#B6C5A8
(182,197,168)
#A6B499
(166,180,153)
#96A38A
(150,163,138)
#86927B
(134,146,123)
#76816C
(118,129,108)
#66705D
(102,112,93)
#565F4E
(86,95,78)
#464E3F
(70,78,63)
#363D30
(54,61,48)
#262C21
(38,44,33)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #B6C5A8

#B6C5A8
(182,197,168)
#BCCAAF
(188,202,175)
#C2CFB6
(194,207,182)
#C8D4BD
(200,212,189)
#CED9C4
(206,217,196)
#D4DECB
(212,222,203)
#DAE3D2
(218,227,210)
#E0E8D9
(224,232,217)
#E6EDE0
(230,237,224)
#ECF2E7
(236,242,231)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C5A8; }

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

This text font color is #B6C5A8.


Background Color

.myBgColor { background-color: #B6C5A8; }

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

This div background color is #B6C5A8.


Border color

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

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

This div border color is #B6C5A8.


Opacity

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

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

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

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

This text has shadow with #B6C5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C5A8 on black background.


Color preview on white background

This text has color #B6C5A8 on white background.



Black color preview on #B6C5A8 background

This text has black color on #B6C5A8 background.


White color preview on #B6C5A8 background

This text has white color on #B6C5A8 background.