COLOR #B0DBC0

HEX: #B0DBC0
RGB: (176,219,192)

Color info

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

RGB color model

#B0DBC0 color RGB value is (176,219,192).

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

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 192 of 255 = 75%

176
219
192

R + G + B ~ 77%. #B0DBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 219 + 192 = 587 (100%)
R 176 of 587 ~ 29.98%
G 219 of 587 ~ 37.31%
B 192 of 587 ~ 32.71%

%29.98
%37.31
%32.71

CMYK color model

#B0DBC0 color CMYK value is (20,0,12,14).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 14.12%
CMYK:
(20,0,12,14)
C20M0Y12K14 
(20%,0%,12%,14%)
(0.20/0.00/0.12/0.14)	

CMYK percentages

%19.63
%0
%12.33
%14.12

Codes

Color #B0DBC0 in popluar color models

B0DBC0
RGB176219192
HSL142°37.39%77.45%
HSB/HSV142°19.63%85.88%
CMYK19.63%0.00%12.33%
14.12%

Color #B0DBC0 in popluar number systems.

HEXB0DBC0
Decimal176219192
Binary101100001101101111000000
Octal260333300

Shades and tints

Shades of #B0DBC0

#B0DBC0
(176,219,192)
#A0C8AF
(160,200,175)
#90B59E
(144,181,158)
#80A28D
(128,162,141)
#708F7C
(112,143,124)
#607C6B
(96,124,107)
#50695A
(80,105,90)
#405649
(64,86,73)
#304338
(48,67,56)
#203027
(32,48,39)
#101D16
(16,29,22)
#000000
(0,0,0)

Tints of #B0DBC0

#B0DBC0
(176,219,192)
#B7DEC5
(183,222,197)
#BEE1CA
(190,225,202)
#C5E4CF
(197,228,207)
#CCE7D4
(204,231,212)
#D3EAD9
(211,234,217)
#DAEDDE
(218,237,222)
#E1F0E3
(225,240,227)
#E8F3E8
(232,243,232)
#EFF6ED
(239,246,237)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DBC0; }

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

This text font color is #B0DBC0.


Background Color

.myBgColor { background-color: #B0DBC0; }

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

This div background color is #B0DBC0.


Border color

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

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

This div border color is #B0DBC0.


Opacity

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

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

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

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

This text has shadow with #B0DBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DBC0 on black background.


Color preview on white background

This text has color #B0DBC0 on white background.



Black color preview on #B0DBC0 background

This text has black color on #B0DBC0 background.


White color preview on #B0DBC0 background

This text has white color on #B0DBC0 background.