COLOR #B6D2AB

HEX: #B6D2AB
RGB: (182,210,171)

Color info

#B6D2AB contains red, green and blue colors in about the same proportion. Web safe color of #B6D2AB is #CCCC99 (or #CC9).

RGB color model

#B6D2AB color RGB value is (182,210,171).

  • red value is 182;
  • green value is 210;
  • blue value is 171.
RGB:
(182,210,171)
(71%,82%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 171 of 255 = 67%

182
210
171

R + G + B ~ 73%. #B6D2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 210 + 171 = 563 (100%)
R 182 of 563 ~ 32.33%
G 210 of 563 ~ 37.3%
B 171 of 563 ~ 30.37%

%32.33
%37.3
%30.37

CMYK color model

#B6D2AB color CMYK value is (13,0,19,18).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 17.65%
CMYK:
(13,0,19,18)
C13M0Y19K18 
(13%,0%,19%,18%)
(0.13/0.00/0.19/0.18)	

CMYK percentages

%13.33
%0
%18.57
%17.65

Codes

Color #B6D2AB in popluar color models

B6D2AB
RGB182210171
HSL103°30.23%74.71%
HSB/HSV103°18.57%82.35%
CMYK13.33%0.00%18.57%
17.65%

Color #B6D2AB in popluar number systems.

HEXB6D2AB
Decimal182210171
Binary101101101101001010101011
Octal266322253

Shades and tints

Shades of #B6D2AB

#B6D2AB
(182,210,171)
#A6BF9C
(166,191,156)
#96AC8D
(150,172,141)
#86997E
(134,153,126)
#76866F
(118,134,111)
#667360
(102,115,96)
#566051
(86,96,81)
#464D42
(70,77,66)
#363A33
(54,58,51)
#262724
(38,39,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #B6D2AB

#B6D2AB
(182,210,171)
#BCD6B2
(188,214,178)
#C2DAB9
(194,218,185)
#C8DEC0
(200,222,192)
#CEE2C7
(206,226,199)
#D4E6CE
(212,230,206)
#DAEAD5
(218,234,213)
#E0EEDC
(224,238,220)
#E6F2E3
(230,242,227)
#ECF6EA
(236,246,234)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D2AB color. Also use rgb(182,210,171) instead hex code.

Text Font Color

.myTextColor { color: #B6D2AB; }

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

This text font color is #B6D2AB.


Background Color

.myBgColor { background-color: #B6D2AB; }

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

This div background color is #B6D2AB.


Border color

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

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

This div border color is #B6D2AB.


Opacity

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

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

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

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

This text has shadow with #B6D2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D2AB on black background.


Color preview on white background

This text has color #B6D2AB on white background.



Black color preview on #B6D2AB background

This text has black color on #B6D2AB background.


White color preview on #B6D2AB background

This text has white color on #B6D2AB background.