COLOR #BFE687

HEX: #BFE687 RGB: (191,230,135)

Color info

#BFE687 contains mainly red and green colors. Web safe color of #BFE687 is #CCCC99 (or #CC9).

RGB color model

#BFE687 color RGB value is (191,230,135).

RGB: (191,230,135) (75%, 90%, 53%)

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 135 of 255 = 53%

191
230
135

R + G + B ~ 73%. #BFE687 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 230 + 135 = 556 (100%)
R 191 of 556 ~ 34.35%
G 230 of 556 ~ 41.37%
B 135 of 556 ~ 24.28'%

%34.35
%41.37
%24.28

CMYK color model

#BFE687 color CMYK value is (17,0,41,10).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 41.30%
  • key color value is 9.80%

CMYK: (17,0,41,10)
C17M0Y41K10 (17%, 0%, 41%, 10%)
(0.17 / 0.00 / 0.41 / 0.10)

CMYK percentages

%16.96
%0
%41.3
%9.8

Codes

Color #BFE687 in popluar color models

BF E6 87
RGB 191 230 135
HSL 85° 65.52% 71.57%
HSB/HSV 85° 41.30% 90.20%
CMYK 16.96% 0.00% 41.30%
9.80%

Color #BFE687 in popluar number systems.

HEX BF E6 87
Decimal 191 230 135
Binary 10111111 11100110 10000111
Octal 277 346 207

Shades and tints

Shades of #BFE687

#BFE687
(191,230,135)
#AED27B
(174,210,123)
#9DBE6F
(157,190,111)
#8CAA63
(140,170,99)
#7B9657
(123,150,87)
#6A824B
(106,130,75)
#596E3F
(89,110,63)
#485A33
(72,90,51)
#374627
(55,70,39)
#26321B
(38,50,27)
#151E0F
(21,30,15)
#000000
(0,0,0)

Tints of #BFE687

#BFE687
(191,230,135)
#C4E891
(196,232,145)
#C9EA9B
(201,234,155)
#CEECA5
(206,236,165)
#D3EEAF
(211,238,175)
#D8F0B9
(216,240,185)
#DDF2C3
(221,242,195)
#E2F4CD
(226,244,205)
#E7F6D7
(231,246,215)
#ECF8E1
(236,248,225)
#F1FAEB
(241,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE687 color. Also use rgb(191,230,135) instead hex code.

Text Font Color

.myTextColor { color: #BFE687; }

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

This text font color is #BFE687.

Background Color

.myBgColor { background-color: #BFE687; }

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

This div background color is #BFE687.

Border color

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

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

This div border color is #BFE687.

Opacity

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

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

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

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

This text has shadow with #BFE687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE687.

Preview

Color preview on black background

This text has color #BFE687 on black background.


Color preview on white background

This text has color #BFE687 on white background.


Black color preview on #BFE687 background

This text has black color on #BFE687 background.


White color preview on #BFE687 background

This text has white color on #BFE687 background.


Related colors

Complementary color

Complementary color for #hex is #401978.


I love getcolorcode.com

Triadic colors

1 #87BFE6 and #E687BF with #BFE687 are triadic colors.

2 #87E6BF and #E6BF87 with #BFE687 are triadic colors.