COLOR #B2D8BC

HEX: #B2D8BC
RGB: (178,216,188)

Color info

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

RGB color model

#B2D8BC color RGB value is (178,216,188).

  • red value is 178;
  • green value is 216;
  • blue value is 188.
RGB:
(178,216,188)
(70%,85%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 216 of 255 = 85%
B 188 of 255 = 74%

178
216
188

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

Portions of RGB colors in percentages

R + G + B =
178 + 216 + 188 = 582 (100%)
R 178 of 582 ~ 30.58%
G 216 of 582 ~ 37.11%
B 188 of 582 ~ 32.3%

%30.58
%37.11
%32.3

CMYK color model

#B2D8BC color CMYK value is (18,0,13,15).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 15.29%
CMYK:
(18,0,13,15)
C18M0Y13K15 
(18%,0%,13%,15%)
(0.18/0.00/0.13/0.15)	

CMYK percentages

%17.59
%0
%12.96
%15.29

Codes

Color #B2D8BC in popluar color models

B2D8BC
RGB178216188
HSL136°32.76%77.25%
HSB/HSV136°17.59%84.71%
CMYK17.59%0.00%12.96%
15.29%

Color #B2D8BC in popluar number systems.

HEXB2D8BC
Decimal178216188
Binary101100101101100010111100
Octal262330274

Shades and tints

Shades of #B2D8BC

#B2D8BC
(178,216,188)
#A2C5AB
(162,197,171)
#92B29A
(146,178,154)
#829F89
(130,159,137)
#728C78
(114,140,120)
#627967
(98,121,103)
#526656
(82,102,86)
#425345
(66,83,69)
#324034
(50,64,52)
#222D23
(34,45,35)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #B2D8BC

#B2D8BC
(178,216,188)
#B9DBC2
(185,219,194)
#C0DEC8
(192,222,200)
#C7E1CE
(199,225,206)
#CEE4D4
(206,228,212)
#D5E7DA
(213,231,218)
#DCEAE0
(220,234,224)
#E3EDE6
(227,237,230)
#EAF0EC
(234,240,236)
#F1F3F2
(241,243,242)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D8BC color. Also use rgb(178,216,188) instead hex code.

Text Font Color

.myTextColor { color: #B2D8BC; }

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

This text font color is #B2D8BC.


Background Color

.myBgColor { background-color: #B2D8BC; }

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

This div background color is #B2D8BC.


Border color

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

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

This div border color is #B2D8BC.


Opacity

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

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

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

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

This text has shadow with #B2D8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D8BC on black background.


Color preview on white background

This text has color #B2D8BC on white background.



Black color preview on #B2D8BC background

This text has black color on #B2D8BC background.


White color preview on #B2D8BC background

This text has white color on #B2D8BC background.