COLOR #B0D1BE

HEX: #B0D1BE
RGB: (176,209,190)

Color info

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

RGB color model

#B0D1BE color RGB value is (176,209,190).

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

RGB channels and saturation

R 176 of 255 = 69%
G 209 of 255 = 82%
B 190 of 255 = 75%

176
209
190

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

Portions of RGB colors in percentages

R + G + B =
176 + 209 + 190 = 575 (100%)
R 176 of 575 ~ 30.61%
G 209 of 575 ~ 36.35%
B 190 of 575 ~ 33.04%

%30.61
%36.35
%33.04

CMYK color model

#B0D1BE color CMYK value is (16,0,9,18).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(16,0,9,18)
C16M0Y9K18 
(16%,0%,9%,18%)
(0.16/0.00/0.09/0.18)	

CMYK percentages

%15.79
%0
%9.09
%18.04

Codes

Color #B0D1BE in popluar color models

B0D1BE
RGB176209190
HSL145°26.40%75.49%
HSB/HSV145°15.79%81.96%
CMYK15.79%0.00%9.09%
18.04%

Color #B0D1BE in popluar number systems.

HEXB0D1BE
Decimal176209190
Binary101100001101000110111110
Octal260321276

Shades and tints

Shades of #B0D1BE

#B0D1BE
(176,209,190)
#A0BEAD
(160,190,173)
#90AB9C
(144,171,156)
#80988B
(128,152,139)
#70857A
(112,133,122)
#607269
(96,114,105)
#505F58
(80,95,88)
#404C47
(64,76,71)
#303936
(48,57,54)
#202625
(32,38,37)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B0D1BE

#B0D1BE
(176,209,190)
#B7D5C3
(183,213,195)
#BED9C8
(190,217,200)
#C5DDCD
(197,221,205)
#CCE1D2
(204,225,210)
#D3E5D7
(211,229,215)
#DAE9DC
(218,233,220)
#E1EDE1
(225,237,225)
#E8F1E6
(232,241,230)
#EFF5EB
(239,245,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D1BE; }

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

This text font color is #B0D1BE.


Background Color

.myBgColor { background-color: #B0D1BE; }

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

This div background color is #B0D1BE.


Border color

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

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

This div border color is #B0D1BE.


Opacity

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

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

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

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

This text has shadow with #B0D1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D1BE on black background.


Color preview on white background

This text has color #B0D1BE on white background.



Black color preview on #B0D1BE background

This text has black color on #B0D1BE background.


White color preview on #B0D1BE background

This text has white color on #B0D1BE background.