COLOR #B0DBC3

HEX: #B0DBC3
RGB: (176,219,195)

Color info

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

RGB color model

#B0DBC3 color RGB value is (176,219,195).

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

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 195 of 255 = 76%

176
219
195

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

Portions of RGB colors in percentages

R + G + B =
176 + 219 + 195 = 590 (100%)
R 176 of 590 ~ 29.83%
G 219 of 590 ~ 37.12%
B 195 of 590 ~ 33.05%

%29.83
%37.12
%33.05

CMYK color model

#B0DBC3 color CMYK value is (20,0,11,14).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 14.12%
CMYK:
(20,0,11,14)
C20M0Y11K14 
(20%,0%,11%,14%)
(0.20/0.00/0.11/0.14)	

CMYK percentages

%19.63
%0
%10.96
%14.12

Codes

Color #B0DBC3 in popluar color models

B0DBC3
RGB176219195
HSL147°37.39%77.45%
HSB/HSV147°19.63%85.88%
CMYK19.63%0.00%10.96%
14.12%

Color #B0DBC3 in popluar number systems.

HEXB0DBC3
Decimal176219195
Binary101100001101101111000011
Octal260333303

Shades and tints

Shades of #B0DBC3

#B0DBC3
(176,219,195)
#A0C8B2
(160,200,178)
#90B5A1
(144,181,161)
#80A290
(128,162,144)
#708F7F
(112,143,127)
#607C6E
(96,124,110)
#50695D
(80,105,93)
#40564C
(64,86,76)
#30433B
(48,67,59)
#20302A
(32,48,42)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #B0DBC3

#B0DBC3
(176,219,195)
#B7DEC8
(183,222,200)
#BEE1CD
(190,225,205)
#C5E4D2
(197,228,210)
#CCE7D7
(204,231,215)
#D3EADC
(211,234,220)
#DAEDE1
(218,237,225)
#E1F0E6
(225,240,230)
#E8F3EB
(232,243,235)
#EFF6F0
(239,246,240)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DBC3; }

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

This text font color is #B0DBC3.


Background Color

.myBgColor { background-color: #B0DBC3; }

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

This div background color is #B0DBC3.


Border color

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

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

This div border color is #B0DBC3.


Opacity

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

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

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

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

This text has shadow with #B0DBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DBC3 on black background.


Color preview on white background

This text has color #B0DBC3 on white background.



Black color preview on #B0DBC3 background

This text has black color on #B0DBC3 background.


White color preview on #B0DBC3 background

This text has white color on #B0DBC3 background.