COLOR #BFD493

HEX: #BFD493
RGB: (191,212,147)

Color info

#BFD493 contains mainly red and green colors. Web safe color of #BFD493 is #CCCC99 (or #CC9).

RGB color model

#BFD493 color RGB value is (191,212,147).

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

RGB channels and saturation

R 191 of 255 = 75%
G 212 of 255 = 83%
B 147 of 255 = 58%

191
212
147

R + G + B ~ 72%. #BFD493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 212 + 147 = 550 (100%)
R 191 of 550 ~ 34.73%
G 212 of 550 ~ 38.55%
B 147 of 550 ~ 26.73%

%34.73
%38.55
%26.73

CMYK color model

#BFD493 color CMYK value is (10,0,31,17).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 16.86%
CMYK:
(10,0,31,17)
C10M0Y31K17 
(10%,0%,31%,17%)
(0.10/0.00/0.31/0.17)	

CMYK percentages

%9.91
%0
%30.66
%16.86

Codes

Color #BFD493 in popluar color models

BFD493
RGB191212147
HSL79°43.05%70.39%
HSB/HSV79°30.66%83.14%
CMYK9.91%0.00%30.66%
16.86%

Color #BFD493 in popluar number systems.

HEXBFD493
Decimal191212147
Binary101111111101010010010011
Octal277324223

Shades and tints

Shades of #BFD493

#BFD493
(191,212,147)
#AEC186
(174,193,134)
#9DAE79
(157,174,121)
#8C9B6C
(140,155,108)
#7B885F
(123,136,95)
#6A7552
(106,117,82)
#596245
(89,98,69)
#484F38
(72,79,56)
#373C2B
(55,60,43)
#26291E
(38,41,30)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #BFD493

#BFD493
(191,212,147)
#C4D79C
(196,215,156)
#C9DAA5
(201,218,165)
#CEDDAE
(206,221,174)
#D3E0B7
(211,224,183)
#D8E3C0
(216,227,192)
#DDE6C9
(221,230,201)
#E2E9D2
(226,233,210)
#E7ECDB
(231,236,219)
#ECEFE4
(236,239,228)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD493; }

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

This text font color is #BFD493.


Background Color

.myBgColor { background-color: #BFD493; }

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

This div background color is #BFD493.


Border color

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

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

This div border color is #BFD493.


Opacity

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

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

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

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

This text has shadow with #BFD493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD493 on black background.


Color preview on white background

This text has color #BFD493 on white background.



Black color preview on #BFD493 background

This text has black color on #BFD493 background.


White color preview on #BFD493 background

This text has white color on #BFD493 background.