COLOR #BFD8AA

HEX: #BFD8AA RGB: (191,216,170)

Color info

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

RGB color model

#BFD8AA color RGB value is (191,216,170).

RGB: (191,216,170) (75%, 85%, 67%)

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 170 of 255 = 67%

191
216
170

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

Portions of RGB colors in percentages

R + G + B = 191 + 216 + 170 = 577 (100%)
R 191 of 577 ~ 33.1%
G 216 of 577 ~ 37.44%
B 170 of 577 ~ 29.46'%

%33.1
%37.44
%29.46

CMYK color model

#BFD8AA color CMYK value is (12,0,21,15).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 15.29%

CMYK: (12,0,21,15)
C12M0Y21K15 (12%, 0%, 21%, 15%)
(0.12 / 0.00 / 0.21 / 0.15)

CMYK percentages

%11.57
%0
%21.3
%15.29

Codes

Color #BFD8AA in popluar color models

BF D8 AA
RGB 191 216 170
HSL 93° 37.10% 75.69%
HSB/HSV 93° 21.30% 84.71%
CMYK 11.57% 0.00% 21.30%
15.29%

Color #BFD8AA in popluar number systems.

HEX BF D8 AA
Decimal 191 216 170
Binary 10111111 11011000 10101010
Octal 277 330 252

Shades and tints

Shades of #BFD8AA

#BFD8AA
(191,216,170)
#AEC59B
(174,197,155)
#9DB28C
(157,178,140)
#8C9F7D
(140,159,125)
#7B8C6E
(123,140,110)
#6A795F
(106,121,95)
#596650
(89,102,80)
#485341
(72,83,65)
#374032
(55,64,50)
#262D23
(38,45,35)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #BFD8AA

#BFD8AA
(191,216,170)
#C4DBB1
(196,219,177)
#C9DEB8
(201,222,184)
#CEE1BF
(206,225,191)
#D3E4C6
(211,228,198)
#D8E7CD
(216,231,205)
#DDEAD4
(221,234,212)
#E2EDDB
(226,237,219)
#E7F0E2
(231,240,226)
#ECF3E9
(236,243,233)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD8AA color. Also use rgb(191,216,170) instead hex code.

Text Font Color

.myTextColor { color: #BFD8AA; }

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

This text font color is #BFD8AA.

Background Color

.myBgColor { background-color: #BFD8AA; }

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

This div background color is #BFD8AA.

Border color

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

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

This div border color is #BFD8AA.

Opacity

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

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

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

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

This text has shadow with #BFD8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD8AA.

Preview

Color preview on black background

This text has color #BFD8AA on black background.


Color preview on white background

This text has color #BFD8AA on white background.


Black color preview on #BFD8AA background

This text has black color on #BFD8AA background.


White color preview on #BFD8AA background

This text has white color on #BFD8AA background.


Related colors

Complementary color

Complementary color for #hex is #402755.


I love getcolorcode.com

Triadic colors

1 #AABFD8 and #D8AABF with #BFD8AA are triadic colors.

2 #AAD8BF and #D8BFAA with #BFD8AA are triadic colors.