COLOR #B6C98D

HEX: #B6C98D RGB: (182,201,141)

Color info

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

RGB color model

#B6C98D color RGB value is (182,201,141).

RGB: (182,201,141) (71%, 79%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 141 of 255 = 55%

182
201
141

R + G + B ~ 68%. #B6C98D is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 201 + 141 = 524 (100%)
R 182 of 524 ~ 34.73%
G 201 of 524 ~ 38.36%
B 141 of 524 ~ 26.91'%

%34.73
%38.36
%26.91

CMYK color model

#B6C98D color CMYK value is (9,0,30,21).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 21.18%

CMYK: (9,0,30,21)
C9M0Y30K21 (9%, 0%, 30%, 21%)
(0.09 / 0.00 / 0.30 / 0.21)

CMYK percentages

%9.45
%0
%29.85
%21.18

Codes

Color #B6C98D in popluar color models

B6 C9 8D
RGB 182 201 141
HSL 79° 35.71% 67.06%
HSB/HSV 79° 29.85% 78.82%
CMYK 9.45% 0.00% 29.85%
21.18%

Color #B6C98D in popluar number systems.

HEX B6 C9 8D
Decimal 182 201 141
Binary 10110110 11001001 10001101
Octal 266 311 215

Shades and tints

Shades of #B6C98D

#B6C98D
(182,201,141)
#A6B781
(166,183,129)
#96A575
(150,165,117)
#869369
(134,147,105)
#76815D
(118,129,93)
#666F51
(102,111,81)
#565D45
(86,93,69)
#464B39
(70,75,57)
#36392D
(54,57,45)
#262721
(38,39,33)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B6C98D

#B6C98D
(182,201,141)
#BCCD97
(188,205,151)
#C2D1A1
(194,209,161)
#C8D5AB
(200,213,171)
#CED9B5
(206,217,181)
#D4DDBF
(212,221,191)
#DAE1C9
(218,225,201)
#E0E5D3
(224,229,211)
#E6E9DD
(230,233,221)
#ECEDE7
(236,237,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C98D color. Also use rgb(182,201,141) instead hex code.

Text Font Color

.myTextColor { color: #B6C98D; }

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

This text font color is #B6C98D.

Background Color

.myBgColor { background-color: #B6C98D; }

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

This div background color is #B6C98D.

Border color

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

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

This div border color is #B6C98D.

Opacity

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

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

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

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

This text has shadow with #B6C98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C98D.

Preview

Color preview on black background

This text has color #B6C98D on black background.


Color preview on white background

This text has color #B6C98D on white background.


Black color preview on #B6C98D background

This text has black color on #B6C98D background.


White color preview on #B6C98D background

This text has white color on #B6C98D background.


Related colors

Complementary color

Complementary color for #hex is #493672.


I love getcolorcode.com

Triadic colors

1 #8DB6C9 and #C98DB6 with #B6C98D are triadic colors.

2 #8DC9B6 and #C9B68D with #B6C98D are triadic colors.