COLOR #BFD171

HEX: #BFD171 RGB: (191,209,113)

Color info

#BFD171 contains mainly red and green colors. Web safe color of #BFD171 is #CCCC66 (or #CC6).

RGB color model

#BFD171 color RGB value is (191,209,113).

RGB: (191,209,113) (75%, 82%, 44%)

RGB channels and saturation

R 191 of 255 = 75%
G 209 of 255 = 82%
B 113 of 255 = 44%

191
209
113

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

Portions of RGB colors in percentages

R + G + B = 191 + 209 + 113 = 513 (100%)
R 191 of 513 ~ 37.23%
G 209 of 513 ~ 40.74%
B 113 of 513 ~ 22.03'%

%37.23
%40.74
%22.03

CMYK color model

#BFD171 color CMYK value is (9,0,46,18).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 18.04%

CMYK: (9,0,46,18)
C9M0Y46K18 (9%, 0%, 46%, 18%)
(0.09 / 0.00 / 0.46 / 0.18)

CMYK percentages

%8.61
%0
%45.93
%18.04

Codes

Color #BFD171 in popluar color models

BF D1 71
RGB 191 209 113
HSL 71° 51.06% 63.14%
HSB/HSV 71° 45.93% 81.96%
CMYK 8.61% 0.00% 45.93%
18.04%

Color #BFD171 in popluar number systems.

HEX BF D1 71
Decimal 191 209 113
Binary 10111111 11010001 1110001
Octal 277 321 161

Shades and tints

Shades of #BFD171

#BFD171
(191,209,113)
#AEBE67
(174,190,103)
#9DAB5D
(157,171,93)
#8C9853
(140,152,83)
#7B8549
(123,133,73)
#6A723F
(106,114,63)
#595F35
(89,95,53)
#484C2B
(72,76,43)
#373921
(55,57,33)
#262617
(38,38,23)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #BFD171

#BFD171
(191,209,113)
#C4D57D
(196,213,125)
#C9D989
(201,217,137)
#CEDD95
(206,221,149)
#D3E1A1
(211,225,161)
#D8E5AD
(216,229,173)
#DDE9B9
(221,233,185)
#E2EDC5
(226,237,197)
#E7F1D1
(231,241,209)
#ECF5DD
(236,245,221)
#F1F9E9
(241,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD171 color. Also use rgb(191,209,113) instead hex code.

Text Font Color

.myTextColor { color: #BFD171; }

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

This text font color is #BFD171.

Background Color

.myBgColor { background-color: #BFD171; }

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

This div background color is #BFD171.

Border color

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

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

This div border color is #BFD171.

Opacity

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

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

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

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

This text has shadow with #BFD171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD171.

Preview

Color preview on black background

This text has color #BFD171 on black background.


Color preview on white background

This text has color #BFD171 on white background.


Black color preview on #BFD171 background

This text has black color on #BFD171 background.


White color preview on #BFD171 background

This text has white color on #BFD171 background.


Related colors

Complementary color

Complementary color for #hex is #402E8E.


I love getcolorcode.com

Triadic colors

1 #71BFD1 and #D171BF with #BFD171 are triadic colors.

2 #71D1BF and #D1BF71 with #BFD171 are triadic colors.