COLOR #B0C6AA

HEX: #B0C6AA
RGB: (176,198,170)

Color info

#B0C6AA contains red, green and blue colors in about the same proportion. Web safe color of #B0C6AA is #99CC99 (or #9C9).

RGB color model

#B0C6AA color RGB value is (176,198,170).

  • red value is 176;
  • green value is 198;
  • blue value is 170.
RGB:
(176,198,170)
(69%,78%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 170 of 255 = 67%

176
198
170

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

Portions of RGB colors in percentages

R + G + B =
176 + 198 + 170 = 544 (100%)
R 176 of 544 ~ 32.35%
G 198 of 544 ~ 36.4%
B 170 of 544 ~ 31.25%

%32.35
%36.4
%31.25

CMYK color model

#B0C6AA color CMYK value is (11,0,14,22).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(11,0,14,22)
C11M0Y14K22 
(11%,0%,14%,22%)
(0.11/0.00/0.14/0.22)	

CMYK percentages

%11.11
%0
%14.14
%22.35

Codes

Color #B0C6AA in popluar color models

B0C6AA
RGB176198170
HSL107°19.72%72.16%
HSB/HSV107°14.14%77.65%
CMYK11.11%0.00%14.14%
22.35%

Color #B0C6AA in popluar number systems.

HEXB0C6AA
Decimal176198170
Binary101100001100011010101010
Octal260306252

Shades and tints

Shades of #B0C6AA

#B0C6AA
(176,198,170)
#A0B49B
(160,180,155)
#90A28C
(144,162,140)
#80907D
(128,144,125)
#707E6E
(112,126,110)
#606C5F
(96,108,95)
#505A50
(80,90,80)
#404841
(64,72,65)
#303632
(48,54,50)
#202423
(32,36,35)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #B0C6AA

#B0C6AA
(176,198,170)
#B7CBB1
(183,203,177)
#BED0B8
(190,208,184)
#C5D5BF
(197,213,191)
#CCDAC6
(204,218,198)
#D3DFCD
(211,223,205)
#DAE4D4
(218,228,212)
#E1E9DB
(225,233,219)
#E8EEE2
(232,238,226)
#EFF3E9
(239,243,233)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C6AA color. Also use rgb(176,198,170) instead hex code.

Text Font Color

.myTextColor { color: #B0C6AA; }

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

This text font color is #B0C6AA.


Background Color

.myBgColor { background-color: #B0C6AA; }

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

This div background color is #B0C6AA.


Border color

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

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

This div border color is #B0C6AA.


Opacity

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

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

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

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

This text has shadow with #B0C6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C6AA on black background.


Color preview on white background

This text has color #B0C6AA on white background.



Black color preview on #B0C6AA background

This text has black color on #B0C6AA background.


White color preview on #B0C6AA background

This text has white color on #B0C6AA background.