COLOR #BFD98F

HEX: #BFD98F RGB: (191,217,143)

Color info

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

RGB color model

#BFD98F color RGB value is (191,217,143).

RGB: (191,217,143) (75%, 85%, 56%)

RGB channels and saturation

R 191 of 255 = 75%
G 217 of 255 = 85%
B 143 of 255 = 56%

191
217
143

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

Portions of RGB colors in percentages

R + G + B = 191 + 217 + 143 = 551 (100%)
R 191 of 551 ~ 34.66%
G 217 of 551 ~ 39.38%
B 143 of 551 ~ 25.95'%

%34.66
%39.38
%25.95

CMYK color model

#BFD98F color CMYK value is (12,0,34,15).

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

CMYK: (12,0,34,15)
C12M0Y34K15 (12%, 0%, 34%, 15%)
(0.12 / 0.00 / 0.34 / 0.15)

CMYK percentages

%11.98
%0
%34.1
%14.9

Codes

Color #BFD98F in popluar color models

BF D9 8F
RGB 191 217 143
HSL 81° 49.33% 70.59%
HSB/HSV 81° 34.10% 85.10%
CMYK 11.98% 0.00% 34.10%
14.90%

Color #BFD98F in popluar number systems.

HEX BF D9 8F
Decimal 191 217 143
Binary 10111111 11011001 10001111
Octal 277 331 217

Shades and tints

Shades of #BFD98F

#BFD98F
(191,217,143)
#AEC682
(174,198,130)
#9DB375
(157,179,117)
#8CA068
(140,160,104)
#7B8D5B
(123,141,91)
#6A7A4E
(106,122,78)
#596741
(89,103,65)
#485434
(72,84,52)
#374127
(55,65,39)
#262E1A
(38,46,26)
#151B0D
(21,27,13)
#000000
(0,0,0)

Tints of #BFD98F

#BFD98F
(191,217,143)
#C4DC99
(196,220,153)
#C9DFA3
(201,223,163)
#CEE2AD
(206,226,173)
#D3E5B7
(211,229,183)
#D8E8C1
(216,232,193)
#DDEBCB
(221,235,203)
#E2EED5
(226,238,213)
#E7F1DF
(231,241,223)
#ECF4E9
(236,244,233)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD98F; }

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

This text font color is #BFD98F.

Background Color

.myBgColor { background-color: #BFD98F; }

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

This div background color is #BFD98F.

Border color

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

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

This div border color is #BFD98F.

Opacity

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

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

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

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

This text has shadow with #BFD98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD98F.

Preview

Color preview on black background

This text has color #BFD98F on black background.


Color preview on white background

This text has color #BFD98F on white background.


Black color preview on #BFD98F background

This text has black color on #BFD98F background.


White color preview on #BFD98F background

This text has white color on #BFD98F background.


Related colors

Complementary color

Complementary color for #hex is #402670.


I love getcolorcode.com

Triadic colors

1 #8FBFD9 and #D98FBF with #BFD98F are triadic colors.

2 #8FD9BF and #D9BF8F with #BFD98F are triadic colors.