COLOR #B0B2D1

HEX: #B0B2D1
RGB: (176,178,209)

Color info

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

RGB color model

#B0B2D1 color RGB value is (176,178,209).

  • red value is 176;
  • green value is 178;
  • blue value is 209.
RGB:
(176,178,209)
(69%,70%,82%)

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 209 of 255 = 82%

176
178
209

R + G + B ~ 74%. #B0B2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 178 + 209 = 563 (100%)
R 176 of 563 ~ 31.26%
G 178 of 563 ~ 31.62%
B 209 of 563 ~ 37.12%

%31.26
%31.62
%37.12

CMYK color model

#B0B2D1 color CMYK value is (16,15,0,18).

  • cyan value is 15.79%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,15,0,18)
C16M15Y0K18 
(16%,15%,0%,18%)
(0.16/0.15/0.00/0.18)	

CMYK percentages

%15.79
%14.83
%0
%18.04

Codes

Color #B0B2D1 in popluar color models

B0B2D1
RGB176178209
HSL236°26.40%75.49%
HSB/HSV236°15.79%81.96%
CMYK15.79%14.83%0.00%
18.04%

Color #B0B2D1 in popluar number systems.

HEXB0B2D1
Decimal176178209
Binary101100001011001011010001
Octal260262321

Shades and tints

Shades of #B0B2D1

#B0B2D1
(176,178,209)
#A0A2BE
(160,162,190)
#9092AB
(144,146,171)
#808298
(128,130,152)
#707285
(112,114,133)
#606272
(96,98,114)
#50525F
(80,82,95)
#40424C
(64,66,76)
#303239
(48,50,57)
#202226
(32,34,38)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #B0B2D1

#B0B2D1
(176,178,209)
#B7B9D5
(183,185,213)
#BEC0D9
(190,192,217)
#C5C7DD
(197,199,221)
#CCCEE1
(204,206,225)
#D3D5E5
(211,213,229)
#DADCE9
(218,220,233)
#E1E3ED
(225,227,237)
#E8EAF1
(232,234,241)
#EFF1F5
(239,241,245)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B2D1 color. Also use rgb(176,178,209) instead hex code.

Text Font Color

.myTextColor { color: #B0B2D1; }

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

This text font color is #B0B2D1.


Background Color

.myBgColor { background-color: #B0B2D1; }

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

This div background color is #B0B2D1.


Border color

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

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

This div border color is #B0B2D1.


Opacity

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

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

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

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

This text has shadow with #B0B2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B2D1 on black background.


Color preview on white background

This text has color #B0B2D1 on white background.



Black color preview on #B0B2D1 background

This text has black color on #B0B2D1 background.


White color preview on #B0B2D1 background

This text has white color on #B0B2D1 background.