COLOR #B1D493

HEX: #B1D493
RGB: (177,212,147)

Color info

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

RGB color model

#B1D493 color RGB value is (177,212,147).

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

RGB channels and saturation

R 177 of 255 = 69%
G 212 of 255 = 83%
B 147 of 255 = 58%

177
212
147

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

Portions of RGB colors in percentages

R + G + B =
177 + 212 + 147 = 536 (100%)
R 177 of 536 ~ 33.02%
G 212 of 536 ~ 39.55%
B 147 of 536 ~ 27.43%

%33.02
%39.55
%27.43

CMYK color model

#B1D493 color CMYK value is (17,0,31,17).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 16.86%
CMYK:
(17,0,31,17)
C17M0Y31K17 
(17%,0%,31%,17%)
(0.17/0.00/0.31/0.17)	

CMYK percentages

%16.51
%0
%30.66
%16.86

Codes

Color #B1D493 in popluar color models

B1D493
RGB177212147
HSL92°43.05%70.39%
HSB/HSV92°30.66%83.14%
CMYK16.51%0.00%30.66%
16.86%

Color #B1D493 in popluar number systems.

HEXB1D493
Decimal177212147
Binary101100011101010010010011
Octal261324223

Shades and tints

Shades of #B1D493

#B1D493
(177,212,147)
#A1C186
(161,193,134)
#91AE79
(145,174,121)
#819B6C
(129,155,108)
#71885F
(113,136,95)
#617552
(97,117,82)
#516245
(81,98,69)
#414F38
(65,79,56)
#313C2B
(49,60,43)
#21291E
(33,41,30)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #B1D493

#B1D493
(177,212,147)
#B8D79C
(184,215,156)
#BFDAA5
(191,218,165)
#C6DDAE
(198,221,174)
#CDE0B7
(205,224,183)
#D4E3C0
(212,227,192)
#DBE6C9
(219,230,201)
#E2E9D2
(226,233,210)
#E9ECDB
(233,236,219)
#F0EFE4
(240,239,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D493; }

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

This text font color is #B1D493.


Background Color

.myBgColor { background-color: #B1D493; }

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

This div background color is #B1D493.


Border color

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

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

This div border color is #B1D493.


Opacity

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

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

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

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

This text has shadow with #B1D493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D493 on black background.


Color preview on white background

This text has color #B1D493 on white background.



Black color preview on #B1D493 background

This text has black color on #B1D493 background.


White color preview on #B1D493 background

This text has white color on #B1D493 background.