COLOR #B1D173

HEX: #B1D173 RGB: (177,209,115)

Color info

#B1D173 contains mainly red and green colors. Web safe color of #B1D173 is #99CC66 (or #9C6).

RGB color model

#B1D173 color RGB value is (177,209,115).

RGB: (177,209,115) (69%, 82%, 45%)

RGB channels and saturation

R 177 of 255 = 69%
G 209 of 255 = 82%
B 115 of 255 = 45%

177
209
115

R + G + B ~ 65%. #B1D173 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 209 + 115 = 501 (100%)
R 177 of 501 ~ 35.33%
G 209 of 501 ~ 41.72%
B 115 of 501 ~ 22.95'%

%35.33
%41.72
%22.95

CMYK color model

#B1D173 color CMYK value is (15,0,45,18).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 44.98%
  • key color value is 18.04%

CMYK: (15,0,45,18)
C15M0Y45K18 (15%, 0%, 45%, 18%)
(0.15 / 0.00 / 0.45 / 0.18)

CMYK percentages

%15.31
%0
%44.98
%18.04

Codes

Color #B1D173 in popluar color models

B1 D1 73
RGB 177 209 115
HSL 80° 50.54% 63.53%
HSB/HSV 80° 44.98% 81.96%
CMYK 15.31% 0.00% 44.98%
18.04%

Color #B1D173 in popluar number systems.

HEX B1 D1 73
Decimal 177 209 115
Binary 10110001 11010001 1110011
Octal 261 321 163

Shades and tints

Shades of #B1D173

#B1D173
(177,209,115)
#A1BE69
(161,190,105)
#91AB5F
(145,171,95)
#819855
(129,152,85)
#71854B
(113,133,75)
#617241
(97,114,65)
#515F37
(81,95,55)
#414C2D
(65,76,45)
#313923
(49,57,35)
#212619
(33,38,25)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #B1D173

#B1D173
(177,209,115)
#B8D57F
(184,213,127)
#BFD98B
(191,217,139)
#C6DD97
(198,221,151)
#CDE1A3
(205,225,163)
#D4E5AF
(212,229,175)
#DBE9BB
(219,233,187)
#E2EDC7
(226,237,199)
#E9F1D3
(233,241,211)
#F0F5DF
(240,245,223)
#F7F9EB
(247,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D173 color. Also use rgb(177,209,115) instead hex code.

Text Font Color

.myTextColor { color: #B1D173; }

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

This text font color is #B1D173.

Background Color

.myBgColor { background-color: #B1D173; }

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

This div background color is #B1D173.

Border color

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

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

This div border color is #B1D173.

Opacity

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

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

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

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

This text has shadow with #B1D173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D173.

Preview

Color preview on black background

This text has color #B1D173 on black background.


Color preview on white background

This text has color #B1D173 on white background.


Black color preview on #B1D173 background

This text has black color on #B1D173 background.


White color preview on #B1D173 background

This text has white color on #B1D173 background.


Related colors

Complementary color

Complementary color for #hex is #4E2E8C.


I love getcolorcode.com

Triadic colors

1 #73B1D1 and #D173B1 with #B1D173 are triadic colors.

2 #73D1B1 and #D1B173 with #B1D173 are triadic colors.