COLOR #B6DABB

HEX: #B6DABB
RGB: (182,218,187)

Color info

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

RGB color model

#B6DABB color RGB value is (182,218,187).

  • red value is 182;
  • green value is 218;
  • blue value is 187.
RGB:
(182,218,187)
(71%,85%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 218 of 255 = 85%
B 187 of 255 = 73%

182
218
187

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

Portions of RGB colors in percentages

R + G + B =
182 + 218 + 187 = 587 (100%)
R 182 of 587 ~ 31.01%
G 218 of 587 ~ 37.14%
B 187 of 587 ~ 31.86%

%31.01
%37.14
%31.86

CMYK color model

#B6DABB color CMYK value is (17,0,14,15).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(17,0,14,15)
C17M0Y14K15 
(17%,0%,14%,15%)
(0.17/0.00/0.14/0.15)	

CMYK percentages

%16.51
%0
%14.22
%14.51

Codes

Color #B6DABB in popluar color models

B6DABB
RGB182218187
HSL128°32.73%78.43%
HSB/HSV128°16.51%85.49%
CMYK16.51%0.00%14.22%
14.51%

Color #B6DABB in popluar number systems.

HEXB6DABB
Decimal182218187
Binary101101101101101010111011
Octal266332273

Shades and tints

Shades of #B6DABB

#B6DABB
(182,218,187)
#A6C7AA
(166,199,170)
#96B499
(150,180,153)
#86A188
(134,161,136)
#768E77
(118,142,119)
#667B66
(102,123,102)
#566855
(86,104,85)
#465544
(70,85,68)
#364233
(54,66,51)
#262F22
(38,47,34)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #B6DABB

#B6DABB
(182,218,187)
#BCDDC1
(188,221,193)
#C2E0C7
(194,224,199)
#C8E3CD
(200,227,205)
#CEE6D3
(206,230,211)
#D4E9D9
(212,233,217)
#DAECDF
(218,236,223)
#E0EFE5
(224,239,229)
#E6F2EB
(230,242,235)
#ECF5F1
(236,245,241)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DABB color. Also use rgb(182,218,187) instead hex code.

Text Font Color

.myTextColor { color: #B6DABB; }

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

This text font color is #B6DABB.


Background Color

.myBgColor { background-color: #B6DABB; }

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

This div background color is #B6DABB.


Border color

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

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

This div border color is #B6DABB.


Opacity

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

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

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

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

This text has shadow with #B6DABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DABB on black background.


Color preview on white background

This text has color #B6DABB on white background.



Black color preview on #B6DABB background

This text has black color on #B6DABB background.


White color preview on #B6DABB background

This text has white color on #B6DABB background.