COLOR #B0C9B2

HEX: #B0C9B2 RGB: (176,201,178)

Color info

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

RGB color model

#B0C9B2 color RGB value is (176,201,178).

RGB: (176,201,178) (69%, 79%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 178 of 255 = 70%

176
201
178

R + G + B ~ 73%. #B0C9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 201 + 178 = 555 (100%)
R 176 of 555 ~ 31.71%
G 201 of 555 ~ 36.22%
B 178 of 555 ~ 32.07'%

%31.71
%36.22
%32.07

CMYK color model

#B0C9B2 color CMYK value is (12,0,11,21).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 11.44%
  • key color value is 21.18%

CMYK: (12,0,11,21)
C12M0Y11K21 (12%, 0%, 11%, 21%)
(0.12 / 0.00 / 0.11 / 0.21)

CMYK percentages

%12.44
%0
%11.44
%21.18

Codes

Color #B0C9B2 in popluar color models

B0 C9 B2
RGB 176 201 178
HSL 125° 18.80% 73.92%
HSB/HSV 125° 12.44% 78.82%
CMYK 12.44% 0.00% 11.44%
21.18%

Color #B0C9B2 in popluar number systems.

HEX B0 C9 B2
Decimal 176 201 178
Binary 10110000 11001001 10110010
Octal 260 311 262

Shades and tints

Shades of #B0C9B2

#B0C9B2
(176,201,178)
#A0B7A2
(160,183,162)
#90A592
(144,165,146)
#809382
(128,147,130)
#708172
(112,129,114)
#606F62
(96,111,98)
#505D52
(80,93,82)
#404B42
(64,75,66)
#303932
(48,57,50)
#202722
(32,39,34)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #B0C9B2

#B0C9B2
(176,201,178)
#B7CDB9
(183,205,185)
#BED1C0
(190,209,192)
#C5D5C7
(197,213,199)
#CCD9CE
(204,217,206)
#D3DDD5
(211,221,213)
#DAE1DC
(218,225,220)
#E1E5E3
(225,229,227)
#E8E9EA
(232,233,234)
#EFEDF1
(239,237,241)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C9B2 color. Also use rgb(176,201,178) instead hex code.

Text Font Color

.myTextColor { color: #B0C9B2; }

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

This text font color is #B0C9B2.

Background Color

.myBgColor { background-color: #B0C9B2; }

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

This div background color is #B0C9B2.

Border color

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

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

This div border color is #B0C9B2.

Opacity

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

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

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

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

This text has shadow with #B0C9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C9B2.

Preview

Color preview on black background

This text has color #B0C9B2 on black background.


Color preview on white background

This text has color #B0C9B2 on white background.


Black color preview on #B0C9B2 background

This text has black color on #B0C9B2 background.


White color preview on #B0C9B2 background

This text has white color on #B0C9B2 background.


Related colors

Complementary color

Complementary color for #hex is #4F364D.


I love getcolorcode.com

Triadic colors

1 #B2B0C9 and #C9B2B0 with #B0C9B2 are triadic colors.

2 #B2C9B0 and #C9B0B2 with #B0C9B2 are triadic colors.