COLOR #BFDDAB

HEX: #BFDDAB
RGB: (191,221,171)

Color info

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

RGB color model

#BFDDAB color RGB value is (191,221,171).

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

RGB channels and saturation

R 191 of 255 = 75%
G 221 of 255 = 87%
B 171 of 255 = 67%

191
221
171

R + G + B ~ 76%. #BFDDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 221 + 171 = 583 (100%)
R 191 of 583 ~ 32.76%
G 221 of 583 ~ 37.91%
B 171 of 583 ~ 29.33%

%32.76
%37.91
%29.33

CMYK color model

#BFDDAB color CMYK value is (14,0,23,13).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 13.33%
CMYK:
(14,0,23,13)
C14M0Y23K13 
(14%,0%,23%,13%)
(0.14/0.00/0.23/0.13)	

CMYK percentages

%13.57
%0
%22.62
%13.33

Codes

Color #BFDDAB in popluar color models

BFDDAB
RGB191221171
HSL96°42.37%76.86%
HSB/HSV96°22.62%86.67%
CMYK13.57%0.00%22.62%
13.33%

Color #BFDDAB in popluar number systems.

HEXBFDDAB
Decimal191221171
Binary101111111101110110101011
Octal277335253

Shades and tints

Shades of #BFDDAB

#BFDDAB
(191,221,171)
#AEC99C
(174,201,156)
#9DB58D
(157,181,141)
#8CA17E
(140,161,126)
#7B8D6F
(123,141,111)
#6A7960
(106,121,96)
#596551
(89,101,81)
#485142
(72,81,66)
#373D33
(55,61,51)
#262924
(38,41,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #BFDDAB

#BFDDAB
(191,221,171)
#C4E0B2
(196,224,178)
#C9E3B9
(201,227,185)
#CEE6C0
(206,230,192)
#D3E9C7
(211,233,199)
#D8ECCE
(216,236,206)
#DDEFD5
(221,239,213)
#E2F2DC
(226,242,220)
#E7F5E3
(231,245,227)
#ECF8EA
(236,248,234)
#F1FBF1
(241,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDDAB; }

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

This text font color is #BFDDAB.


Background Color

.myBgColor { background-color: #BFDDAB; }

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

This div background color is #BFDDAB.


Border color

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

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

This div border color is #BFDDAB.


Opacity

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

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

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

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

This text has shadow with #BFDDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDDAB on black background.


Color preview on white background

This text has color #BFDDAB on white background.



Black color preview on #BFDDAB background

This text has black color on #BFDDAB background.


White color preview on #BFDDAB background

This text has white color on #BFDDAB background.