COLOR #B1DFAB

HEX: #B1DFAB RGB: (177,223,171)

Color info

#B1DFAB contains red, green and blue colors in about the same proportion. Web safe color of #B1DFAB is #99CC99 (or #9C9).

RGB color model

#B1DFAB color RGB value is (177,223,171).

RGB: (177,223,171) (69%, 87%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 223 of 255 = 87%
B 171 of 255 = 67%

177
223
171

R + G + B ~ 74%. #B1DFAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 223 + 171 = 571 (100%)
R 177 of 571 ~ 31%
G 223 of 571 ~ 39.05%
B 171 of 571 ~ 29.95'%

%31
%39.05
%29.95

CMYK color model

#B1DFAB color CMYK value is (21,0,23,13).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK: (21,0,23,13) C21M0Y23K13 (21%,0%,23%,13%) (0.21/0.00/0.23/0.13) 

CMYK percentages

%20.63
%0
%23.32
%12.55

Codes

Color #B1DFAB in popluar color models

B1 DF AB
RGB 177 223 171
HSL 113° 44.83% 77.25%
HSB/HSV 113° 23.32% 87.45%
CMYK 20.63% 0.00% 23.32%
12.55%

Color #B1DFAB in popluar number systems.

HEX B1 DF AB
Decimal 177 223 171
Binary 10110001 11011111 10101011
Octal 261 337 253

Shades and tints

Shades of #B1DFAB

#B1DFAB
(177,223,171)
#A1CB9C
(161,203,156)
#91B78D
(145,183,141)
#81A37E
(129,163,126)
#718F6F
(113,143,111)
#617B60
(97,123,96)
#516751
(81,103,81)
#415342
(65,83,66)
#313F33
(49,63,51)
#212B24
(33,43,36)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #B1DFAB

#B1DFAB
(177,223,171)
#B8E1B2
(184,225,178)
#BFE3B9
(191,227,185)
#C6E5C0
(198,229,192)
#CDE7C7
(205,231,199)
#D4E9CE
(212,233,206)
#DBEBD5
(219,235,213)
#E2EDDC
(226,237,220)
#E9EFE3
(233,239,227)
#F0F1EA
(240,241,234)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DFAB color. Also use rgb(177,223,171) instead hex code.

Text Font Color

.myTextColor { color: #B1DFAB; }

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

This text font color is #B1DFAB.

Background Color

.myBgColor { background-color: #B1DFAB; }

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

This div background color is #B1DFAB.

Border color

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

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

This div border color is #B1DFAB.

Opacity

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

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

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

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

This text has shadow with #B1DFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DFAB.

Preview

Color preview on black background

This text has color #B1DFAB on black background.


Color preview on white background

This text has color #B1DFAB on white background.


Black color preview on #B1DFAB background

This text has black color on #B1DFAB background.


White color preview on #B1DFAB background

This text has white color on #B1DFAB background.


Related colors

Complementary color

Complementary color for #hex is #4E2054.


I love getcolorcode.com

Triadic colors

1 #ABB1DF and #DFABB1 with #B1DFAB are triadic colors.

2 #ABDFB1 and #DFB1AB with #B1DFAB are triadic colors.