COLOR #B6D5AD

HEX: #B6D5AD
RGB: (182,213,173)

Color info

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

RGB color model

#B6D5AD color RGB value is (182,213,173).

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

RGB channels and saturation

R 182 of 255 = 71%
G 213 of 255 = 84%
B 173 of 255 = 68%

182
213
173

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

Portions of RGB colors in percentages

R + G + B =
182 + 213 + 173 = 568 (100%)
R 182 of 568 ~ 32.04%
G 213 of 568 ~ 37.5%
B 173 of 568 ~ 30.46%

%32.04
%37.5
%30.46

CMYK color model

#B6D5AD color CMYK value is (15,0,19,16).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(15,0,19,16)
C15M0Y19K16 
(15%,0%,19%,16%)
(0.15/0.00/0.19/0.16)	

CMYK percentages

%14.55
%0
%18.78
%16.47

Codes

Color #B6D5AD in popluar color models

B6D5AD
RGB182213173
HSL107°32.26%75.69%
HSB/HSV107°18.78%83.53%
CMYK14.55%0.00%18.78%
16.47%

Color #B6D5AD in popluar number systems.

HEXB6D5AD
Decimal182213173
Binary101101101101010110101101
Octal266325255

Shades and tints

Shades of #B6D5AD

#B6D5AD
(182,213,173)
#A6C29E
(166,194,158)
#96AF8F
(150,175,143)
#869C80
(134,156,128)
#768971
(118,137,113)
#667662
(102,118,98)
#566353
(86,99,83)
#465044
(70,80,68)
#363D35
(54,61,53)
#262A26
(38,42,38)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6D5AD

#B6D5AD
(182,213,173)
#BCD8B4
(188,216,180)
#C2DBBB
(194,219,187)
#C8DEC2
(200,222,194)
#CEE1C9
(206,225,201)
#D4E4D0
(212,228,208)
#DAE7D7
(218,231,215)
#E0EADE
(224,234,222)
#E6EDE5
(230,237,229)
#ECF0EC
(236,240,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D5AD; }

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

This text font color is #B6D5AD.


Background Color

.myBgColor { background-color: #B6D5AD; }

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

This div background color is #B6D5AD.


Border color

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

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

This div border color is #B6D5AD.


Opacity

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

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

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

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

This text has shadow with #B6D5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5AD on black background.


Color preview on white background

This text has color #B6D5AD on white background.



Black color preview on #B6D5AD background

This text has black color on #B6D5AD background.


White color preview on #B6D5AD background

This text has white color on #B6D5AD background.