COLOR #B0BBD5

HEX: #B0BBD5
RGB: (176,187,213)

Color info

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

RGB color model

#B0BBD5 color RGB value is (176,187,213).

  • red value is 176;
  • green value is 187;
  • blue value is 213.
RGB:
(176,187,213)
(69%,73%,84%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 213 of 255 = 84%

176
187
213

R + G + B ~ 75%. #B0BBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 213 = 576 (100%)
R 176 of 576 ~ 30.56%
G 187 of 576 ~ 32.47%
B 213 of 576 ~ 36.98%

%30.56
%32.47
%36.98

CMYK color model

#B0BBD5 color CMYK value is (17,12,0,16).

  • cyan value is 17.37%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(17,12,0,16)
C17M12Y0K16 
(17%,12%,0%,16%)
(0.17/0.12/0.00/0.16)	

CMYK percentages

%17.37
%12.21
%0
%16.47

Codes

Color #B0BBD5 in popluar color models

B0BBD5
RGB176187213
HSL222°30.58%76.27%
HSB/HSV222°17.37%83.53%
CMYK17.37%12.21%0.00%
16.47%

Color #B0BBD5 in popluar number systems.

HEXB0BBD5
Decimal176187213
Binary101100001011101111010101
Octal260273325

Shades and tints

Shades of #B0BBD5

#B0BBD5
(176,187,213)
#A0AAC2
(160,170,194)
#9099AF
(144,153,175)
#80889C
(128,136,156)
#707789
(112,119,137)
#606676
(96,102,118)
#505563
(80,85,99)
#404450
(64,68,80)
#30333D
(48,51,61)
#20222A
(32,34,42)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #B0BBD5

#B0BBD5
(176,187,213)
#B7C1D8
(183,193,216)
#BEC7DB
(190,199,219)
#C5CDDE
(197,205,222)
#CCD3E1
(204,211,225)
#D3D9E4
(211,217,228)
#DADFE7
(218,223,231)
#E1E5EA
(225,229,234)
#E8EBED
(232,235,237)
#EFF1F0
(239,241,240)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BBD5 color. Also use rgb(176,187,213) instead hex code.

Text Font Color

.myTextColor { color: #B0BBD5; }

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

This text font color is #B0BBD5.


Background Color

.myBgColor { background-color: #B0BBD5; }

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

This div background color is #B0BBD5.


Border color

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

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

This div border color is #B0BBD5.


Opacity

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

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

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

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

This text has shadow with #B0BBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BBD5 on black background.


Color preview on white background

This text has color #B0BBD5 on white background.



Black color preview on #B0BBD5 background

This text has black color on #B0BBD5 background.


White color preview on #B0BBD5 background

This text has white color on #B0BBD5 background.