COLOR #B0C6AB

HEX: #B0C6AB RGB: (176,198,171)

Color info

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

RGB color model

#B0C6AB color RGB value is (176,198,171).

RGB: (176,198,171) (69%, 78%, 67%)

RGB channels and saturation

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

176
198
171

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

Portions of RGB colors in percentages

R + G + B = 176 + 198 + 171 = 545 (100%)
R 176 of 545 ~ 32.29%
G 198 of 545 ~ 36.33%
B 171 of 545 ~ 31.38'%

%32.29
%36.33
%31.38

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • 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
%13.64
%22.35

Codes

Color #B0C6AB in popluar color models

B0 C6 AB
RGB 176 198 171
HSL 109° 19.15% 72.35%
HSB/HSV 109° 13.64% 77.65%
CMYK 11.11% 0.00% 13.64%
22.35%

Color #B0C6AB in popluar number systems.

HEX B0 C6 AB
Decimal 176 198 171
Binary 10110000 11000110 10101011
Octal 260 306 253

Shades and tints

Shades of #B0C6AB

#B0C6AB
(176,198,171)
#A0B49C
(160,180,156)
#90A28D
(144,162,141)
#80907E
(128,144,126)
#707E6F
(112,126,111)
#606C60
(96,108,96)
#505A51
(80,90,81)
#404842
(64,72,66)
#303633
(48,54,51)
#202424
(32,36,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #B0C6AB

#B0C6AB
(176,198,171)
#B7CBB2
(183,203,178)
#BED0B9
(190,208,185)
#C5D5C0
(197,213,192)
#CCDAC7
(204,218,199)
#D3DFCE
(211,223,206)
#DAE4D5
(218,228,213)
#E1E9DC
(225,233,220)
#E8EEE3
(232,238,227)
#EFF3EA
(239,243,234)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C6AB; }

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

This text font color is #B0C6AB.

Background Color

.myBgColor { background-color: #B0C6AB; }

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

This div background color is #B0C6AB.

Border color

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

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

This div border color is #B0C6AB.

Opacity

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

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

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

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

This text has shadow with #B0C6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C6AB.

Preview

Color preview on black background

This text has color #B0C6AB on black background.


Color preview on white background

This text has color #B0C6AB on white background.


Black color preview on #B0C6AB background

This text has black color on #B0C6AB background.


White color preview on #B0C6AB background

This text has white color on #B0C6AB background.


Related colors

Complementary color

Complementary color for #hex is #4F3954.


I love getcolorcode.com

Triadic colors

1 #ABB0C6 and #C6ABB0 with #B0C6AB are triadic colors.

2 #ABC6B0 and #C6B0AB with #B0C6AB are triadic colors.