COLOR #B0CAB8

HEX: #B0CAB8
RGB: (176,202,184)

Color info

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

RGB color model

#B0CAB8 color RGB value is (176,202,184).

  • red value is 176;
  • green value is 202;
  • blue value is 184.
RGB:
(176,202,184)
(69%,79%,72%)

RGB channels and saturation

R 176 of 255 = 69%
G 202 of 255 = 79%
B 184 of 255 = 72%

176
202
184

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

Portions of RGB colors in percentages

R + G + B =
176 + 202 + 184 = 562 (100%)
R 176 of 562 ~ 31.32%
G 202 of 562 ~ 35.94%
B 184 of 562 ~ 32.74%

%31.32
%35.94
%32.74

CMYK color model

#B0CAB8 color CMYK value is (13,0,9,21).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 20.78%
CMYK:
(13,0,9,21)
C13M0Y9K21 
(13%,0%,9%,21%)
(0.13/0.00/0.09/0.21)	

CMYK percentages

%12.87
%0
%8.91
%20.78

Codes

Color #B0CAB8 in popluar color models

B0CAB8
RGB176202184
HSL138°19.70%74.12%
HSB/HSV138°12.87%79.22%
CMYK12.87%0.00%8.91%
20.78%

Color #B0CAB8 in popluar number systems.

HEXB0CAB8
Decimal176202184
Binary101100001100101010111000
Octal260312270

Shades and tints

Shades of #B0CAB8

#B0CAB8
(176,202,184)
#A0B8A8
(160,184,168)
#90A698
(144,166,152)
#809488
(128,148,136)
#708278
(112,130,120)
#607068
(96,112,104)
#505E58
(80,94,88)
#404C48
(64,76,72)
#303A38
(48,58,56)
#202828
(32,40,40)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B0CAB8

#B0CAB8
(176,202,184)
#B7CEBE
(183,206,190)
#BED2C4
(190,210,196)
#C5D6CA
(197,214,202)
#CCDAD0
(204,218,208)
#D3DED6
(211,222,214)
#DAE2DC
(218,226,220)
#E1E6E2
(225,230,226)
#E8EAE8
(232,234,232)
#EFEEEE
(239,238,238)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CAB8 color. Also use rgb(176,202,184) instead hex code.

Text Font Color

.myTextColor { color: #B0CAB8; }

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

This text font color is #B0CAB8.


Background Color

.myBgColor { background-color: #B0CAB8; }

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

This div background color is #B0CAB8.


Border color

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

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

This div border color is #B0CAB8.


Opacity

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

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

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

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

This text has shadow with #B0CAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CAB8 on black background.


Color preview on white background

This text has color #B0CAB8 on white background.



Black color preview on #B0CAB8 background

This text has black color on #B0CAB8 background.


White color preview on #B0CAB8 background

This text has white color on #B0CAB8 background.