COLOR #B2D0BC

HEX: #B2D0BC
RGB: (178,208,188)

Color info

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

RGB color model

#B2D0BC color RGB value is (178,208,188).

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

RGB channels and saturation

R 178 of 255 = 70%
G 208 of 255 = 82%
B 188 of 255 = 74%

178
208
188

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

Portions of RGB colors in percentages

R + G + B =
178 + 208 + 188 = 574 (100%)
R 178 of 574 ~ 31.01%
G 208 of 574 ~ 36.24%
B 188 of 574 ~ 32.75%

%31.01
%36.24
%32.75

CMYK color model

#B2D0BC color CMYK value is (14,0,10,18).

  • cyan value is 14.42%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 18.43%
CMYK:
(14,0,10,18)
C14M0Y10K18 
(14%,0%,10%,18%)
(0.14/0.00/0.10/0.18)	

CMYK percentages

%14.42
%0
%9.62
%18.43

Codes

Color #B2D0BC in popluar color models

B2D0BC
RGB178208188
HSL140°24.19%75.69%
HSB/HSV140°14.42%81.57%
CMYK14.42%0.00%9.62%
18.43%

Color #B2D0BC in popluar number systems.

HEXB2D0BC
Decimal178208188
Binary101100101101000010111100
Octal262320274

Shades and tints

Shades of #B2D0BC

#B2D0BC
(178,208,188)
#A2BEAB
(162,190,171)
#92AC9A
(146,172,154)
#829A89
(130,154,137)
#728878
(114,136,120)
#627667
(98,118,103)
#526456
(82,100,86)
#425245
(66,82,69)
#324034
(50,64,52)
#222E23
(34,46,35)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #B2D0BC

#B2D0BC
(178,208,188)
#B9D4C2
(185,212,194)
#C0D8C8
(192,216,200)
#C7DCCE
(199,220,206)
#CEE0D4
(206,224,212)
#D5E4DA
(213,228,218)
#DCE8E0
(220,232,224)
#E3ECE6
(227,236,230)
#EAF0EC
(234,240,236)
#F1F4F2
(241,244,242)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D0BC; }

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

This text font color is #B2D0BC.


Background Color

.myBgColor { background-color: #B2D0BC; }

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

This div background color is #B2D0BC.


Border color

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

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

This div border color is #B2D0BC.


Opacity

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

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

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

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

This text has shadow with #B2D0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D0BC on black background.


Color preview on white background

This text has color #B2D0BC on white background.



Black color preview on #B2D0BC background

This text has black color on #B2D0BC background.


White color preview on #B2D0BC background

This text has white color on #B2D0BC background.