COLOR #B1D983

HEX: #B1D983
RGB: (177,217,131)

Color info

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

RGB color model

#B1D983 color RGB value is (177,217,131).

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

RGB channels and saturation

R 177 of 255 = 69%
G 217 of 255 = 85%
B 131 of 255 = 51%

177
217
131

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

Portions of RGB colors in percentages

R + G + B =
177 + 217 + 131 = 525 (100%)
R 177 of 525 ~ 33.71%
G 217 of 525 ~ 41.33%
B 131 of 525 ~ 24.95%

%33.71
%41.33
%24.95

CMYK color model

#B1D983 color CMYK value is (18,0,40,15).

  • cyan value is 18.43%
  • magenta value is 0.00%
  • yellow value is 39.63%
  • key color value is 14.90%
CMYK:
(18,0,40,15)
C18M0Y40K15 
(18%,0%,40%,15%)
(0.18/0.00/0.40/0.15)	

CMYK percentages

%18.43
%0
%39.63
%14.9

Codes

Color #B1D983 in popluar color models

B1D983
RGB177217131
HSL88°53.09%68.24%
HSB/HSV88°39.63%85.10%
CMYK18.43%0.00%39.63%
14.90%

Color #B1D983 in popluar number systems.

HEXB1D983
Decimal177217131
Binary101100011101100110000011
Octal261331203

Shades and tints

Shades of #B1D983

#B1D983
(177,217,131)
#A1C678
(161,198,120)
#91B36D
(145,179,109)
#81A062
(129,160,98)
#718D57
(113,141,87)
#617A4C
(97,122,76)
#516741
(81,103,65)
#415436
(65,84,54)
#31412B
(49,65,43)
#212E20
(33,46,32)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #B1D983

#B1D983
(177,217,131)
#B8DC8E
(184,220,142)
#BFDF99
(191,223,153)
#C6E2A4
(198,226,164)
#CDE5AF
(205,229,175)
#D4E8BA
(212,232,186)
#DBEBC5
(219,235,197)
#E2EED0
(226,238,208)
#E9F1DB
(233,241,219)
#F0F4E6
(240,244,230)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D983; }

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

This text font color is #B1D983.


Background Color

.myBgColor { background-color: #B1D983; }

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

This div background color is #B1D983.


Border color

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

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

This div border color is #B1D983.


Opacity

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

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

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

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

This text has shadow with #B1D983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D983 on black background.


Color preview on white background

This text has color #B1D983 on white background.



Black color preview on #B1D983 background

This text has black color on #B1D983 background.


White color preview on #B1D983 background

This text has white color on #B1D983 background.