COLOR #B0D4BF

HEX: #B0D4BF
RGB: (176,212,191)

Color info

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

RGB color model

#B0D4BF color RGB value is (176,212,191).

  • red value is 176;
  • green value is 212;
  • blue value is 191.
RGB:
(176,212,191)
(69%,83%,75%)

RGB channels and saturation

R 176 of 255 = 69%
G 212 of 255 = 83%
B 191 of 255 = 75%

176
212
191

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

Portions of RGB colors in percentages

R + G + B =
176 + 212 + 191 = 579 (100%)
R 176 of 579 ~ 30.4%
G 212 of 579 ~ 36.61%
B 191 of 579 ~ 32.99%

%30.4
%36.61
%32.99

CMYK color model

#B0D4BF color CMYK value is (17,0,10,17).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(17,0,10,17)
C17M0Y10K17 
(17%,0%,10%,17%)
(0.17/0.00/0.10/0.17)	

CMYK percentages

%16.98
%0
%9.91
%16.86

Codes

Color #B0D4BF in popluar color models

B0D4BF
RGB176212191
HSL145°29.51%76.08%
HSB/HSV145°16.98%83.14%
CMYK16.98%0.00%9.91%
16.86%

Color #B0D4BF in popluar number systems.

HEXB0D4BF
Decimal176212191
Binary101100001101010010111111
Octal260324277

Shades and tints

Shades of #B0D4BF

#B0D4BF
(176,212,191)
#A0C1AE
(160,193,174)
#90AE9D
(144,174,157)
#809B8C
(128,155,140)
#70887B
(112,136,123)
#60756A
(96,117,106)
#506259
(80,98,89)
#404F48
(64,79,72)
#303C37
(48,60,55)
#202926
(32,41,38)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B0D4BF

#B0D4BF
(176,212,191)
#B7D7C4
(183,215,196)
#BEDAC9
(190,218,201)
#C5DDCE
(197,221,206)
#CCE0D3
(204,224,211)
#D3E3D8
(211,227,216)
#DAE6DD
(218,230,221)
#E1E9E2
(225,233,226)
#E8ECE7
(232,236,231)
#EFEFEC
(239,239,236)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D4BF color. Also use rgb(176,212,191) instead hex code.

Text Font Color

.myTextColor { color: #B0D4BF; }

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

This text font color is #B0D4BF.


Background Color

.myBgColor { background-color: #B0D4BF; }

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

This div background color is #B0D4BF.


Border color

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

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

This div border color is #B0D4BF.


Opacity

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

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

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

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

This text has shadow with #B0D4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D4BF on black background.


Color preview on white background

This text has color #B0D4BF on white background.



Black color preview on #B0D4BF background

This text has black color on #B0D4BF background.


White color preview on #B0D4BF background

This text has white color on #B0D4BF background.