COLOR #B6D7A1

HEX: #B6D7A1
RGB: (182,215,161)

Color info

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

RGB color model

#B6D7A1 color RGB value is (182,215,161).

  • red value is 182;
  • green value is 215;
  • blue value is 161.
RGB:
(182,215,161)
(71%,84%,63%)

RGB channels and saturation

R 182 of 255 = 71%
G 215 of 255 = 84%
B 161 of 255 = 63%

182
215
161

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

Portions of RGB colors in percentages

R + G + B =
182 + 215 + 161 = 558 (100%)
R 182 of 558 ~ 32.62%
G 215 of 558 ~ 38.53%
B 161 of 558 ~ 28.85%

%32.62
%38.53
%28.85

CMYK color model

#B6D7A1 color CMYK value is (15,0,25,16).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 15.69%
CMYK:
(15,0,25,16)
C15M0Y25K16 
(15%,0%,25%,16%)
(0.15/0.00/0.25/0.16)	

CMYK percentages

%15.35
%0
%25.12
%15.69

Codes

Color #B6D7A1 in popluar color models

B6D7A1
RGB182215161
HSL97°40.30%73.73%
HSB/HSV97°25.12%84.31%
CMYK15.35%0.00%25.12%
15.69%

Color #B6D7A1 in popluar number systems.

HEXB6D7A1
Decimal182215161
Binary101101101101011110100001
Octal266327241

Shades and tints

Shades of #B6D7A1

#B6D7A1
(182,215,161)
#A6C493
(166,196,147)
#96B185
(150,177,133)
#869E77
(134,158,119)
#768B69
(118,139,105)
#66785B
(102,120,91)
#56654D
(86,101,77)
#46523F
(70,82,63)
#363F31
(54,63,49)
#262C23
(38,44,35)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6D7A1

#B6D7A1
(182,215,161)
#BCDAA9
(188,218,169)
#C2DDB1
(194,221,177)
#C8E0B9
(200,224,185)
#CEE3C1
(206,227,193)
#D4E6C9
(212,230,201)
#DAE9D1
(218,233,209)
#E0ECD9
(224,236,217)
#E6EFE1
(230,239,225)
#ECF2E9
(236,242,233)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D7A1 color. Also use rgb(182,215,161) instead hex code.

Text Font Color

.myTextColor { color: #B6D7A1; }

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

This text font color is #B6D7A1.


Background Color

.myBgColor { background-color: #B6D7A1; }

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

This div background color is #B6D7A1.


Border color

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

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

This div border color is #B6D7A1.


Opacity

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

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

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

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

This text has shadow with #B6D7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D7A1 on black background.


Color preview on white background

This text has color #B6D7A1 on white background.



Black color preview on #B6D7A1 background

This text has black color on #B6D7A1 background.


White color preview on #B6D7A1 background

This text has white color on #B6D7A1 background.