COLOR #B1DFB3

HEX: #B1DFB3 RGB: (177,223,179)

Color info

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

RGB color model

#B1DFB3 color RGB value is (177,223,179).

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

RGB channels and saturation

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

177
223
179

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

Portions of RGB colors in percentages

R + G + B = 177 + 223 + 179 = 579 (100%)
R 177 of 579 ~ 30.57%
G 223 of 579 ~ 38.51%
B 179 of 579 ~ 30.92'%

%30.57
%38.51
%30.92

CMYK color model

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

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • 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
%19.73
%12.55

Codes

Color #B1DFB3 in popluar color models

B1 DF B3
RGB 177 223 179
HSL 123° 41.82% 78.43%
HSB/HSV 123° 20.63% 87.45%
CMYK 20.63% 0.00% 19.73%
12.55%

Color #B1DFB3 in popluar number systems.

HEX B1 DF B3
Decimal 177 223 179
Binary 10110001 11011111 10110011
Octal 261 337 263

Shades and tints

Shades of #B1DFB3

#B1DFB3
(177,223,179)
#A1CBA3
(161,203,163)
#91B793
(145,183,147)
#81A383
(129,163,131)
#718F73
(113,143,115)
#617B63
(97,123,99)
#516753
(81,103,83)
#415343
(65,83,67)
#313F33
(49,63,51)
#212B23
(33,43,35)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #B1DFB3

#B1DFB3
(177,223,179)
#B8E1B9
(184,225,185)
#BFE3BF
(191,227,191)
#C6E5C5
(198,229,197)
#CDE7CB
(205,231,203)
#D4E9D1
(212,233,209)
#DBEBD7
(219,235,215)
#E2EDDD
(226,237,221)
#E9EFE3
(233,239,227)
#F0F1E9
(240,241,233)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DFB3; }

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

This text font color is #B1DFB3.

Background Color

.myBgColor { background-color: #B1DFB3; }

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

This div background color is #B1DFB3.

Border color

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

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

This div border color is #B1DFB3.

Opacity

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

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

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

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

This text has shadow with #B1DFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DFB3.

Preview

Color preview on black background

This text has color #B1DFB3 on black background.


Color preview on white background

This text has color #B1DFB3 on white background.


Black color preview on #B1DFB3 background

This text has black color on #B1DFB3 background.


White color preview on #B1DFB3 background

This text has white color on #B1DFB3 background.


Related colors

Complementary color

Complementary color for #hex is #4E204C.


I love getcolorcode.com

Triadic colors

1 #B3B1DF and #DFB3B1 with #B1DFB3 are triadic colors.

2 #B3DFB1 and #DFB1B3 with #B1DFB3 are triadic colors.