COLOR #B6D3AD

HEX: #B6D3AD
RGB: (182,211,173)

Color info

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

RGB color model

#B6D3AD color RGB value is (182,211,173).

  • red value is 182;
  • green value is 211;
  • blue value is 173.
RGB:
(182,211,173)
(71%,83%,68%)

RGB channels and saturation

R 182 of 255 = 71%
G 211 of 255 = 83%
B 173 of 255 = 68%

182
211
173

R + G + B ~ 74%. #B6D3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 211 + 173 = 566 (100%)
R 182 of 566 ~ 32.16%
G 211 of 566 ~ 37.28%
B 173 of 566 ~ 30.57%

%32.16
%37.28
%30.57

CMYK color model

#B6D3AD color CMYK value is (14,0,18,17).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 18.01%
  • key color value is 17.25%
CMYK:
(14,0,18,17)
C14M0Y18K17 
(14%,0%,18%,17%)
(0.14/0.00/0.18/0.17)	

CMYK percentages

%13.74
%0
%18.01
%17.25

Codes

Color #B6D3AD in popluar color models

B6D3AD
RGB182211173
HSL106°30.16%75.29%
HSB/HSV106°18.01%82.75%
CMYK13.74%0.00%18.01%
17.25%

Color #B6D3AD in popluar number systems.

HEXB6D3AD
Decimal182211173
Binary101101101101001110101101
Octal266323255

Shades and tints

Shades of #B6D3AD

#B6D3AD
(182,211,173)
#A6C09E
(166,192,158)
#96AD8F
(150,173,143)
#869A80
(134,154,128)
#768771
(118,135,113)
#667462
(102,116,98)
#566153
(86,97,83)
#464E44
(70,78,68)
#363B35
(54,59,53)
#262826
(38,40,38)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #B6D3AD

#B6D3AD
(182,211,173)
#BCD7B4
(188,215,180)
#C2DBBB
(194,219,187)
#C8DFC2
(200,223,194)
#CEE3C9
(206,227,201)
#D4E7D0
(212,231,208)
#DAEBD7
(218,235,215)
#E0EFDE
(224,239,222)
#E6F3E5
(230,243,229)
#ECF7EC
(236,247,236)
#F2FBF3
(242,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D3AD color. Also use rgb(182,211,173) instead hex code.

Text Font Color

.myTextColor { color: #B6D3AD; }

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

This text font color is #B6D3AD.


Background Color

.myBgColor { background-color: #B6D3AD; }

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

This div background color is #B6D3AD.


Border color

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

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

This div border color is #B6D3AD.


Opacity

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

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

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

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

This text has shadow with #B6D3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D3AD on black background.


Color preview on white background

This text has color #B6D3AD on white background.



Black color preview on #B6D3AD background

This text has black color on #B6D3AD background.


White color preview on #B6D3AD background

This text has white color on #B6D3AD background.