COLOR #B6D897

HEX: #B6D897
RGB: (182,216,151)

Color info

#B6D897 contains mainly red and green colors. Web safe color of #B6D897 is #CCCC99 (or #CC9).

RGB color model

#B6D897 color RGB value is (182,216,151).

  • red value is 182;
  • green value is 216;
  • blue value is 151.
RGB:
(182,216,151)
(71%,85%,59%)

RGB channels and saturation

R 182 of 255 = 71%
G 216 of 255 = 85%
B 151 of 255 = 59%

182
216
151

R + G + B ~ 72%. #B6D897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 216 + 151 = 549 (100%)
R 182 of 549 ~ 33.15%
G 216 of 549 ~ 39.34%
B 151 of 549 ~ 27.5%

%33.15
%39.34
%27.5

CMYK color model

#B6D897 color CMYK value is (16,0,30,15).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 15.29%
CMYK:
(16,0,30,15)
C16M0Y30K15 
(16%,0%,30%,15%)
(0.16/0.00/0.30/0.15)	

CMYK percentages

%15.74
%0
%30.09
%15.29

Codes

Color #B6D897 in popluar color models

B6D897
RGB182216151
HSL91°45.45%71.96%
HSB/HSV91°30.09%84.71%
CMYK15.74%0.00%30.09%
15.29%

Color #B6D897 in popluar number systems.

HEXB6D897
Decimal182216151
Binary101101101101100010010111
Octal266330227

Shades and tints

Shades of #B6D897

#B6D897
(182,216,151)
#A6C58A
(166,197,138)
#96B27D
(150,178,125)
#869F70
(134,159,112)
#768C63
(118,140,99)
#667956
(102,121,86)
#566649
(86,102,73)
#46533C
(70,83,60)
#36402F
(54,64,47)
#262D22
(38,45,34)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #B6D897

#B6D897
(182,216,151)
#BCDBA0
(188,219,160)
#C2DEA9
(194,222,169)
#C8E1B2
(200,225,178)
#CEE4BB
(206,228,187)
#D4E7C4
(212,231,196)
#DAEACD
(218,234,205)
#E0EDD6
(224,237,214)
#E6F0DF
(230,240,223)
#ECF3E8
(236,243,232)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D897 color. Also use rgb(182,216,151) instead hex code.

Text Font Color

.myTextColor { color: #B6D897; }

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

This text font color is #B6D897.


Background Color

.myBgColor { background-color: #B6D897; }

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

This div background color is #B6D897.


Border color

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

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

This div border color is #B6D897.


Opacity

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

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

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

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

This text has shadow with #B6D897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D897 on black background.


Color preview on white background

This text has color #B6D897 on white background.



Black color preview on #B6D897 background

This text has black color on #B6D897 background.


White color preview on #B6D897 background

This text has white color on #B6D897 background.