COLOR #B0CAD3

HEX: #B0CAD3
RGB: (176,202,211)

Color info

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

RGB color model

#B0CAD3 color RGB value is (176,202,211).

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

RGB channels and saturation

R 176 of 255 = 69%
G 202 of 255 = 79%
B 211 of 255 = 83%

176
202
211

R + G + B ~ 77%. #B0CAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 202 + 211 = 589 (100%)
R 176 of 589 ~ 29.88%
G 202 of 589 ~ 34.3%
B 211 of 589 ~ 35.82%

%29.88
%34.3
%35.82

CMYK color model

#B0CAD3 color CMYK value is (17,4,0,17).

  • cyan value is 16.59%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(17,4,0,17)
C17M4Y0K17 
(17%,4%,0%,17%)
(0.17/0.04/0.00/0.17)	

CMYK percentages

%16.59
%4.27
%0
%17.25

Codes

Color #B0CAD3 in popluar color models

B0CAD3
RGB176202211
HSL195°28.46%75.88%
HSB/HSV195°16.59%82.75%
CMYK16.59%4.27%0.00%
17.25%

Color #B0CAD3 in popluar number systems.

HEXB0CAD3
Decimal176202211
Binary101100001100101011010011
Octal260312323

Shades and tints

Shades of #B0CAD3

#B0CAD3
(176,202,211)
#A0B8C0
(160,184,192)
#90A6AD
(144,166,173)
#80949A
(128,148,154)
#708287
(112,130,135)
#607074
(96,112,116)
#505E61
(80,94,97)
#404C4E
(64,76,78)
#303A3B
(48,58,59)
#202828
(32,40,40)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B0CAD3

#B0CAD3
(176,202,211)
#B7CED7
(183,206,215)
#BED2DB
(190,210,219)
#C5D6DF
(197,214,223)
#CCDAE3
(204,218,227)
#D3DEE7
(211,222,231)
#DAE2EB
(218,226,235)
#E1E6EF
(225,230,239)
#E8EAF3
(232,234,243)
#EFEEF7
(239,238,247)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CAD3; }

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

This text font color is #B0CAD3.


Background Color

.myBgColor { background-color: #B0CAD3; }

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

This div background color is #B0CAD3.


Border color

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

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

This div border color is #B0CAD3.


Opacity

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

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

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

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

This text has shadow with #B0CAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CAD3 on black background.


Color preview on white background

This text has color #B0CAD3 on white background.



Black color preview on #B0CAD3 background

This text has black color on #B0CAD3 background.


White color preview on #B0CAD3 background

This text has white color on #B0CAD3 background.