COLOR #B1D98E

HEX: #B1D98E
RGB: (177,217,142)

Color info

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

RGB color model

#B1D98E color RGB value is (177,217,142).

  • red value is 177;
  • green value is 217;
  • blue value is 142.
RGB:
(177,217,142)
(69%,85%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 217 of 255 = 85%
B 142 of 255 = 56%

177
217
142

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

Portions of RGB colors in percentages

R + G + B =
177 + 217 + 142 = 536 (100%)
R 177 of 536 ~ 33.02%
G 217 of 536 ~ 40.49%
B 142 of 536 ~ 26.49%

%33.02
%40.49
%26.49

CMYK color model

#B1D98E color CMYK value is (18,0,35,15).

  • cyan value is 18.43%
  • magenta value is 0.00%
  • yellow value is 34.56%
  • key color value is 14.90%
CMYK:
(18,0,35,15)
C18M0Y35K15 
(18%,0%,35%,15%)
(0.18/0.00/0.35/0.15)	

CMYK percentages

%18.43
%0
%34.56
%14.9

Codes

Color #B1D98E in popluar color models

B1D98E
RGB177217142
HSL92°49.67%70.39%
HSB/HSV92°34.56%85.10%
CMYK18.43%0.00%34.56%
14.90%

Color #B1D98E in popluar number systems.

HEXB1D98E
Decimal177217142
Binary101100011101100110001110
Octal261331216

Shades and tints

Shades of #B1D98E

#B1D98E
(177,217,142)
#A1C682
(161,198,130)
#91B376
(145,179,118)
#81A06A
(129,160,106)
#718D5E
(113,141,94)
#617A52
(97,122,82)
#516746
(81,103,70)
#41543A
(65,84,58)
#31412E
(49,65,46)
#212E22
(33,46,34)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #B1D98E

#B1D98E
(177,217,142)
#B8DC98
(184,220,152)
#BFDFA2
(191,223,162)
#C6E2AC
(198,226,172)
#CDE5B6
(205,229,182)
#D4E8C0
(212,232,192)
#DBEBCA
(219,235,202)
#E2EED4
(226,238,212)
#E9F1DE
(233,241,222)
#F0F4E8
(240,244,232)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D98E color. Also use rgb(177,217,142) instead hex code.

Text Font Color

.myTextColor { color: #B1D98E; }

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

This text font color is #B1D98E.


Background Color

.myBgColor { background-color: #B1D98E; }

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

This div background color is #B1D98E.


Border color

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

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

This div border color is #B1D98E.


Opacity

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

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

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

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

This text has shadow with #B1D98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D98E on black background.


Color preview on white background

This text has color #B1D98E on white background.



Black color preview on #B1D98E background

This text has black color on #B1D98E background.


White color preview on #B1D98E background

This text has white color on #B1D98E background.