COLOR #B1C98A

HEX: #B1C98A RGB: (177,201,138)

Color info

#B1C98A contains mainly red and green colors. Web safe color of #B1C98A is #99CC99 (or #9C9).

RGB color model

#B1C98A color RGB value is (177,201,138).

RGB: (177,201,138) (69%, 79%, 54%)

RGB channels and saturation

R 177 of 255 = 69%
G 201 of 255 = 79%
B 138 of 255 = 54%

177
201
138

R + G + B ~ 67%. #B1C98A is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 201 + 138 = 516 (100%)
R 177 of 516 ~ 34.3%
G 201 of 516 ~ 38.95%
B 138 of 516 ~ 26.74'%

%34.3
%38.95
%26.74

CMYK color model

#B1C98A color CMYK value is (12,0,31,21).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 21.18%

CMYK: (12,0,31,21)
C12M0Y31K21 (12%, 0%, 31%, 21%)
(0.12 / 0.00 / 0.31 / 0.21)

CMYK percentages

%11.94
%0
%31.34
%21.18

Codes

Color #B1C98A in popluar color models

B1 C9 8A
RGB 177 201 138
HSL 83° 36.84% 66.47%
HSB/HSV 83° 31.34% 78.82%
CMYK 11.94% 0.00% 31.34%
21.18%

Color #B1C98A in popluar number systems.

HEX B1 C9 8A
Decimal 177 201 138
Binary 10110001 11001001 10001010
Octal 261 311 212

Shades and tints

Shades of #B1C98A

#B1C98A
(177,201,138)
#A1B77E
(161,183,126)
#91A572
(145,165,114)
#819366
(129,147,102)
#71815A
(113,129,90)
#616F4E
(97,111,78)
#515D42
(81,93,66)
#414B36
(65,75,54)
#31392A
(49,57,42)
#21271E
(33,39,30)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #B1C98A

#B1C98A
(177,201,138)
#B8CD94
(184,205,148)
#BFD19E
(191,209,158)
#C6D5A8
(198,213,168)
#CDD9B2
(205,217,178)
#D4DDBC
(212,221,188)
#DBE1C6
(219,225,198)
#E2E5D0
(226,229,208)
#E9E9DA
(233,233,218)
#F0EDE4
(240,237,228)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C98A color. Also use rgb(177,201,138) instead hex code.

Text Font Color

.myTextColor { color: #B1C98A; }

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

This text font color is #B1C98A.

Background Color

.myBgColor { background-color: #B1C98A; }

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

This div background color is #B1C98A.

Border color

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

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

This div border color is #B1C98A.

Opacity

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

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

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

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

This text has shadow with #B1C98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C98A.

Preview

Color preview on black background

This text has color #B1C98A on black background.


Color preview on white background

This text has color #B1C98A on white background.


Black color preview on #B1C98A background

This text has black color on #B1C98A background.


White color preview on #B1C98A background

This text has white color on #B1C98A background.


Related colors

Complementary color

Complementary color for #hex is #4E3675.


I love getcolorcode.com

Triadic colors

1 #8AB1C9 and #C98AB1 with #B1C98A are triadic colors.

2 #8AC9B1 and #C9B18A with #B1C98A are triadic colors.