COLOR #BFD399

HEX: #BFD399 RGB: (191,211,153)

Color info

#BFD399 contains red, green and blue colors in about the same proportion. Web safe color of #BFD399 is #CCCC99 (or #CC9).

RGB color model

#BFD399 color RGB value is (191,211,153).

RGB: (191,211,153) (75%, 83%, 60%)

RGB channels and saturation

R 191 of 255 = 75%
G 211 of 255 = 83%
B 153 of 255 = 60%

191
211
153

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

Portions of RGB colors in percentages

R + G + B = 191 + 211 + 153 = 555 (100%)
R 191 of 555 ~ 34.41%
G 211 of 555 ~ 38.02%
B 153 of 555 ~ 27.57'%

%34.41
%38.02
%27.57

CMYK color model

#BFD399 color CMYK value is (9,0,27,17).

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 27.49%
  • key color value is 17.25%

CMYK: (9,0,27,17)
C9M0Y27K17 (9%, 0%, 27%, 17%)
(0.09 / 0.00 / 0.27 / 0.17)

CMYK percentages

%9.48
%0
%27.49
%17.25

Codes

Color #BFD399 in popluar color models

BF D3 99
RGB 191 211 153
HSL 81° 39.73% 71.37%
HSB/HSV 81° 27.49% 82.75%
CMYK 9.48% 0.00% 27.49%
17.25%

Color #BFD399 in popluar number systems.

HEX BF D3 99
Decimal 191 211 153
Binary 10111111 11010011 10011001
Octal 277 323 231

Shades and tints

Shades of #BFD399

#BFD399
(191,211,153)
#AEC08C
(174,192,140)
#9DAD7F
(157,173,127)
#8C9A72
(140,154,114)
#7B8765
(123,135,101)
#6A7458
(106,116,88)
#59614B
(89,97,75)
#484E3E
(72,78,62)
#373B31
(55,59,49)
#262824
(38,40,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #BFD399

#BFD399
(191,211,153)
#C4D7A2
(196,215,162)
#C9DBAB
(201,219,171)
#CEDFB4
(206,223,180)
#D3E3BD
(211,227,189)
#D8E7C6
(216,231,198)
#DDEBCF
(221,235,207)
#E2EFD8
(226,239,216)
#E7F3E1
(231,243,225)
#ECF7EA
(236,247,234)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD399; }

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

This text font color is #BFD399.

Background Color

.myBgColor { background-color: #BFD399; }

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

This div background color is #BFD399.

Border color

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

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

This div border color is #BFD399.

Opacity

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

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

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

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

This text has shadow with #BFD399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD399.

Preview

Color preview on black background

This text has color #BFD399 on black background.


Color preview on white background

This text has color #BFD399 on white background.


Black color preview on #BFD399 background

This text has black color on #BFD399 background.


White color preview on #BFD399 background

This text has white color on #BFD399 background.


Related colors

Complementary color

Complementary color for #hex is #402C66.


I love getcolorcode.com

Triadic colors

1 #99BFD3 and #D399BF with #BFD399 are triadic colors.

2 #99D3BF and #D3BF99 with #BFD399 are triadic colors.