COLOR #BFD7A6

HEX: #BFD7A6 RGB: (191,215,166)

Color info

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

RGB color model

#BFD7A6 color RGB value is (191,215,166).

RGB: (191,215,166) (75%, 84%, 65%)

RGB channels and saturation

R 191 of 255 = 75%
G 215 of 255 = 84%
B 166 of 255 = 65%

191
215
166

R + G + B ~ 75%. #BFD7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 215 + 166 = 572 (100%)
R 191 of 572 ~ 33.39%
G 215 of 572 ~ 37.59%
B 166 of 572 ~ 29.02'%

%33.39
%37.59
%29.02

CMYK color model

#BFD7A6 color CMYK value is (11,0,23,16).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 15.69%

CMYK: (11,0,23,16)
C11M0Y23K16 (11%, 0%, 23%, 16%)
(0.11 / 0.00 / 0.23 / 0.16)

CMYK percentages

%11.16
%0
%22.79
%15.69

Codes

Color #BFD7A6 in popluar color models

BF D7 A6
RGB 191 215 166
HSL 89° 37.98% 74.71%
HSB/HSV 89° 22.79% 84.31%
CMYK 11.16% 0.00% 22.79%
15.69%

Color #BFD7A6 in popluar number systems.

HEX BF D7 A6
Decimal 191 215 166
Binary 10111111 11010111 10100110
Octal 277 327 246

Shades and tints

Shades of #BFD7A6

#BFD7A6
(191,215,166)
#AEC497
(174,196,151)
#9DB188
(157,177,136)
#8C9E79
(140,158,121)
#7B8B6A
(123,139,106)
#6A785B
(106,120,91)
#59654C
(89,101,76)
#48523D
(72,82,61)
#373F2E
(55,63,46)
#262C1F
(38,44,31)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #BFD7A6

#BFD7A6
(191,215,166)
#C4DAAE
(196,218,174)
#C9DDB6
(201,221,182)
#CEE0BE
(206,224,190)
#D3E3C6
(211,227,198)
#D8E6CE
(216,230,206)
#DDE9D6
(221,233,214)
#E2ECDE
(226,236,222)
#E7EFE6
(231,239,230)
#ECF2EE
(236,242,238)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD7A6; }

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

This text font color is #BFD7A6.

Background Color

.myBgColor { background-color: #BFD7A6; }

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

This div background color is #BFD7A6.

Border color

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

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

This div border color is #BFD7A6.

Opacity

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

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

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

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

This text has shadow with #BFD7A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD7A6.

Preview

Color preview on black background

This text has color #BFD7A6 on black background.


Color preview on white background

This text has color #BFD7A6 on white background.


Black color preview on #BFD7A6 background

This text has black color on #BFD7A6 background.


White color preview on #BFD7A6 background

This text has white color on #BFD7A6 background.


Related colors

Complementary color

Complementary color for #hex is #402859.


I love getcolorcode.com

Triadic colors

1 #A6BFD7 and #D7A6BF with #BFD7A6 are triadic colors.

2 #A6D7BF and #D7BFA6 with #BFD7A6 are triadic colors.