COLOR #BFD49B

HEX: #BFD49B RGB: (191,212,155)

Color info

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

RGB color model

#BFD49B color RGB value is (191,212,155).

RGB: (191,212,155) (75%, 83%, 61%)

RGB channels and saturation

R 191 of 255 = 75%
G 212 of 255 = 83%
B 155 of 255 = 61%

191
212
155

R + G + B ~ 73%. #BFD49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 212 + 155 = 558 (100%)
R 191 of 558 ~ 34.23%
G 212 of 558 ~ 37.99%
B 155 of 558 ~ 27.78'%

%34.23
%37.99
%27.78

CMYK color model

#BFD49B color CMYK value is (10,0,27,17).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 16.86%

CMYK: (10,0,27,17)
C10M0Y27K17 (10%, 0%, 27%, 17%)
(0.10 / 0.00 / 0.27 / 0.17)

CMYK percentages

%9.91
%0
%26.89
%16.86

Codes

Color #BFD49B in popluar color models

BF D4 9B
RGB 191 212 155
HSL 82° 39.86% 71.96%
HSB/HSV 82° 26.89% 83.14%
CMYK 9.91% 0.00% 26.89%
16.86%

Color #BFD49B in popluar number systems.

HEX BF D4 9B
Decimal 191 212 155
Binary 10111111 11010100 10011011
Octal 277 324 233

Shades and tints

Shades of #BFD49B

#BFD49B
(191,212,155)
#AEC18D
(174,193,141)
#9DAE7F
(157,174,127)
#8C9B71
(140,155,113)
#7B8863
(123,136,99)
#6A7555
(106,117,85)
#596247
(89,98,71)
#484F39
(72,79,57)
#373C2B
(55,60,43)
#26291D
(38,41,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #BFD49B

#BFD49B
(191,212,155)
#C4D7A4
(196,215,164)
#C9DAAD
(201,218,173)
#CEDDB6
(206,221,182)
#D3E0BF
(211,224,191)
#D8E3C8
(216,227,200)
#DDE6D1
(221,230,209)
#E2E9DA
(226,233,218)
#E7ECE3
(231,236,227)
#ECEFEC
(236,239,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD49B color. Also use rgb(191,212,155) instead hex code.

Text Font Color

.myTextColor { color: #BFD49B; }

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

This text font color is #BFD49B.

Background Color

.myBgColor { background-color: #BFD49B; }

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

This div background color is #BFD49B.

Border color

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

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

This div border color is #BFD49B.

Opacity

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

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

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

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

This text has shadow with #BFD49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD49B.

Preview

Color preview on black background

This text has color #BFD49B on black background.


Color preview on white background

This text has color #BFD49B on white background.


Black color preview on #BFD49B background

This text has black color on #BFD49B background.


White color preview on #BFD49B background

This text has white color on #BFD49B background.


Related colors

Complementary color

Complementary color for #hex is #402B64.


I love getcolorcode.com

Triadic colors

1 #9BBFD4 and #D49BBF with #BFD49B are triadic colors.

2 #9BD4BF and #D4BF9B with #BFD49B are triadic colors.