COLOR #B0B8CA

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

Color info

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

RGB color model

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

RGB: (176,184,202) (69%, 72%, 79%)

RGB channels and saturation

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

176
184
202

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

Portions of RGB colors in percentages

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

%31.32
%32.74
%35.94

CMYK color model

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

  • cyan value is 12.87%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (13,9,0,21)
C13M9Y0K21 (13%, 9%, 0%, 21%)
(0.13 / 0.09 / 0.00 / 0.21)

CMYK percentages

%12.87
%8.91
%0
%20.78

Codes

Color #B0B8CA in popluar color models

B0 B8 CA
RGB 176 184 202
HSL 222° 19.70% 74.12%
HSB/HSV 222° 12.87% 79.22%
CMYK 12.87% 8.91% 0.00%
20.78%

Color #B0B8CA in popluar number systems.

HEX B0 B8 CA
Decimal 176 184 202
Binary 10110000 10111000 11001010
Octal 260 270 312

Shades and tints

Shades of #B0B8CA

#B0B8CA
(176,184,202)
#A0A8B8
(160,168,184)
#9098A6
(144,152,166)
#808894
(128,136,148)
#707882
(112,120,130)
#606870
(96,104,112)
#50585E
(80,88,94)
#40484C
(64,72,76)
#30383A
(48,56,58)
#202828
(32,40,40)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #B0B8CA

#B0B8CA
(176,184,202)
#B7BECE
(183,190,206)
#BEC4D2
(190,196,210)
#C5CAD6
(197,202,214)
#CCD0DA
(204,208,218)
#D3D6DE
(211,214,222)
#DADCE2
(218,220,226)
#E1E2E6
(225,226,230)
#E8E8EA
(232,232,234)
#EFEEEE
(239,238,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B8CA; }

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

This text font color is #B0B8CA.

Background Color

.myBgColor { background-color: #B0B8CA; }

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

This div background color is #B0B8CA.

Border color

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

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

This div border color is #B0B8CA.

Opacity

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

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

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

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

This text has shadow with #B0B8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B8CA.

Preview

Color preview on black background

This text has color #B0B8CA on black background.


Color preview on white background

This text has color #B0B8CA on white background.


Black color preview on #B0B8CA background

This text has black color on #B0B8CA background.


White color preview on #B0B8CA background

This text has white color on #B0B8CA background.


Related colors

Complementary color

Complementary color for #hex is #4F4735.


I love getcolorcode.com

Triadic colors

1 #CAB0B8 and #B8CAB0 with #B0B8CA are triadic colors.

2 #CAB8B0 and #B8B0CA with #B0B8CA are triadic colors.