COLOR #B0D8BB

HEX: #B0D8BB
RGB: (176,216,187)

Color info

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

RGB color model

#B0D8BB color RGB value is (176,216,187).

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

RGB channels and saturation

R 176 of 255 = 69%
G 216 of 255 = 85%
B 187 of 255 = 73%

176
216
187

R + G + B ~ 76%. #B0D8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 216 + 187 = 579 (100%)
R 176 of 579 ~ 30.4%
G 216 of 579 ~ 37.31%
B 187 of 579 ~ 32.3%

%30.4
%37.31
%32.3

CMYK color model

#B0D8BB color CMYK value is (19,0,13,15).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 15.29%
CMYK:
(19,0,13,15)
C19M0Y13K15 
(19%,0%,13%,15%)
(0.19/0.00/0.13/0.15)	

CMYK percentages

%18.52
%0
%13.43
%15.29

Codes

Color #B0D8BB in popluar color models

B0D8BB
RGB176216187
HSL137°33.90%76.86%
HSB/HSV137°18.52%84.71%
CMYK18.52%0.00%13.43%
15.29%

Color #B0D8BB in popluar number systems.

HEXB0D8BB
Decimal176216187
Binary101100001101100010111011
Octal260330273

Shades and tints

Shades of #B0D8BB

#B0D8BB
(176,216,187)
#A0C5AA
(160,197,170)
#90B299
(144,178,153)
#809F88
(128,159,136)
#708C77
(112,140,119)
#607966
(96,121,102)
#506655
(80,102,85)
#405344
(64,83,68)
#304033
(48,64,51)
#202D22
(32,45,34)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #B0D8BB

#B0D8BB
(176,216,187)
#B7DBC1
(183,219,193)
#BEDEC7
(190,222,199)
#C5E1CD
(197,225,205)
#CCE4D3
(204,228,211)
#D3E7D9
(211,231,217)
#DAEADF
(218,234,223)
#E1EDE5
(225,237,229)
#E8F0EB
(232,240,235)
#EFF3F1
(239,243,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D8BB; }

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

This text font color is #B0D8BB.


Background Color

.myBgColor { background-color: #B0D8BB; }

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

This div background color is #B0D8BB.


Border color

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

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

This div border color is #B0D8BB.


Opacity

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

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

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

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

This text has shadow with #B0D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D8BB on black background.


Color preview on white background

This text has color #B0D8BB on white background.



Black color preview on #B0D8BB background

This text has black color on #B0D8BB background.


White color preview on #B0D8BB background

This text has white color on #B0D8BB background.