COLOR #B0D6BC

HEX: #B0D6BC RGB: (176,214,188)

Color info

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

RGB color model

#B0D6BC color RGB value is (176,214,188).

RGB: (176,214,188) (69%, 84%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 214 of 255 = 84%
B 188 of 255 = 74%

176
214
188

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

Portions of RGB colors in percentages

R + G + B = 176 + 214 + 188 = 578 (100%)
R 176 of 578 ~ 30.45%
G 214 of 578 ~ 37.02%
B 188 of 578 ~ 32.53'%

%30.45
%37.02
%32.53

CMYK color model

#B0D6BC color CMYK value is (18,0,12,16).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 16.08%

CMYK: (18,0,12,16)
C18M0Y12K16 (18%, 0%, 12%, 16%)
(0.18 / 0.00 / 0.12 / 0.16)

CMYK percentages

%17.76
%0
%12.15
%16.08

Codes

Color #B0D6BC in popluar color models

B0 D6 BC
RGB 176 214 188
HSL 139° 31.67% 76.47%
HSB/HSV 139° 17.76% 83.92%
CMYK 17.76% 0.00% 12.15%
16.08%

Color #B0D6BC in popluar number systems.

HEX B0 D6 BC
Decimal 176 214 188
Binary 10110000 11010110 10111100
Octal 260 326 274

Shades and tints

Shades of #B0D6BC

#B0D6BC
(176,214,188)
#A0C3AB
(160,195,171)
#90B09A
(144,176,154)
#809D89
(128,157,137)
#708A78
(112,138,120)
#607767
(96,119,103)
#506456
(80,100,86)
#405145
(64,81,69)
#303E34
(48,62,52)
#202B23
(32,43,35)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #B0D6BC

#B0D6BC
(176,214,188)
#B7D9C2
(183,217,194)
#BEDCC8
(190,220,200)
#C5DFCE
(197,223,206)
#CCE2D4
(204,226,212)
#D3E5DA
(211,229,218)
#DAE8E0
(218,232,224)
#E1EBE6
(225,235,230)
#E8EEEC
(232,238,236)
#EFF1F2
(239,241,242)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D6BC color. Also use rgb(176,214,188) instead hex code.

Text Font Color

.myTextColor { color: #B0D6BC; }

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

This text font color is #B0D6BC.

Background Color

.myBgColor { background-color: #B0D6BC; }

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

This div background color is #B0D6BC.

Border color

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

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

This div border color is #B0D6BC.

Opacity

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

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

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

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

This text has shadow with #B0D6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D6BC.

Preview

Color preview on black background

This text has color #B0D6BC on black background.


Color preview on white background

This text has color #B0D6BC on white background.


Black color preview on #B0D6BC background

This text has black color on #B0D6BC background.


White color preview on #B0D6BC background

This text has white color on #B0D6BC background.


Related colors

Complementary color

Complementary color for #hex is #4F2943.


I love getcolorcode.com

Triadic colors

1 #BCB0D6 and #D6BCB0 with #B0D6BC are triadic colors.

2 #BCD6B0 and #D6B0BC with #B0D6BC are triadic colors.