COLOR #BFC47E

HEX: #BFC47E
RGB: (191,196,126)

Color info

#BFC47E contains mainly red and green colors. Web safe color of #BFC47E is #CCCC66 (or #CC6).

RGB color model

#BFC47E color RGB value is (191,196,126).

  • red value is 191;
  • green value is 196;
  • blue value is 126.
RGB:
(191,196,126)
(75%,77%,49%)

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 126 of 255 = 49%

191
196
126

R + G + B ~ 67%. #BFC47E is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 126 = 513 (100%)
R 191 of 513 ~ 37.23%
G 196 of 513 ~ 38.21%
B 126 of 513 ~ 24.56%

%37.23
%38.21
%24.56

CMYK color model

#BFC47E color CMYK value is (3,0,36,23).

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 23.14%
CMYK:
(3,0,36,23)
C3M0Y36K23 
(3%,0%,36%,23%)
(0.03/0.00/0.36/0.23)	

CMYK percentages

%2.55
%0
%35.71
%23.14

Codes

Color #BFC47E in popluar color models

BFC47E
RGB191196126
HSL64°37.23%63.14%
HSB/HSV64°35.71%76.86%
CMYK2.55%0.00%35.71%
23.14%

Color #BFC47E in popluar number systems.

HEXBFC47E
Decimal191196126
Binary10111111110001001111110
Octal277304176

Shades and tints

Shades of #BFC47E

#BFC47E
(191,196,126)
#AEB373
(174,179,115)
#9DA268
(157,162,104)
#8C915D
(140,145,93)
#7B8052
(123,128,82)
#6A6F47
(106,111,71)
#595E3C
(89,94,60)
#484D31
(72,77,49)
#373C26
(55,60,38)
#262B1B
(38,43,27)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #BFC47E

#BFC47E
(191,196,126)
#C4C989
(196,201,137)
#C9CE94
(201,206,148)
#CED39F
(206,211,159)
#D3D8AA
(211,216,170)
#D8DDB5
(216,221,181)
#DDE2C0
(221,226,192)
#E2E7CB
(226,231,203)
#E7ECD6
(231,236,214)
#ECF1E1
(236,241,225)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC47E color. Also use rgb(191,196,126) instead hex code.

Text Font Color

.myTextColor { color: #BFC47E; }

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

This text font color is #BFC47E.


Background Color

.myBgColor { background-color: #BFC47E; }

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

This div background color is #BFC47E.


Border color

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

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

This div border color is #BFC47E.


Opacity

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

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

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

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

This text has shadow with #BFC47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC47E on black background.


Color preview on white background

This text has color #BFC47E on white background.



Black color preview on #BFC47E background

This text has black color on #BFC47E background.


White color preview on #BFC47E background

This text has white color on #BFC47E background.