COLOR #B0D0BD

HEX: #B0D0BD
RGB: (176,208,189)

Color info

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

RGB color model

#B0D0BD color RGB value is (176,208,189).

  • red value is 176;
  • green value is 208;
  • blue value is 189.
RGB:
(176,208,189)
(69%,82%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 208 of 255 = 82%
B 189 of 255 = 74%

176
208
189

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

Portions of RGB colors in percentages

R + G + B =
176 + 208 + 189 = 573 (100%)
R 176 of 573 ~ 30.72%
G 208 of 573 ~ 36.3%
B 189 of 573 ~ 32.98%

%30.72
%36.3
%32.98

CMYK color model

#B0D0BD color CMYK value is (15,0,9,18).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(15,0,9,18)
C15M0Y9K18 
(15%,0%,9%,18%)
(0.15/0.00/0.09/0.18)	

CMYK percentages

%15.38
%0
%9.13
%18.43

Codes

Color #B0D0BD in popluar color models

B0D0BD
RGB176208189
HSL144°25.40%75.29%
HSB/HSV144°15.38%81.57%
CMYK15.38%0.00%9.13%
18.43%

Color #B0D0BD in popluar number systems.

HEXB0D0BD
Decimal176208189
Binary101100001101000010111101
Octal260320275

Shades and tints

Shades of #B0D0BD

#B0D0BD
(176,208,189)
#A0BEAC
(160,190,172)
#90AC9B
(144,172,155)
#809A8A
(128,154,138)
#708879
(112,136,121)
#607668
(96,118,104)
#506457
(80,100,87)
#405246
(64,82,70)
#304035
(48,64,53)
#202E24
(32,46,36)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #B0D0BD

#B0D0BD
(176,208,189)
#B7D4C3
(183,212,195)
#BED8C9
(190,216,201)
#C5DCCF
(197,220,207)
#CCE0D5
(204,224,213)
#D3E4DB
(211,228,219)
#DAE8E1
(218,232,225)
#E1ECE7
(225,236,231)
#E8F0ED
(232,240,237)
#EFF4F3
(239,244,243)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D0BD color. Also use rgb(176,208,189) instead hex code.

Text Font Color

.myTextColor { color: #B0D0BD; }

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

This text font color is #B0D0BD.


Background Color

.myBgColor { background-color: #B0D0BD; }

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

This div background color is #B0D0BD.


Border color

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

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

This div border color is #B0D0BD.


Opacity

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

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

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

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

This text has shadow with #B0D0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D0BD on black background.


Color preview on white background

This text has color #B0D0BD on white background.



Black color preview on #B0D0BD background

This text has black color on #B0D0BD background.


White color preview on #B0D0BD background

This text has white color on #B0D0BD background.