COLOR #B0DBB7

HEX: #B0DBB7
RGB: (176,219,183)

Color info

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

RGB color model

#B0DBB7 color RGB value is (176,219,183).

  • red value is 176;
  • green value is 219;
  • blue value is 183.
RGB:
(176,219,183)
(69%,86%,72%)

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 183 of 255 = 72%

176
219
183

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

Portions of RGB colors in percentages

R + G + B =
176 + 219 + 183 = 578 (100%)
R 176 of 578 ~ 30.45%
G 219 of 578 ~ 37.89%
B 183 of 578 ~ 31.66%

%30.45
%37.89
%31.66

CMYK color model

#B0DBB7 color CMYK value is (20,0,16,14).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 14.12%
CMYK:
(20,0,16,14)
C20M0Y16K14 
(20%,0%,16%,14%)
(0.20/0.00/0.16/0.14)	

CMYK percentages

%19.63
%0
%16.44
%14.12

Codes

Color #B0DBB7 in popluar color models

B0DBB7
RGB176219183
HSL130°37.39%77.45%
HSB/HSV130°19.63%85.88%
CMYK19.63%0.00%16.44%
14.12%

Color #B0DBB7 in popluar number systems.

HEXB0DBB7
Decimal176219183
Binary101100001101101110110111
Octal260333267

Shades and tints

Shades of #B0DBB7

#B0DBB7
(176,219,183)
#A0C8A7
(160,200,167)
#90B597
(144,181,151)
#80A287
(128,162,135)
#708F77
(112,143,119)
#607C67
(96,124,103)
#506957
(80,105,87)
#405647
(64,86,71)
#304337
(48,67,55)
#203027
(32,48,39)
#101D17
(16,29,23)
#000000
(0,0,0)

Tints of #B0DBB7

#B0DBB7
(176,219,183)
#B7DEBD
(183,222,189)
#BEE1C3
(190,225,195)
#C5E4C9
(197,228,201)
#CCE7CF
(204,231,207)
#D3EAD5
(211,234,213)
#DAEDDB
(218,237,219)
#E1F0E1
(225,240,225)
#E8F3E7
(232,243,231)
#EFF6ED
(239,246,237)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DBB7 color. Also use rgb(176,219,183) instead hex code.

Text Font Color

.myTextColor { color: #B0DBB7; }

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

This text font color is #B0DBB7.


Background Color

.myBgColor { background-color: #B0DBB7; }

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

This div background color is #B0DBB7.


Border color

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

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

This div border color is #B0DBB7.


Opacity

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

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

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

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

This text has shadow with #B0DBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DBB7 on black background.


Color preview on white background

This text has color #B0DBB7 on white background.



Black color preview on #B0DBB7 background

This text has black color on #B0DBB7 background.


White color preview on #B0DBB7 background

This text has white color on #B0DBB7 background.