COLOR #B1D17D

HEX: #B1D17D RGB: (177,209,125)

Color info

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

RGB color model

#B1D17D color RGB value is (177,209,125).

RGB: (177,209,125) (69%, 82%, 49%)

RGB channels and saturation

R 177 of 255 = 69%
G 209 of 255 = 82%
B 125 of 255 = 49%

177
209
125

R + G + B ~ 67%. #B1D17D is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 209 + 125 = 511 (100%)
R 177 of 511 ~ 34.64%
G 209 of 511 ~ 40.9%
B 125 of 511 ~ 24.46'%

%34.64
%40.9
%24.46

CMYK color model

#B1D17D color CMYK value is (15,0,40,18).

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

CMYK: (15,0,40,18)
C15M0Y40K18 (15%, 0%, 40%, 18%)
(0.15 / 0.00 / 0.40 / 0.18)

CMYK percentages

%15.31
%0
%40.19
%18.04

Codes

Color #B1D17D in popluar color models

B1 D1 7D
RGB 177 209 125
HSL 83° 47.73% 65.49%
HSB/HSV 83° 40.19% 81.96%
CMYK 15.31% 0.00% 40.19%
18.04%

Color #B1D17D in popluar number systems.

HEX B1 D1 7D
Decimal 177 209 125
Binary 10110001 11010001 1111101
Octal 261 321 175

Shades and tints

Shades of #B1D17D

#B1D17D
(177,209,125)
#A1BE72
(161,190,114)
#91AB67
(145,171,103)
#81985C
(129,152,92)
#718551
(113,133,81)
#617246
(97,114,70)
#515F3B
(81,95,59)
#414C30
(65,76,48)
#313925
(49,57,37)
#21261A
(33,38,26)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #B1D17D

#B1D17D
(177,209,125)
#B8D588
(184,213,136)
#BFD993
(191,217,147)
#C6DD9E
(198,221,158)
#CDE1A9
(205,225,169)
#D4E5B4
(212,229,180)
#DBE9BF
(219,233,191)
#E2EDCA
(226,237,202)
#E9F1D5
(233,241,213)
#F0F5E0
(240,245,224)
#F7F9EB
(247,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D17D; }

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

This text font color is #B1D17D.

Background Color

.myBgColor { background-color: #B1D17D; }

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

This div background color is #B1D17D.

Border color

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

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

This div border color is #B1D17D.

Opacity

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

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

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

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

This text has shadow with #B1D17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D17D.

Preview

Color preview on black background

This text has color #B1D17D on black background.


Color preview on white background

This text has color #B1D17D on white background.


Black color preview on #B1D17D background

This text has black color on #B1D17D background.


White color preview on #B1D17D background

This text has white color on #B1D17D background.


Related colors

Complementary color

Complementary color for #hex is #4E2E82.


I love getcolorcode.com

Triadic colors

1 #7DB1D1 and #D17DB1 with #B1D17D are triadic colors.

2 #7DD1B1 and #D1B17D with #B1D17D are triadic colors.