COLOR #B1DB9A

HEX: #B1DB9A RGB: (177,219,154)

Color info

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

RGB color model

#B1DB9A color RGB value is (177,219,154).

RGB: (177,219,154) (69%, 86%, 60%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 154 of 255 = 60%

177
219
154

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

Portions of RGB colors in percentages

R + G + B = 177 + 219 + 154 = 550 (100%)
R 177 of 550 ~ 32.18%
G 219 of 550 ~ 39.82%
B 154 of 550 ~ 28'%

%32.18
%39.82
%28

CMYK color model

#B1DB9A color CMYK value is (19,0,30,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 14.12%

CMYK: (19,0,30,14)
C19M0Y30K14 (19%, 0%, 30%, 14%)
(0.19 / 0.00 / 0.30 / 0.14)

CMYK percentages

%19.18
%0
%29.68
%14.12

Codes

Color #B1DB9A in popluar color models

B1 DB 9A
RGB 177 219 154
HSL 99° 47.45% 73.14%
HSB/HSV 99° 29.68% 85.88%
CMYK 19.18% 0.00% 29.68%
14.12%

Color #B1DB9A in popluar number systems.

HEX B1 DB 9A
Decimal 177 219 154
Binary 10110001 11011011 10011010
Octal 261 333 232

Shades and tints

Shades of #B1DB9A

#B1DB9A
(177,219,154)
#A1C88C
(161,200,140)
#91B57E
(145,181,126)
#81A270
(129,162,112)
#718F62
(113,143,98)
#617C54
(97,124,84)
#516946
(81,105,70)
#415638
(65,86,56)
#31432A
(49,67,42)
#21301C
(33,48,28)
#111D0E
(17,29,14)
#000000
(0,0,0)

Tints of #B1DB9A

#B1DB9A
(177,219,154)
#B8DEA3
(184,222,163)
#BFE1AC
(191,225,172)
#C6E4B5
(198,228,181)
#CDE7BE
(205,231,190)
#D4EAC7
(212,234,199)
#DBEDD0
(219,237,208)
#E2F0D9
(226,240,217)
#E9F3E2
(233,243,226)
#F0F6EB
(240,246,235)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DB9A; }

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

This text font color is #B1DB9A.

Background Color

.myBgColor { background-color: #B1DB9A; }

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

This div background color is #B1DB9A.

Border color

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

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

This div border color is #B1DB9A.

Opacity

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

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

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

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

This text has shadow with #B1DB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DB9A.

Preview

Color preview on black background

This text has color #B1DB9A on black background.


Color preview on white background

This text has color #B1DB9A on white background.


Black color preview on #B1DB9A background

This text has black color on #B1DB9A background.


White color preview on #B1DB9A background

This text has white color on #B1DB9A background.


Related colors

Complementary color

Complementary color for #hex is #4E2465.


I love getcolorcode.com

Triadic colors

1 #9AB1DB and #DB9AB1 with #B1DB9A are triadic colors.

2 #9ADBB1 and #DBB19A with #B1DB9A are triadic colors.