COLOR #BFDBA6

HEX: #BFDBA6 RGB: (191,219,166)

Color info

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

RGB color model

#BFDBA6 color RGB value is (191,219,166).

RGB: (191,219,166) (75%, 86%, 65%)

RGB channels and saturation

R 191 of 255 = 75%
G 219 of 255 = 86%
B 166 of 255 = 65%

191
219
166

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

Portions of RGB colors in percentages

R + G + B = 191 + 219 + 166 = 576 (100%)
R 191 of 576 ~ 33.16%
G 219 of 576 ~ 38.02%
B 166 of 576 ~ 28.82'%

%33.16
%38.02
%28.82

CMYK color model

#BFDBA6 color CMYK value is (13,0,24,14).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 24.20%
  • key color value is 14.12%

CMYK: (13,0,24,14)
C13M0Y24K14 (13%, 0%, 24%, 14%)
(0.13 / 0.00 / 0.24 / 0.14)

CMYK percentages

%12.79
%0
%24.2
%14.12

Codes

Color #BFDBA6 in popluar color models

BF DB A6
RGB 191 219 166
HSL 92° 42.40% 75.49%
HSB/HSV 92° 24.20% 85.88%
CMYK 12.79% 0.00% 24.20%
14.12%

Color #BFDBA6 in popluar number systems.

HEX BF DB A6
Decimal 191 219 166
Binary 10111111 11011011 10100110
Octal 277 333 246

Shades and tints

Shades of #BFDBA6

#BFDBA6
(191,219,166)
#AEC897
(174,200,151)
#9DB588
(157,181,136)
#8CA279
(140,162,121)
#7B8F6A
(123,143,106)
#6A7C5B
(106,124,91)
#59694C
(89,105,76)
#48563D
(72,86,61)
#37432E
(55,67,46)
#26301F
(38,48,31)
#151D10
(21,29,16)
#000000
(0,0,0)

Tints of #BFDBA6

#BFDBA6
(191,219,166)
#C4DEAE
(196,222,174)
#C9E1B6
(201,225,182)
#CEE4BE
(206,228,190)
#D3E7C6
(211,231,198)
#D8EACE
(216,234,206)
#DDEDD6
(221,237,214)
#E2F0DE
(226,240,222)
#E7F3E6
(231,243,230)
#ECF6EE
(236,246,238)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDBA6; }

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

This text font color is #BFDBA6.

Background Color

.myBgColor { background-color: #BFDBA6; }

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

This div background color is #BFDBA6.

Border color

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

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

This div border color is #BFDBA6.

Opacity

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

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

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

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

This text has shadow with #BFDBA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFDBA6.

Preview

Color preview on black background

This text has color #BFDBA6 on black background.


Color preview on white background

This text has color #BFDBA6 on white background.


Black color preview on #BFDBA6 background

This text has black color on #BFDBA6 background.


White color preview on #BFDBA6 background

This text has white color on #BFDBA6 background.


Related colors

Complementary color

Complementary color for #hex is #402459.


I love getcolorcode.com

Triadic colors

1 #A6BFDB and #DBA6BF with #BFDBA6 are triadic colors.

2 #A6DBBF and #DBBFA6 with #BFDBA6 are triadic colors.