COLOR #B0C5AB

HEX: #B0C5AB RGB: (176,197,171)

Color info

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

RGB color model

#B0C5AB color RGB value is (176,197,171).

RGB: (176,197,171) (69%, 77%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 171 of 255 = 67%

176
197
171

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

Portions of RGB colors in percentages

R + G + B = 176 + 197 + 171 = 544 (100%)
R 176 of 544 ~ 32.35%
G 197 of 544 ~ 36.21%
B 171 of 544 ~ 31.43'%

%32.35
%36.21
%31.43

CMYK color model

#B0C5AB color CMYK value is (11,0,13,23).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 22.75%

CMYK: (11,0,13,23)
C11M0Y13K23 (11%, 0%, 13%, 23%)
(0.11 / 0.00 / 0.13 / 0.23)

CMYK percentages

%10.66
%0
%13.2
%22.75

Codes

Color #B0C5AB in popluar color models

B0 C5 AB
RGB 176 197 171
HSL 108° 18.31% 72.16%
HSB/HSV 108° 13.20% 77.25%
CMYK 10.66% 0.00% 13.20%
22.75%

Color #B0C5AB in popluar number systems.

HEX B0 C5 AB
Decimal 176 197 171
Binary 10110000 11000101 10101011
Octal 260 305 253

Shades and tints

Shades of #B0C5AB

#B0C5AB
(176,197,171)
#A0B49C
(160,180,156)
#90A38D
(144,163,141)
#80927E
(128,146,126)
#70816F
(112,129,111)
#607060
(96,112,96)
#505F51
(80,95,81)
#404E42
(64,78,66)
#303D33
(48,61,51)
#202C24
(32,44,36)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #B0C5AB

#B0C5AB
(176,197,171)
#B7CAB2
(183,202,178)
#BECFB9
(190,207,185)
#C5D4C0
(197,212,192)
#CCD9C7
(204,217,199)
#D3DECE
(211,222,206)
#DAE3D5
(218,227,213)
#E1E8DC
(225,232,220)
#E8EDE3
(232,237,227)
#EFF2EA
(239,242,234)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C5AB; }

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

This text font color is #B0C5AB.

Background Color

.myBgColor { background-color: #B0C5AB; }

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

This div background color is #B0C5AB.

Border color

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

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

This div border color is #B0C5AB.

Opacity

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

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

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

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

This text has shadow with #B0C5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C5AB.

Preview

Color preview on black background

This text has color #B0C5AB on black background.


Color preview on white background

This text has color #B0C5AB on white background.


Black color preview on #B0C5AB background

This text has black color on #B0C5AB background.


White color preview on #B0C5AB background

This text has white color on #B0C5AB background.


Related colors

Complementary color

Complementary color for #hex is #4F3A54.


I love getcolorcode.com

Triadic colors

1 #ABB0C5 and #C5ABB0 with #B0C5AB are triadic colors.

2 #ABC5B0 and #C5B0AB with #B0C5AB are triadic colors.