COLOR #B1DA9B

HEX: #B1DA9B
RGB: (177,218,155)

Color info

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

RGB color model

#B1DA9B color RGB value is (177,218,155).

  • red value is 177;
  • green value is 218;
  • blue value is 155.
RGB:
(177,218,155)
(69%,85%,61%)

RGB channels and saturation

R 177 of 255 = 69%
G 218 of 255 = 85%
B 155 of 255 = 61%

177
218
155

R + G + B ~ 72%. #B1DA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 218 + 155 = 550 (100%)
R 177 of 550 ~ 32.18%
G 218 of 550 ~ 39.64%
B 155 of 550 ~ 28.18%

%32.18
%39.64
%28.18

CMYK color model

#B1DA9B color CMYK value is (19,0,29,15).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 14.51%
CMYK:
(19,0,29,15)
C19M0Y29K15 
(19%,0%,29%,15%)
(0.19/0.00/0.29/0.15)	

CMYK percentages

%18.81
%0
%28.9
%14.51

Codes

Color #B1DA9B in popluar color models

B1DA9B
RGB177218155
HSL99°45.99%73.14%
HSB/HSV99°28.90%85.49%
CMYK18.81%0.00%28.90%
14.51%

Color #B1DA9B in popluar number systems.

HEXB1DA9B
Decimal177218155
Binary101100011101101010011011
Octal261332233

Shades and tints

Shades of #B1DA9B

#B1DA9B
(177,218,155)
#A1C78D
(161,199,141)
#91B47F
(145,180,127)
#81A171
(129,161,113)
#718E63
(113,142,99)
#617B55
(97,123,85)
#516847
(81,104,71)
#415539
(65,85,57)
#31422B
(49,66,43)
#212F1D
(33,47,29)
#111C0F
(17,28,15)
#000000
(0,0,0)

Tints of #B1DA9B

#B1DA9B
(177,218,155)
#B8DDA4
(184,221,164)
#BFE0AD
(191,224,173)
#C6E3B6
(198,227,182)
#CDE6BF
(205,230,191)
#D4E9C8
(212,233,200)
#DBECD1
(219,236,209)
#E2EFDA
(226,239,218)
#E9F2E3
(233,242,227)
#F0F5EC
(240,245,236)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DA9B color. Also use rgb(177,218,155) instead hex code.

Text Font Color

.myTextColor { color: #B1DA9B; }

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

This text font color is #B1DA9B.


Background Color

.myBgColor { background-color: #B1DA9B; }

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

This div background color is #B1DA9B.


Border color

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

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

This div border color is #B1DA9B.


Opacity

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

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

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

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

This text has shadow with #B1DA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DA9B on black background.


Color preview on white background

This text has color #B1DA9B on white background.



Black color preview on #B1DA9B background

This text has black color on #B1DA9B background.


White color preview on #B1DA9B background

This text has white color on #B1DA9B background.