COLOR #BFD7AE

HEX: #BFD7AE
RGB: (191,215,174)

Color info

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

RGB color model

#BFD7AE color RGB value is (191,215,174).

  • red value is 191;
  • green value is 215;
  • blue value is 174.
RGB:
(191,215,174)
(75%,84%,68%)

RGB channels and saturation

R 191 of 255 = 75%
G 215 of 255 = 84%
B 174 of 255 = 68%

191
215
174

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

Portions of RGB colors in percentages

R + G + B =
191 + 215 + 174 = 580 (100%)
R 191 of 580 ~ 32.93%
G 215 of 580 ~ 37.07%
B 174 of 580 ~ 30%

%32.93
%37.07
%30

CMYK color model

#BFD7AE color CMYK value is (11,0,19,16).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(11,0,19,16)
C11M0Y19K16 
(11%,0%,19%,16%)
(0.11/0.00/0.19/0.16)	

CMYK percentages

%11.16
%0
%19.07
%15.69

Codes

Color #BFD7AE in popluar color models

BFD7AE
RGB191215174
HSL95°33.88%76.27%
HSB/HSV95°19.07%84.31%
CMYK11.16%0.00%19.07%
15.69%

Color #BFD7AE in popluar number systems.

HEXBFD7AE
Decimal191215174
Binary101111111101011110101110
Octal277327256

Shades and tints

Shades of #BFD7AE

#BFD7AE
(191,215,174)
#AEC49F
(174,196,159)
#9DB190
(157,177,144)
#8C9E81
(140,158,129)
#7B8B72
(123,139,114)
#6A7863
(106,120,99)
#596554
(89,101,84)
#485245
(72,82,69)
#373F36
(55,63,54)
#262C27
(38,44,39)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #BFD7AE

#BFD7AE
(191,215,174)
#C4DAB5
(196,218,181)
#C9DDBC
(201,221,188)
#CEE0C3
(206,224,195)
#D3E3CA
(211,227,202)
#D8E6D1
(216,230,209)
#DDE9D8
(221,233,216)
#E2ECDF
(226,236,223)
#E7EFE6
(231,239,230)
#ECF2ED
(236,242,237)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD7AE color. Also use rgb(191,215,174) instead hex code.

Text Font Color

.myTextColor { color: #BFD7AE; }

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

This text font color is #BFD7AE.


Background Color

.myBgColor { background-color: #BFD7AE; }

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

This div background color is #BFD7AE.


Border color

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

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

This div border color is #BFD7AE.


Opacity

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

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

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

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

This text has shadow with #BFD7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD7AE on black background.


Color preview on white background

This text has color #BFD7AE on white background.



Black color preview on #BFD7AE background

This text has black color on #BFD7AE background.


White color preview on #BFD7AE background

This text has white color on #BFD7AE background.