COLOR #B1DFB2

HEX: #B1DFB2 RGB: (177,223,178)

Color info

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

RGB color model

#B1DFB2 color RGB value is (177,223,178).

RGB: (177,223,178) (69%, 87%, 70%)

RGB channels and saturation

R 177 of 255 = 69%
G 223 of 255 = 87%
B 178 of 255 = 70%

177
223
178

R + G + B ~ 75%. #B1DFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 223 + 178 = 578 (100%)
R 177 of 578 ~ 30.62%
G 223 of 578 ~ 38.58%
B 178 of 578 ~ 30.8'%

%30.62
%38.58
%30.8

CMYK color model

#B1DFB2 color CMYK value is (21,0,20,13).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 12.55%

CMYK: (21,0,20,13)
C21M0Y20K13 (21%, 0%, 20%, 13%)
(0.21 / 0.00 / 0.20 / 0.13)

CMYK percentages

%20.63
%0
%20.18
%12.55

Codes

Color #B1DFB2 in popluar color models

B1 DF B2
RGB 177 223 178
HSL 121° 41.82% 78.43%
HSB/HSV 121° 20.63% 87.45%
CMYK 20.63% 0.00% 20.18%
12.55%

Color #B1DFB2 in popluar number systems.

HEX B1 DF B2
Decimal 177 223 178
Binary 10110001 11011111 10110010
Octal 261 337 262

Shades and tints

Shades of #B1DFB2

#B1DFB2
(177,223,178)
#A1CBA2
(161,203,162)
#91B792
(145,183,146)
#81A382
(129,163,130)
#718F72
(113,143,114)
#617B62
(97,123,98)
#516752
(81,103,82)
#415342
(65,83,66)
#313F32
(49,63,50)
#212B22
(33,43,34)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #B1DFB2

#B1DFB2
(177,223,178)
#B8E1B9
(184,225,185)
#BFE3C0
(191,227,192)
#C6E5C7
(198,229,199)
#CDE7CE
(205,231,206)
#D4E9D5
(212,233,213)
#DBEBDC
(219,235,220)
#E2EDE3
(226,237,227)
#E9EFEA
(233,239,234)
#F0F1F1
(240,241,241)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DFB2; }

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

This text font color is #B1DFB2.

Background Color

.myBgColor { background-color: #B1DFB2; }

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

This div background color is #B1DFB2.

Border color

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

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

This div border color is #B1DFB2.

Opacity

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

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

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

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

This text has shadow with #B1DFB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DFB2.

Preview

Color preview on black background

This text has color #B1DFB2 on black background.


Color preview on white background

This text has color #B1DFB2 on white background.


Black color preview on #B1DFB2 background

This text has black color on #B1DFB2 background.


White color preview on #B1DFB2 background

This text has white color on #B1DFB2 background.


Related colors

Complementary color

Complementary color for #hex is #4E204D.


I love getcolorcode.com

Triadic colors

1 #B2B1DF and #DFB2B1 with #B1DFB2 are triadic colors.

2 #B2DFB1 and #DFB1B2 with #B1DFB2 are triadic colors.