COLOR #B7C98D

HEX: #B7C98D RGB: (183,201,141)

Color info

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

RGB color model

#B7C98D color RGB value is (183,201,141).

RGB: (183,201,141) (72%, 79%, 55%)

RGB channels and saturation

R 183 of 255 = 72%
G 201 of 255 = 79%
B 141 of 255 = 55%

183
201
141

R + G + B ~ 69%. #B7C98D is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 201 + 141 = 525 (100%)
R 183 of 525 ~ 34.86%
G 201 of 525 ~ 38.29%
B 141 of 525 ~ 26.86'%

%34.86
%38.29
%26.86

CMYK color model

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

  • cyan value is 8.96%
  • 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

%8.96
%0
%29.85
%21.18

Codes

Color #B7C98D in popluar color models

B7 C9 8D
RGB 183 201 141
HSL 78° 35.71% 67.06%
HSB/HSV 78° 29.85% 78.82%
CMYK 8.96% 0.00% 29.85%
21.18%

Color #B7C98D in popluar number systems.

HEX B7 C9 8D
Decimal 183 201 141
Binary 10110111 11001001 10001101
Octal 267 311 215

Shades and tints

Shades of #B7C98D

#B7C98D
(183,201,141)
#A7B781
(167,183,129)
#97A575
(151,165,117)
#879369
(135,147,105)
#77815D
(119,129,93)
#676F51
(103,111,81)
#575D45
(87,93,69)
#474B39
(71,75,57)
#37392D
(55,57,45)
#272721
(39,39,33)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #B7C98D

#B7C98D
(183,201,141)
#BDCD97
(189,205,151)
#C3D1A1
(195,209,161)
#C9D5AB
(201,213,171)
#CFD9B5
(207,217,181)
#D5DDBF
(213,221,191)
#DBE1C9
(219,225,201)
#E1E5D3
(225,229,211)
#E7E9DD
(231,233,221)
#EDEDE7
(237,237,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C98D; }

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

This text font color is #B7C98D.

Background Color

.myBgColor { background-color: #B7C98D; }

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

This div background color is #B7C98D.

Border color

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

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

This div border color is #B7C98D.

Opacity

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

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

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

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

This text has shadow with #B7C98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C98D.

Preview

Color preview on black background

This text has color #B7C98D on black background.


Color preview on white background

This text has color #B7C98D on white background.


Black color preview on #B7C98D background

This text has black color on #B7C98D background.


White color preview on #B7C98D background

This text has white color on #B7C98D background.


Related colors

Complementary color

Complementary color for #hex is #483672.


I love getcolorcode.com

Triadic colors

1 #8DB7C9 and #C98DB7 with #B7C98D are triadic colors.

2 #8DC9B7 and #C9B78D with #B7C98D are triadic colors.