COLOR #B0C4BA

HEX: #B0C4BA RGB: (176,196,186)

Color info

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

RGB color model

#B0C4BA color RGB value is (176,196,186).

RGB: (176,196,186) (69%, 77%, 73%)

RGB channels and saturation

R 176 of 255 = 69%
G 196 of 255 = 77%
B 186 of 255 = 73%

176
196
186

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

Portions of RGB colors in percentages

R + G + B = 176 + 196 + 186 = 558 (100%)
R 176 of 558 ~ 31.54%
G 196 of 558 ~ 35.13%
B 186 of 558 ~ 33.33'%

%31.54
%35.13
%33.33

CMYK color model

#B0C4BA color CMYK value is (10,0,5,23).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK: (10,0,5,23) C10M0Y5K23 (10%,0%,5%,23%) (0.10/0.00/0.05/0.23) 

CMYK percentages

%10.2
%0
%5.1
%23.14

Codes

Color #B0C4BA in popluar color models

B0 C4 BA
RGB 176 196 186
HSL 150° 14.49% 72.94%
HSB/HSV 150° 10.20% 76.86%
CMYK 10.20% 0.00% 5.10%
23.14%

Color #B0C4BA in popluar number systems.

HEX B0 C4 BA
Decimal 176 196 186
Binary 10110000 11000100 10111010
Octal 260 304 272

Shades and tints

Shades of #B0C4BA

#B0C4BA
(176,196,186)
#A0B3AA
(160,179,170)
#90A29A
(144,162,154)
#80918A
(128,145,138)
#70807A
(112,128,122)
#606F6A
(96,111,106)
#505E5A
(80,94,90)
#404D4A
(64,77,74)
#303C3A
(48,60,58)
#202B2A
(32,43,42)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #B0C4BA

#B0C4BA
(176,196,186)
#B7C9C0
(183,201,192)
#BECEC6
(190,206,198)
#C5D3CC
(197,211,204)
#CCD8D2
(204,216,210)
#D3DDD8
(211,221,216)
#DAE2DE
(218,226,222)
#E1E7E4
(225,231,228)
#E8ECEA
(232,236,234)
#EFF1F0
(239,241,240)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C4BA; }

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

This text font color is #B0C4BA.

Background Color

.myBgColor { background-color: #B0C4BA; }

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

This div background color is #B0C4BA.

Border color

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

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

This div border color is #B0C4BA.

Opacity

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

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

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

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

This text has shadow with #B0C4BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C4BA.

Preview

Color preview on black background

This text has color #B0C4BA on black background.


Color preview on white background

This text has color #B0C4BA on white background.


Black color preview on #B0C4BA background

This text has black color on #B0C4BA background.


White color preview on #B0C4BA background

This text has white color on #B0C4BA background.


Related colors

Complementary color

Complementary color for #hex is #4F3B45.


I love getcolorcode.com

Triadic colors

1 #BAB0C4 and #C4BAB0 with #B0C4BA are triadic colors.

2 #BAC4B0 and #C4B0BA with #B0C4BA are triadic colors.