COLOR #BFD47C

HEX: #BFD47C
RGB: (191,212,124)

Color info

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

RGB color model

#BFD47C color RGB value is (191,212,124).

  • red value is 191;
  • green value is 212;
  • blue value is 124.
RGB:
(191,212,124)
(75%,83%,49%)

RGB channels and saturation

R 191 of 255 = 75%
G 212 of 255 = 83%
B 124 of 255 = 49%

191
212
124

R + G + B ~ 69%. #BFD47C is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 212 + 124 = 527 (100%)
R 191 of 527 ~ 36.24%
G 212 of 527 ~ 40.23%
B 124 of 527 ~ 23.53%

%36.24
%40.23
%23.53

CMYK color model

#BFD47C color CMYK value is (10,0,42,17).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 41.51%
  • key color value is 16.86%
CMYK:
(10,0,42,17)
C10M0Y42K17 
(10%,0%,42%,17%)
(0.10/0.00/0.42/0.17)	

CMYK percentages

%9.91
%0
%41.51
%16.86

Codes

Color #BFD47C in popluar color models

BFD47C
RGB191212124
HSL74°50.57%65.88%
HSB/HSV74°41.51%83.14%
CMYK9.91%0.00%41.51%
16.86%

Color #BFD47C in popluar number systems.

HEXBFD47C
Decimal191212124
Binary10111111110101001111100
Octal277324174

Shades and tints

Shades of #BFD47C

#BFD47C
(191,212,124)
#AEC171
(174,193,113)
#9DAE66
(157,174,102)
#8C9B5B
(140,155,91)
#7B8850
(123,136,80)
#6A7545
(106,117,69)
#59623A
(89,98,58)
#484F2F
(72,79,47)
#373C24
(55,60,36)
#262919
(38,41,25)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #BFD47C

#BFD47C
(191,212,124)
#C4D787
(196,215,135)
#C9DA92
(201,218,146)
#CEDD9D
(206,221,157)
#D3E0A8
(211,224,168)
#D8E3B3
(216,227,179)
#DDE6BE
(221,230,190)
#E2E9C9
(226,233,201)
#E7ECD4
(231,236,212)
#ECEFDF
(236,239,223)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD47C; }

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

This text font color is #BFD47C.


Background Color

.myBgColor { background-color: #BFD47C; }

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

This div background color is #BFD47C.


Border color

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

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

This div border color is #BFD47C.


Opacity

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

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

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

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

This text has shadow with #BFD47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD47C on black background.


Color preview on white background

This text has color #BFD47C on white background.



Black color preview on #BFD47C background

This text has black color on #BFD47C background.


White color preview on #BFD47C background

This text has white color on #BFD47C background.