COLOR #B1DB8A

HEX: #B1DB8A
RGB: (177,219,138)

Color info

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

RGB color model

#B1DB8A color RGB value is (177,219,138).

  • red value is 177;
  • green value is 219;
  • blue value is 138.
RGB:
(177,219,138)
(69%,86%,54%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 138 of 255 = 54%

177
219
138

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

Portions of RGB colors in percentages

R + G + B =
177 + 219 + 138 = 534 (100%)
R 177 of 534 ~ 33.15%
G 219 of 534 ~ 41.01%
B 138 of 534 ~ 25.84%

%33.15
%41.01
%25.84

CMYK color model

#B1DB8A color CMYK value is (19,0,37,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 14.12%
CMYK:
(19,0,37,14)
C19M0Y37K14 
(19%,0%,37%,14%)
(0.19/0.00/0.37/0.14)	

CMYK percentages

%19.18
%0
%36.99
%14.12

Codes

Color #B1DB8A in popluar color models

B1DB8A
RGB177219138
HSL91°52.94%70.00%
HSB/HSV91°36.99%85.88%
CMYK19.18%0.00%36.99%
14.12%

Color #B1DB8A in popluar number systems.

HEXB1DB8A
Decimal177219138
Binary101100011101101110001010
Octal261333212

Shades and tints

Shades of #B1DB8A

#B1DB8A
(177,219,138)
#A1C87E
(161,200,126)
#91B572
(145,181,114)
#81A266
(129,162,102)
#718F5A
(113,143,90)
#617C4E
(97,124,78)
#516942
(81,105,66)
#415636
(65,86,54)
#31432A
(49,67,42)
#21301E
(33,48,30)
#111D12
(17,29,18)
#000000
(0,0,0)

Tints of #B1DB8A

#B1DB8A
(177,219,138)
#B8DE94
(184,222,148)
#BFE19E
(191,225,158)
#C6E4A8
(198,228,168)
#CDE7B2
(205,231,178)
#D4EABC
(212,234,188)
#DBEDC6
(219,237,198)
#E2F0D0
(226,240,208)
#E9F3DA
(233,243,218)
#F0F6E4
(240,246,228)
#F7F9EE
(247,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DB8A color. Also use rgb(177,219,138) instead hex code.

Text Font Color

.myTextColor { color: #B1DB8A; }

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

This text font color is #B1DB8A.


Background Color

.myBgColor { background-color: #B1DB8A; }

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

This div background color is #B1DB8A.


Border color

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

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

This div border color is #B1DB8A.


Opacity

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

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

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

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

This text has shadow with #B1DB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DB8A on black background.


Color preview on white background

This text has color #B1DB8A on white background.



Black color preview on #B1DB8A background

This text has black color on #B1DB8A background.


White color preview on #B1DB8A background

This text has white color on #B1DB8A background.