COLOR #B0D2BB

HEX: #B0D2BB
RGB: (176,210,187)

Color info

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

RGB color model

#B0D2BB color RGB value is (176,210,187).

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

RGB channels and saturation

R 176 of 255 = 69%
G 210 of 255 = 82%
B 187 of 255 = 73%

176
210
187

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

Portions of RGB colors in percentages

R + G + B =
176 + 210 + 187 = 573 (100%)
R 176 of 573 ~ 30.72%
G 210 of 573 ~ 36.65%
B 187 of 573 ~ 32.64%

%30.72
%36.65
%32.64

CMYK color model

#B0D2BB color CMYK value is (16,0,11,18).

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(16,0,11,18)
C16M0Y11K18 
(16%,0%,11%,18%)
(0.16/0.00/0.11/0.18)	

CMYK percentages

%16.19
%0
%10.95
%17.65

Codes

Color #B0D2BB in popluar color models

B0D2BB
RGB176210187
HSL139°27.42%75.69%
HSB/HSV139°16.19%82.35%
CMYK16.19%0.00%10.95%
17.65%

Color #B0D2BB in popluar number systems.

HEXB0D2BB
Decimal176210187
Binary101100001101001010111011
Octal260322273

Shades and tints

Shades of #B0D2BB

#B0D2BB
(176,210,187)
#A0BFAA
(160,191,170)
#90AC99
(144,172,153)
#809988
(128,153,136)
#708677
(112,134,119)
#607366
(96,115,102)
#506055
(80,96,85)
#404D44
(64,77,68)
#303A33
(48,58,51)
#202722
(32,39,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #B0D2BB

#B0D2BB
(176,210,187)
#B7D6C1
(183,214,193)
#BEDAC7
(190,218,199)
#C5DECD
(197,222,205)
#CCE2D3
(204,226,211)
#D3E6D9
(211,230,217)
#DAEADF
(218,234,223)
#E1EEE5
(225,238,229)
#E8F2EB
(232,242,235)
#EFF6F1
(239,246,241)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D2BB; }

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

This text font color is #B0D2BB.


Background Color

.myBgColor { background-color: #B0D2BB; }

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

This div background color is #B0D2BB.


Border color

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

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

This div border color is #B0D2BB.


Opacity

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

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

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

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

This text has shadow with #B0D2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D2BB on black background.


Color preview on white background

This text has color #B0D2BB on white background.



Black color preview on #B0D2BB background

This text has black color on #B0D2BB background.


White color preview on #B0D2BB background

This text has white color on #B0D2BB background.