COLOR #B0C4B3

HEX: #B0C4B3
RGB: (176,196,179)

Color info

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

RGB color model

#B0C4B3 color RGB value is (176,196,179).

  • red value is 176;
  • green value is 196;
  • blue value is 179.
RGB:
(176,196,179)
(69%,77%,70%)

RGB channels and saturation

R 176 of 255 = 69%
G 196 of 255 = 77%
B 179 of 255 = 70%

176
196
179

R + G + B ~ 72%. #B0C4B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 196 + 179 = 551 (100%)
R 176 of 551 ~ 31.94%
G 196 of 551 ~ 35.57%
B 179 of 551 ~ 32.49%

%31.94
%35.57
%32.49

CMYK color model

#B0C4B3 color CMYK value is (10,0,9,23).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 23.14%
CMYK:
(10,0,9,23)
C10M0Y9K23 
(10%,0%,9%,23%)
(0.10/0.00/0.09/0.23)	

CMYK percentages

%10.2
%0
%8.67
%23.14

Codes

Color #B0C4B3 in popluar color models

B0C4B3
RGB176196179
HSL129°14.49%72.94%
HSB/HSV129°10.20%76.86%
CMYK10.20%0.00%8.67%
23.14%

Color #B0C4B3 in popluar number systems.

HEXB0C4B3
Decimal176196179
Binary101100001100010010110011
Octal260304263

Shades and tints

Shades of #B0C4B3

#B0C4B3
(176,196,179)
#A0B3A3
(160,179,163)
#90A293
(144,162,147)
#809183
(128,145,131)
#708073
(112,128,115)
#606F63
(96,111,99)
#505E53
(80,94,83)
#404D43
(64,77,67)
#303C33
(48,60,51)
#202B23
(32,43,35)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #B0C4B3

#B0C4B3
(176,196,179)
#B7C9B9
(183,201,185)
#BECEBF
(190,206,191)
#C5D3C5
(197,211,197)
#CCD8CB
(204,216,203)
#D3DDD1
(211,221,209)
#DAE2D7
(218,226,215)
#E1E7DD
(225,231,221)
#E8ECE3
(232,236,227)
#EFF1E9
(239,241,233)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C4B3 color. Also use rgb(176,196,179) instead hex code.

Text Font Color

.myTextColor { color: #B0C4B3; }

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

This text font color is #B0C4B3.


Background Color

.myBgColor { background-color: #B0C4B3; }

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

This div background color is #B0C4B3.


Border color

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

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

This div border color is #B0C4B3.


Opacity

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

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

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

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

This text has shadow with #B0C4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C4B3 on black background.


Color preview on white background

This text has color #B0C4B3 on white background.



Black color preview on #B0C4B3 background

This text has black color on #B0C4B3 background.


White color preview on #B0C4B3 background

This text has white color on #B0C4B3 background.