COLOR #B6D4BA

HEX: #B6D4BA
RGB: (182,212,186)

Color info

#B6D4BA contains red, green and blue colors in about the same proportion. Web safe color of #B6D4BA is #CCCCCC (or #CCC).

RGB color model

#B6D4BA color RGB value is (182,212,186).

  • red value is 182;
  • green value is 212;
  • blue value is 186.
RGB:
(182,212,186)
(71%,83%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 212 of 255 = 83%
B 186 of 255 = 73%

182
212
186

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

Portions of RGB colors in percentages

R + G + B =
182 + 212 + 186 = 580 (100%)
R 182 of 580 ~ 31.38%
G 212 of 580 ~ 36.55%
B 186 of 580 ~ 32.07%

%31.38
%36.55
%32.07

CMYK color model

#B6D4BA color CMYK value is (14,0,12,17).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 12.26%
  • key color value is 16.86%
CMYK:
(14,0,12,17)
C14M0Y12K17 
(14%,0%,12%,17%)
(0.14/0.00/0.12/0.17)	

CMYK percentages

%14.15
%0
%12.26
%16.86

Codes

Color #B6D4BA in popluar color models

B6D4BA
RGB182212186
HSL128°25.86%77.25%
HSB/HSV128°14.15%83.14%
CMYK14.15%0.00%12.26%
16.86%

Color #B6D4BA in popluar number systems.

HEXB6D4BA
Decimal182212186
Binary101101101101010010111010
Octal266324272

Shades and tints

Shades of #B6D4BA

#B6D4BA
(182,212,186)
#A6C1AA
(166,193,170)
#96AE9A
(150,174,154)
#869B8A
(134,155,138)
#76887A
(118,136,122)
#66756A
(102,117,106)
#56625A
(86,98,90)
#464F4A
(70,79,74)
#363C3A
(54,60,58)
#26292A
(38,41,42)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #B6D4BA

#B6D4BA
(182,212,186)
#BCD7C0
(188,215,192)
#C2DAC6
(194,218,198)
#C8DDCC
(200,221,204)
#CEE0D2
(206,224,210)
#D4E3D8
(212,227,216)
#DAE6DE
(218,230,222)
#E0E9E4
(224,233,228)
#E6ECEA
(230,236,234)
#ECEFF0
(236,239,240)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D4BA color. Also use rgb(182,212,186) instead hex code.

Text Font Color

.myTextColor { color: #B6D4BA; }

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

This text font color is #B6D4BA.


Background Color

.myBgColor { background-color: #B6D4BA; }

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

This div background color is #B6D4BA.


Border color

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

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

This div border color is #B6D4BA.


Opacity

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

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

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

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

This text has shadow with #B6D4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D4BA on black background.


Color preview on white background

This text has color #B6D4BA on white background.



Black color preview on #B6D4BA background

This text has black color on #B6D4BA background.


White color preview on #B6D4BA background

This text has white color on #B6D4BA background.