COLOR #B0D9D1

HEX: #B0D9D1
RGB: (176,217,209)

Color info

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

RGB color model

#B0D9D1 color RGB value is (176,217,209).

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

RGB channels and saturation

R 176 of 255 = 69%
G 217 of 255 = 85%
B 209 of 255 = 82%

176
217
209

R + G + B ~ 79%. #B0D9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 217 + 209 = 602 (100%)
R 176 of 602 ~ 29.24%
G 217 of 602 ~ 36.05%
B 209 of 602 ~ 34.72%

%29.24
%36.05
%34.72

CMYK color model

#B0D9D1 color CMYK value is (19,0,4,15).

  • cyan value is 18.89%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 14.90%
CMYK:
(19,0,4,15)
C19M0Y4K15 
(19%,0%,4%,15%)
(0.19/0.00/0.04/0.15)	

CMYK percentages

%18.89
%0
%3.69
%14.9

Codes

Color #B0D9D1 in popluar color models

B0D9D1
RGB176217209
HSL168°35.04%77.06%
HSB/HSV168°18.89%85.10%
CMYK18.89%0.00%3.69%
14.90%

Color #B0D9D1 in popluar number systems.

HEXB0D9D1
Decimal176217209
Binary101100001101100111010001
Octal260331321

Shades and tints

Shades of #B0D9D1

#B0D9D1
(176,217,209)
#A0C6BE
(160,198,190)
#90B3AB
(144,179,171)
#80A098
(128,160,152)
#708D85
(112,141,133)
#607A72
(96,122,114)
#50675F
(80,103,95)
#40544C
(64,84,76)
#304139
(48,65,57)
#202E26
(32,46,38)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #B0D9D1

#B0D9D1
(176,217,209)
#B7DCD5
(183,220,213)
#BEDFD9
(190,223,217)
#C5E2DD
(197,226,221)
#CCE5E1
(204,229,225)
#D3E8E5
(211,232,229)
#DAEBE9
(218,235,233)
#E1EEED
(225,238,237)
#E8F1F1
(232,241,241)
#EFF4F5
(239,244,245)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D9D1; }

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

This text font color is #B0D9D1.


Background Color

.myBgColor { background-color: #B0D9D1; }

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

This div background color is #B0D9D1.


Border color

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

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

This div border color is #B0D9D1.


Opacity

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

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

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

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

This text has shadow with #B0D9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D9D1 on black background.


Color preview on white background

This text has color #B0D9D1 on white background.



Black color preview on #B0D9D1 background

This text has black color on #B0D9D1 background.


White color preview on #B0D9D1 background

This text has white color on #B0D9D1 background.