COLOR #BFD397

HEX: #BFD397 RGB: (191,211,151)

Color info

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

RGB color model

#BFD397 color RGB value is (191,211,151).

RGB: (191,211,151) (75%, 83%, 59%)

RGB channels and saturation

R 191 of 255 = 75%
G 211 of 255 = 83%
B 151 of 255 = 59%

191
211
151

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

Portions of RGB colors in percentages

R + G + B = 191 + 211 + 151 = 553 (100%)
R 191 of 553 ~ 34.54%
G 211 of 553 ~ 38.16%
B 151 of 553 ~ 27.31'%

%34.54
%38.16
%27.31

CMYK color model

#BFD397 color CMYK value is (9,0,28,17).

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 17.25%
CMYK: (9,0,28,17) C9M0Y28K17 (9%,0%,28%,17%) (0.09/0.00/0.28/0.17) 

CMYK percentages

%9.48
%0
%28.44
%17.25

Codes

Color #BFD397 in popluar color models

BF D3 97
RGB 191 211 151
HSL 80° 40.54% 70.98%
HSB/HSV 80° 28.44% 82.75%
CMYK 9.48% 0.00% 28.44%
17.25%

Color #BFD397 in popluar number systems.

HEX BF D3 97
Decimal 191 211 151
Binary 10111111 11010011 10010111
Octal 277 323 227

Shades and tints

Shades of #BFD397

#BFD397
(191,211,151)
#AEC08A
(174,192,138)
#9DAD7D
(157,173,125)
#8C9A70
(140,154,112)
#7B8763
(123,135,99)
#6A7456
(106,116,86)
#596149
(89,97,73)
#484E3C
(72,78,60)
#373B2F
(55,59,47)
#262822
(38,40,34)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #BFD397

#BFD397
(191,211,151)
#C4D7A0
(196,215,160)
#C9DBA9
(201,219,169)
#CEDFB2
(206,223,178)
#D3E3BB
(211,227,187)
#D8E7C4
(216,231,196)
#DDEBCD
(221,235,205)
#E2EFD6
(226,239,214)
#E7F3DF
(231,243,223)
#ECF7E8
(236,247,232)
#F1FBF1
(241,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD397 color. Also use rgb(191,211,151) instead hex code.

Text Font Color

.myTextColor { color: #BFD397; }

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

This text font color is #BFD397.

Background Color

.myBgColor { background-color: #BFD397; }

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

This div background color is #BFD397.

Border color

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

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

This div border color is #BFD397.

Opacity

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

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

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

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

This text has shadow with #BFD397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD397.

Preview

Color preview on black background

This text has color #BFD397 on black background.


Color preview on white background

This text has color #BFD397 on white background.


Black color preview on #BFD397 background

This text has black color on #BFD397 background.


White color preview on #BFD397 background

This text has white color on #BFD397 background.


Related colors

Complementary color

Complementary color for #hex is #402C68.


I love getcolorcode.com

Triadic colors

1 #97BFD3 and #D397BF with #BFD397 are triadic colors.

2 #97D3BF and #D3BF97 with #BFD397 are triadic colors.