COLOR #BFDB9D

HEX: #BFDB9D RGB: (191,219,157)

Color info

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

RGB color model

#BFDB9D color RGB value is (191,219,157).

RGB: (191,219,157) (75%, 86%, 62%)

RGB channels and saturation

R 191 of 255 = 75%
G 219 of 255 = 86%
B 157 of 255 = 62%

191
219
157

R + G + B ~ 74%. #BFDB9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 219 + 157 = 567 (100%)
R 191 of 567 ~ 33.69%
G 219 of 567 ~ 38.62%
B 157 of 567 ~ 27.69'%

%33.69
%38.62
%27.69

CMYK color model

#BFDB9D color CMYK value is (13,0,28,14).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 28.31%
  • key color value is 14.12%

CMYK: (13,0,28,14)
C13M0Y28K14 (13%, 0%, 28%, 14%)
(0.13 / 0.00 / 0.28 / 0.14)

CMYK percentages

%12.79
%0
%28.31
%14.12

Codes

Color #BFDB9D in popluar color models

BF DB 9D
RGB 191 219 157
HSL 87° 46.27% 73.73%
HSB/HSV 87° 28.31% 85.88%
CMYK 12.79% 0.00% 28.31%
14.12%

Color #BFDB9D in popluar number systems.

HEX BF DB 9D
Decimal 191 219 157
Binary 10111111 11011011 10011101
Octal 277 333 235

Shades and tints

Shades of #BFDB9D

#BFDB9D
(191,219,157)
#AEC88F
(174,200,143)
#9DB581
(157,181,129)
#8CA273
(140,162,115)
#7B8F65
(123,143,101)
#6A7C57
(106,124,87)
#596949
(89,105,73)
#48563B
(72,86,59)
#37432D
(55,67,45)
#26301F
(38,48,31)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #BFDB9D

#BFDB9D
(191,219,157)
#C4DEA5
(196,222,165)
#C9E1AD
(201,225,173)
#CEE4B5
(206,228,181)
#D3E7BD
(211,231,189)
#D8EAC5
(216,234,197)
#DDEDCD
(221,237,205)
#E2F0D5
(226,240,213)
#E7F3DD
(231,243,221)
#ECF6E5
(236,246,229)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDB9D color. Also use rgb(191,219,157) instead hex code.

Text Font Color

.myTextColor { color: #BFDB9D; }

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

This text font color is #BFDB9D.

Background Color

.myBgColor { background-color: #BFDB9D; }

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

This div background color is #BFDB9D.

Border color

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

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

This div border color is #BFDB9D.

Opacity

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

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

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

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

This text has shadow with #BFDB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDB9D.

Preview

Color preview on black background

This text has color #BFDB9D on black background.


Color preview on white background

This text has color #BFDB9D on white background.


Black color preview on #BFDB9D background

This text has black color on #BFDB9D background.


White color preview on #BFDB9D background

This text has white color on #BFDB9D background.


Related colors

Complementary color

Complementary color for #hex is #402462.


I love getcolorcode.com

Triadic colors

1 #9DBFDB and #DB9DBF with #BFDB9D are triadic colors.

2 #9DDBBF and #DBBF9D with #BFDB9D are triadic colors.