COLOR #BFCCA6

HEX: #BFCCA6
RGB: (191,204,166)

Color info

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

RGB color model

#BFCCA6 color RGB value is (191,204,166).

  • red value is 191;
  • green value is 204;
  • blue value is 166.
RGB:
(191,204,166)
(75%,80%,65%)

RGB channels and saturation

R 191 of 255 = 75%
G 204 of 255 = 80%
B 166 of 255 = 65%

191
204
166

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

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 166 = 561 (100%)
R 191 of 561 ~ 34.05%
G 204 of 561 ~ 36.36%
B 166 of 561 ~ 29.59%

%34.05
%36.36
%29.59

CMYK color model

#BFCCA6 color CMYK value is (6,0,19,20).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(6,0,19,20)
C6M0Y19K20 
(6%,0%,19%,20%)
(0.06/0.00/0.19/0.20)	

CMYK percentages

%6.37
%0
%18.63
%20

Codes

Color #BFCCA6 in popluar color models

BFCCA6
RGB191204166
HSL81°27.14%72.55%
HSB/HSV81°18.63%80.00%
CMYK6.37%0.00%18.63%
20.00%

Color #BFCCA6 in popluar number systems.

HEXBFCCA6
Decimal191204166
Binary101111111100110010100110
Octal277314246

Shades and tints

Shades of #BFCCA6

#BFCCA6
(191,204,166)
#AEBA97
(174,186,151)
#9DA888
(157,168,136)
#8C9679
(140,150,121)
#7B846A
(123,132,106)
#6A725B
(106,114,91)
#59604C
(89,96,76)
#484E3D
(72,78,61)
#373C2E
(55,60,46)
#262A1F
(38,42,31)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #BFCCA6

#BFCCA6
(191,204,166)
#C4D0AE
(196,208,174)
#C9D4B6
(201,212,182)
#CED8BE
(206,216,190)
#D3DCC6
(211,220,198)
#D8E0CE
(216,224,206)
#DDE4D6
(221,228,214)
#E2E8DE
(226,232,222)
#E7ECE6
(231,236,230)
#ECF0EE
(236,240,238)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFCCA6; }

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

This text font color is #BFCCA6.


Background Color

.myBgColor { background-color: #BFCCA6; }

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

This div background color is #BFCCA6.


Border color

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

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

This div border color is #BFCCA6.


Opacity

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

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

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

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

This text has shadow with #BFCCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCCA6 on black background.


Color preview on white background

This text has color #BFCCA6 on white background.



Black color preview on #BFCCA6 background

This text has black color on #BFCCA6 background.


White color preview on #BFCCA6 background

This text has white color on #BFCCA6 background.