COLOR #BFE19D

HEX: #BFE19D
RGB: (191,225,157)

Color info

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

RGB color model

#BFE19D color RGB value is (191,225,157).

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

RGB channels and saturation

R 191 of 255 = 75%
G 225 of 255 = 88%
B 157 of 255 = 62%

191
225
157

R + G + B ~ 75%. #BFE19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 225 + 157 = 573 (100%)
R 191 of 573 ~ 33.33%
G 225 of 573 ~ 39.27%
B 157 of 573 ~ 27.4%

%33.33
%39.27
%27.4

CMYK color model

#BFE19D color CMYK value is (15,0,30,12).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 11.76%
CMYK:
(15,0,30,12)
C15M0Y30K12 
(15%,0%,30%,12%)
(0.15/0.00/0.30/0.12)	

CMYK percentages

%15.11
%0
%30.22
%11.76

Codes

Color #BFE19D in popluar color models

BFE19D
RGB191225157
HSL90°53.13%74.90%
HSB/HSV90°30.22%88.24%
CMYK15.11%0.00%30.22%
11.76%

Color #BFE19D in popluar number systems.

HEXBFE19D
Decimal191225157
Binary101111111110000110011101
Octal277341235

Shades and tints

Shades of #BFE19D

#BFE19D
(191,225,157)
#AECD8F
(174,205,143)
#9DB981
(157,185,129)
#8CA573
(140,165,115)
#7B9165
(123,145,101)
#6A7D57
(106,125,87)
#596949
(89,105,73)
#48553B
(72,85,59)
#37412D
(55,65,45)
#262D1F
(38,45,31)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #BFE19D

#BFE19D
(191,225,157)
#C4E3A5
(196,227,165)
#C9E5AD
(201,229,173)
#CEE7B5
(206,231,181)
#D3E9BD
(211,233,189)
#D8EBC5
(216,235,197)
#DDEDCD
(221,237,205)
#E2EFD5
(226,239,213)
#E7F1DD
(231,241,221)
#ECF3E5
(236,243,229)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE19D; }

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

This text font color is #BFE19D.


Background Color

.myBgColor { background-color: #BFE19D; }

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

This div background color is #BFE19D.


Border color

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

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

This div border color is #BFE19D.


Opacity

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

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

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

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

This text has shadow with #BFE19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE19D on black background.


Color preview on white background

This text has color #BFE19D on white background.



Black color preview on #BFE19D background

This text has black color on #BFE19D background.


White color preview on #BFE19D background

This text has white color on #BFE19D background.