COLOR #BFD777

HEX: #BFD777 RGB: (191,215,119)

Color info

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

RGB color model

#BFD777 color RGB value is (191,215,119).

RGB: (191,215,119) (75%, 84%, 47%)

RGB channels and saturation

R 191 of 255 = 75%
G 215 of 255 = 84%
B 119 of 255 = 47%

191
215
119

R + G + B ~ 69%. #BFD777 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 215 + 119 = 525 (100%)
R 191 of 525 ~ 36.38%
G 215 of 525 ~ 40.95%
B 119 of 525 ~ 22.67'%

%36.38
%40.95
%22.67

CMYK color model

#BFD777 color CMYK value is (11,0,45,16).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 44.65%
  • key color value is 15.69%

CMYK: (11,0,45,16)
C11M0Y45K16 (11%, 0%, 45%, 16%)
(0.11 / 0.00 / 0.45 / 0.16)

CMYK percentages

%11.16
%0
%44.65
%15.69

Codes

Color #BFD777 in popluar color models

BF D7 77
RGB 191 215 119
HSL 75° 54.55% 65.49%
HSB/HSV 75° 44.65% 84.31%
CMYK 11.16% 0.00% 44.65%
15.69%

Color #BFD777 in popluar number systems.

HEX BF D7 77
Decimal 191 215 119
Binary 10111111 11010111 1110111
Octal 277 327 167

Shades and tints

Shades of #BFD777

#BFD777
(191,215,119)
#AEC46D
(174,196,109)
#9DB163
(157,177,99)
#8C9E59
(140,158,89)
#7B8B4F
(123,139,79)
#6A7845
(106,120,69)
#59653B
(89,101,59)
#485231
(72,82,49)
#373F27
(55,63,39)
#262C1D
(38,44,29)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #BFD777

#BFD777
(191,215,119)
#C4DA83
(196,218,131)
#C9DD8F
(201,221,143)
#CEE09B
(206,224,155)
#D3E3A7
(211,227,167)
#D8E6B3
(216,230,179)
#DDE9BF
(221,233,191)
#E2ECCB
(226,236,203)
#E7EFD7
(231,239,215)
#ECF2E3
(236,242,227)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD777 color. Also use rgb(191,215,119) instead hex code.

Text Font Color

.myTextColor { color: #BFD777; }

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

This text font color is #BFD777.

Background Color

.myBgColor { background-color: #BFD777; }

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

This div background color is #BFD777.

Border color

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

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

This div border color is #BFD777.

Opacity

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

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

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

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

This text has shadow with #BFD777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD777.

Preview

Color preview on black background

This text has color #BFD777 on black background.


Color preview on white background

This text has color #BFD777 on white background.


Black color preview on #BFD777 background

This text has black color on #BFD777 background.


White color preview on #BFD777 background

This text has white color on #BFD777 background.


Related colors

Complementary color

Complementary color for #hex is #402888.


I love getcolorcode.com

Triadic colors

1 #77BFD7 and #D777BF with #BFD777 are triadic colors.

2 #77D7BF and #D7BF77 with #BFD777 are triadic colors.