COLOR #B1D490

HEX: #B1D490
RGB: (177,212,144)

Color info

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

RGB color model

#B1D490 color RGB value is (177,212,144).

  • red value is 177;
  • green value is 212;
  • blue value is 144.
RGB:
(177,212,144)
(69%,83%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 212 of 255 = 83%
B 144 of 255 = 56%

177
212
144

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

Portions of RGB colors in percentages

R + G + B =
177 + 212 + 144 = 533 (100%)
R 177 of 533 ~ 33.21%
G 212 of 533 ~ 39.77%
B 144 of 533 ~ 27.02%

%33.21
%39.77
%27.02

CMYK color model

#B1D490 color CMYK value is (17,0,32,17).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 16.86%
CMYK:
(17,0,32,17)
C17M0Y32K17 
(17%,0%,32%,17%)
(0.17/0.00/0.32/0.17)	

CMYK percentages

%16.51
%0
%32.08
%16.86

Codes

Color #B1D490 in popluar color models

B1D490
RGB177212144
HSL91°44.16%69.80%
HSB/HSV91°32.08%83.14%
CMYK16.51%0.00%32.08%
16.86%

Color #B1D490 in popluar number systems.

HEXB1D490
Decimal177212144
Binary101100011101010010010000
Octal261324220

Shades and tints

Shades of #B1D490

#B1D490
(177,212,144)
#A1C183
(161,193,131)
#91AE76
(145,174,118)
#819B69
(129,155,105)
#71885C
(113,136,92)
#61754F
(97,117,79)
#516242
(81,98,66)
#414F35
(65,79,53)
#313C28
(49,60,40)
#21291B
(33,41,27)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #B1D490

#B1D490
(177,212,144)
#B8D79A
(184,215,154)
#BFDAA4
(191,218,164)
#C6DDAE
(198,221,174)
#CDE0B8
(205,224,184)
#D4E3C2
(212,227,194)
#DBE6CC
(219,230,204)
#E2E9D6
(226,233,214)
#E9ECE0
(233,236,224)
#F0EFEA
(240,239,234)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D490 color. Also use rgb(177,212,144) instead hex code.

Text Font Color

.myTextColor { color: #B1D490; }

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

This text font color is #B1D490.


Background Color

.myBgColor { background-color: #B1D490; }

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

This div background color is #B1D490.


Border color

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

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

This div border color is #B1D490.


Opacity

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

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

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

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

This text has shadow with #B1D490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D490 on black background.


Color preview on white background

This text has color #B1D490 on white background.



Black color preview on #B1D490 background

This text has black color on #B1D490 background.


White color preview on #B1D490 background

This text has white color on #B1D490 background.