COLOR #B6D98C

HEX: #B6D98C
RGB: (182,217,140)

Color info

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

RGB color model

#B6D98C color RGB value is (182,217,140).

  • red value is 182;
  • green value is 217;
  • blue value is 140.
RGB:
(182,217,140)
(71%,85%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 217 of 255 = 85%
B 140 of 255 = 55%

182
217
140

R + G + B ~ 70%. #B6D98C is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 217 + 140 = 539 (100%)
R 182 of 539 ~ 33.77%
G 217 of 539 ~ 40.26%
B 140 of 539 ~ 25.97%

%33.77
%40.26
%25.97

CMYK color model

#B6D98C color CMYK value is (16,0,35,15).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 14.90%
CMYK:
(16,0,35,15)
C16M0Y35K15 
(16%,0%,35%,15%)
(0.16/0.00/0.35/0.15)	

CMYK percentages

%16.13
%0
%35.48
%14.9

Codes

Color #B6D98C in popluar color models

B6D98C
RGB182217140
HSL87°50.33%70.00%
HSB/HSV87°35.48%85.10%
CMYK16.13%0.00%35.48%
14.90%

Color #B6D98C in popluar number systems.

HEXB6D98C
Decimal182217140
Binary101101101101100110001100
Octal266331214

Shades and tints

Shades of #B6D98C

#B6D98C
(182,217,140)
#A6C680
(166,198,128)
#96B374
(150,179,116)
#86A068
(134,160,104)
#768D5C
(118,141,92)
#667A50
(102,122,80)
#566744
(86,103,68)
#465438
(70,84,56)
#36412C
(54,65,44)
#262E20
(38,46,32)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #B6D98C

#B6D98C
(182,217,140)
#BCDC96
(188,220,150)
#C2DFA0
(194,223,160)
#C8E2AA
(200,226,170)
#CEE5B4
(206,229,180)
#D4E8BE
(212,232,190)
#DAEBC8
(218,235,200)
#E0EED2
(224,238,210)
#E6F1DC
(230,241,220)
#ECF4E6
(236,244,230)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D98C color. Also use rgb(182,217,140) instead hex code.

Text Font Color

.myTextColor { color: #B6D98C; }

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

This text font color is #B6D98C.


Background Color

.myBgColor { background-color: #B6D98C; }

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

This div background color is #B6D98C.


Border color

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

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

This div border color is #B6D98C.


Opacity

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

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

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

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

This text has shadow with #B6D98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D98C on black background.


Color preview on white background

This text has color #B6D98C on white background.



Black color preview on #B6D98C background

This text has black color on #B6D98C background.


White color preview on #B6D98C background

This text has white color on #B6D98C background.