COLOR #BFDD8B

HEX: #BFDD8B
RGB: (191,221,139)

Color info

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

RGB color model

#BFDD8B color RGB value is (191,221,139).

  • red value is 191;
  • green value is 221;
  • blue value is 139.
RGB:
(191,221,139)
(75%,87%,55%)

RGB channels and saturation

R 191 of 255 = 75%
G 221 of 255 = 87%
B 139 of 255 = 55%

191
221
139

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

Portions of RGB colors in percentages

R + G + B =
191 + 221 + 139 = 551 (100%)
R 191 of 551 ~ 34.66%
G 221 of 551 ~ 40.11%
B 139 of 551 ~ 25.23%

%34.66
%40.11
%25.23

CMYK color model

#BFDD8B color CMYK value is (14,0,37,13).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 13.33%
CMYK:
(14,0,37,13)
C14M0Y37K13 
(14%,0%,37%,13%)
(0.14/0.00/0.37/0.13)	

CMYK percentages

%13.57
%0
%37.1
%13.33

Codes

Color #BFDD8B in popluar color models

BFDD8B
RGB191221139
HSL82°54.67%70.59%
HSB/HSV82°37.10%86.67%
CMYK13.57%0.00%37.10%
13.33%

Color #BFDD8B in popluar number systems.

HEXBFDD8B
Decimal191221139
Binary101111111101110110001011
Octal277335213

Shades and tints

Shades of #BFDD8B

#BFDD8B
(191,221,139)
#AEC97F
(174,201,127)
#9DB573
(157,181,115)
#8CA167
(140,161,103)
#7B8D5B
(123,141,91)
#6A794F
(106,121,79)
#596543
(89,101,67)
#485137
(72,81,55)
#373D2B
(55,61,43)
#26291F
(38,41,31)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #BFDD8B

#BFDD8B
(191,221,139)
#C4E095
(196,224,149)
#C9E39F
(201,227,159)
#CEE6A9
(206,230,169)
#D3E9B3
(211,233,179)
#D8ECBD
(216,236,189)
#DDEFC7
(221,239,199)
#E2F2D1
(226,242,209)
#E7F5DB
(231,245,219)
#ECF8E5
(236,248,229)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFDD8B color. Also use rgb(191,221,139) instead hex code.

Text Font Color

.myTextColor { color: #BFDD8B; }

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

This text font color is #BFDD8B.


Background Color

.myBgColor { background-color: #BFDD8B; }

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

This div background color is #BFDD8B.


Border color

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

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

This div border color is #BFDD8B.


Opacity

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

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

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

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

This text has shadow with #BFDD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDD8B on black background.


Color preview on white background

This text has color #BFDD8B on white background.



Black color preview on #BFDD8B background

This text has black color on #BFDD8B background.


White color preview on #BFDD8B background

This text has white color on #BFDD8B background.