COLOR #BFD992

HEX: #BFD992 RGB: (191,217,146)

Color info

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

RGB color model

#BFD992 color RGB value is (191,217,146).

RGB: (191,217,146) (75%, 85%, 57%)

RGB channels and saturation

R 191 of 255 = 75%
G 217 of 255 = 85%
B 146 of 255 = 57%

191
217
146

R + G + B ~ 72%. #BFD992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 217 + 146 = 554 (100%)
R 191 of 554 ~ 34.48%
G 217 of 554 ~ 39.17%
B 146 of 554 ~ 26.35'%

%34.48
%39.17
%26.35

CMYK color model

#BFD992 color CMYK value is (12,0,33,15).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 32.72%
  • key color value is 14.90%

CMYK: (12,0,33,15)
C12M0Y33K15 (12%, 0%, 33%, 15%)
(0.12 / 0.00 / 0.33 / 0.15)

CMYK percentages

%11.98
%0
%32.72
%14.9

Codes

Color #BFD992 in popluar color models

BF D9 92
RGB 191 217 146
HSL 82° 48.30% 71.18%
HSB/HSV 82° 32.72% 85.10%
CMYK 11.98% 0.00% 32.72%
14.90%

Color #BFD992 in popluar number systems.

HEX BF D9 92
Decimal 191 217 146
Binary 10111111 11011001 10010010
Octal 277 331 222

Shades and tints

Shades of #BFD992

#BFD992
(191,217,146)
#AEC685
(174,198,133)
#9DB378
(157,179,120)
#8CA06B
(140,160,107)
#7B8D5E
(123,141,94)
#6A7A51
(106,122,81)
#596744
(89,103,68)
#485437
(72,84,55)
#37412A
(55,65,42)
#262E1D
(38,46,29)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #BFD992

#BFD992
(191,217,146)
#C4DC9B
(196,220,155)
#C9DFA4
(201,223,164)
#CEE2AD
(206,226,173)
#D3E5B6
(211,229,182)
#D8E8BF
(216,232,191)
#DDEBC8
(221,235,200)
#E2EED1
(226,238,209)
#E7F1DA
(231,241,218)
#ECF4E3
(236,244,227)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD992 color. Also use rgb(191,217,146) instead hex code.

Text Font Color

.myTextColor { color: #BFD992; }

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

This text font color is #BFD992.

Background Color

.myBgColor { background-color: #BFD992; }

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

This div background color is #BFD992.

Border color

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

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

This div border color is #BFD992.

Opacity

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

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

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

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

This text has shadow with #BFD992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD992.

Preview

Color preview on black background

This text has color #BFD992 on black background.


Color preview on white background

This text has color #BFD992 on white background.


Black color preview on #BFD992 background

This text has black color on #BFD992 background.


White color preview on #BFD992 background

This text has white color on #BFD992 background.


Related colors

Complementary color

Complementary color for #hex is #40266D.


I love getcolorcode.com

Triadic colors

1 #92BFD9 and #D992BF with #BFD992 are triadic colors.

2 #92D9BF and #D9BF92 with #BFD992 are triadic colors.