COLOR #BFC19D

HEX: #BFC19D
RGB: (191,193,157)

Color info

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

RGB color model

#BFC19D color RGB value is (191,193,157).

  • red value is 191;
  • green value is 193;
  • blue value is 157.
RGB:
(191,193,157)
(75%,76%,62%)

RGB channels and saturation

R 191 of 255 = 75%
G 193 of 255 = 76%
B 157 of 255 = 62%

191
193
157

R + G + B ~ 71%. #BFC19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 193 + 157 = 541 (100%)
R 191 of 541 ~ 35.3%
G 193 of 541 ~ 35.67%
B 157 of 541 ~ 29.02%

%35.3
%35.67
%29.02

CMYK color model

#BFC19D color CMYK value is (1,0,19,24).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 24.31%
CMYK:
(1,0,19,24)
C1M0Y19K24 
(1%,0%,19%,24%)
(0.01/0.00/0.19/0.24)	

CMYK percentages

%1.04
%0
%18.65
%24.31

Codes

Color #BFC19D in popluar color models

BFC19D
RGB191193157
HSL63°22.50%68.63%
HSB/HSV63°18.65%75.69%
CMYK1.04%0.00%18.65%
24.31%

Color #BFC19D in popluar number systems.

HEXBFC19D
Decimal191193157
Binary101111111100000110011101
Octal277301235

Shades and tints

Shades of #BFC19D

#BFC19D
(191,193,157)
#AEB08F
(174,176,143)
#9D9F81
(157,159,129)
#8C8E73
(140,142,115)
#7B7D65
(123,125,101)
#6A6C57
(106,108,87)
#595B49
(89,91,73)
#484A3B
(72,74,59)
#37392D
(55,57,45)
#26281F
(38,40,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #BFC19D

#BFC19D
(191,193,157)
#C4C6A5
(196,198,165)
#C9CBAD
(201,203,173)
#CED0B5
(206,208,181)
#D3D5BD
(211,213,189)
#D8DAC5
(216,218,197)
#DDDFCD
(221,223,205)
#E2E4D5
(226,228,213)
#E7E9DD
(231,233,221)
#ECEEE5
(236,238,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC19D color. Also use rgb(191,193,157) instead hex code.

Text Font Color

.myTextColor { color: #BFC19D; }

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

This text font color is #BFC19D.


Background Color

.myBgColor { background-color: #BFC19D; }

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

This div background color is #BFC19D.


Border color

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

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

This div border color is #BFC19D.


Opacity

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

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

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

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

This text has shadow with #BFC19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC19D on black background.


Color preview on white background

This text has color #BFC19D on white background.



Black color preview on #BFC19D background

This text has black color on #BFC19D background.


White color preview on #BFC19D background

This text has white color on #BFC19D background.