COLOR #B1D390

HEX: #B1D390
RGB: (177,211,144)

Color info

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

RGB color model

#B1D390 color RGB value is (177,211,144).

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

RGB channels and saturation

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

177
211
144

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

Portions of RGB colors in percentages

R + G + B =
177 + 211 + 144 = 532 (100%)
R 177 of 532 ~ 33.27%
G 211 of 532 ~ 39.66%
B 144 of 532 ~ 27.07%

%33.27
%39.66
%27.07

CMYK color model

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

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 17.25%
CMYK: (16,0,32,17) C16M0Y32K17 (16%,0%,32%,17%) (0.16/0.00/0.32/0.17)

CMYK percentages

%16.11
%0
%31.75
%17.25

Codes

Color #B1D390 in popluar color models

B1D390
RGB177211144
HSL90°43.23%69.61%
HSB/HSV90°31.75%82.75%
CMYK16.11%0.00%31.75%
17.25%

Color #B1D390 in popluar number systems.

HEXB1D390
Decimal177211144
Binary101100011101001110010000
Octal261323220

Shades and tints

Shades of #B1D390

#B1D390
(177,211,144)
#A1C083
(161,192,131)
#91AD76
(145,173,118)
#819A69
(129,154,105)
#71875C
(113,135,92)
#61744F
(97,116,79)
#516142
(81,97,66)
#414E35
(65,78,53)
#313B28
(49,59,40)
#21281B
(33,40,27)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #B1D390

#B1D390
(177,211,144)
#B8D79A
(184,215,154)
#BFDBA4
(191,219,164)
#C6DFAE
(198,223,174)
#CDE3B8
(205,227,184)
#D4E7C2
(212,231,194)
#DBEBCC
(219,235,204)
#E2EFD6
(226,239,214)
#E9F3E0
(233,243,224)
#F0F7EA
(240,247,234)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D390; }

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

This text font color is #B1D390.


Background Color

.myBgColor { background-color: #B1D390; }

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

This div background color is #B1D390.


Border color

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

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

This div border color is #B1D390.


Opacity

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

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

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

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

This text has shadow with #B1D390 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1D390 on black background.


Color preview on white background

This text has color #B1D390 on white background.



Black color preview on #B1D390 background

This text has black color on #B1D390 background.


White color preview on #B1D390 background

This text has white color on #B1D390 background.