COLOR #B2D0BA

HEX: #B2D0BA
RGB: (178,208,186)

Color info

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

RGB color model

#B2D0BA color RGB value is (178,208,186).

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

RGB channels and saturation

R 178 of 255 = 70%
G 208 of 255 = 82%
B 186 of 255 = 73%

178
208
186

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

Portions of RGB colors in percentages

R + G + B =
178 + 208 + 186 = 572 (100%)
R 178 of 572 ~ 31.12%
G 208 of 572 ~ 36.36%
B 186 of 572 ~ 32.52%

%31.12
%36.36
%32.52

CMYK color model

#B2D0BA color CMYK value is (14,0,11,18).

  • cyan value is 14.42%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 18.43%
CMYK:
(14,0,11,18)
C14M0Y11K18 
(14%,0%,11%,18%)
(0.14/0.00/0.11/0.18)	

CMYK percentages

%14.42
%0
%10.58
%18.43

Codes

Color #B2D0BA in popluar color models

B2D0BA
RGB178208186
HSL136°24.19%75.69%
HSB/HSV136°14.42%81.57%
CMYK14.42%0.00%10.58%
18.43%

Color #B2D0BA in popluar number systems.

HEXB2D0BA
Decimal178208186
Binary101100101101000010111010
Octal262320272

Shades and tints

Shades of #B2D0BA

#B2D0BA
(178,208,186)
#A2BEAA
(162,190,170)
#92AC9A
(146,172,154)
#829A8A
(130,154,138)
#72887A
(114,136,122)
#62766A
(98,118,106)
#52645A
(82,100,90)
#42524A
(66,82,74)
#32403A
(50,64,58)
#222E2A
(34,46,42)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #B2D0BA

#B2D0BA
(178,208,186)
#B9D4C0
(185,212,192)
#C0D8C6
(192,216,198)
#C7DCCC
(199,220,204)
#CEE0D2
(206,224,210)
#D5E4D8
(213,228,216)
#DCE8DE
(220,232,222)
#E3ECE4
(227,236,228)
#EAF0EA
(234,240,234)
#F1F4F0
(241,244,240)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D0BA; }

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

This text font color is #B2D0BA.


Background Color

.myBgColor { background-color: #B2D0BA; }

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

This div background color is #B2D0BA.


Border color

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

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

This div border color is #B2D0BA.


Opacity

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

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

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

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

This text has shadow with #B2D0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D0BA on black background.


Color preview on white background

This text has color #B2D0BA on white background.



Black color preview on #B2D0BA background

This text has black color on #B2D0BA background.


White color preview on #B2D0BA background

This text has white color on #B2D0BA background.