COLOR #BFD884

HEX: #BFD884
RGB: (191,216,132)

Color info

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

RGB color model

#BFD884 color RGB value is (191,216,132).

  • red value is 191;
  • green value is 216;
  • blue value is 132.
RGB:
(191,216,132)
(75%,85%,52%)

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 132 of 255 = 52%

191
216
132

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

Portions of RGB colors in percentages

R + G + B =
191 + 216 + 132 = 539 (100%)
R 191 of 539 ~ 35.44%
G 216 of 539 ~ 40.07%
B 132 of 539 ~ 24.49%

%35.44
%40.07
%24.49

CMYK color model

#BFD884 color CMYK value is (12,0,39,15).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 15.29%
CMYK:
(12,0,39,15)
C12M0Y39K15 
(12%,0%,39%,15%)
(0.12/0.00/0.39/0.15)	

CMYK percentages

%11.57
%0
%38.89
%15.29

Codes

Color #BFD884 in popluar color models

BFD884
RGB191216132
HSL78°51.85%68.24%
HSB/HSV78°38.89%84.71%
CMYK11.57%0.00%38.89%
15.29%

Color #BFD884 in popluar number systems.

HEXBFD884
Decimal191216132
Binary101111111101100010000100
Octal277330204

Shades and tints

Shades of #BFD884

#BFD884
(191,216,132)
#AEC578
(174,197,120)
#9DB26C
(157,178,108)
#8C9F60
(140,159,96)
#7B8C54
(123,140,84)
#6A7948
(106,121,72)
#59663C
(89,102,60)
#485330
(72,83,48)
#374024
(55,64,36)
#262D18
(38,45,24)
#151A0C
(21,26,12)
#000000
(0,0,0)

Tints of #BFD884

#BFD884
(191,216,132)
#C4DB8F
(196,219,143)
#C9DE9A
(201,222,154)
#CEE1A5
(206,225,165)
#D3E4B0
(211,228,176)
#D8E7BB
(216,231,187)
#DDEAC6
(221,234,198)
#E2EDD1
(226,237,209)
#E7F0DC
(231,240,220)
#ECF3E7
(236,243,231)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD884 color. Also use rgb(191,216,132) instead hex code.

Text Font Color

.myTextColor { color: #BFD884; }

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

This text font color is #BFD884.


Background Color

.myBgColor { background-color: #BFD884; }

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

This div background color is #BFD884.


Border color

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

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

This div border color is #BFD884.


Opacity

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

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

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

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

This text has shadow with #BFD884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD884 on black background.


Color preview on white background

This text has color #BFD884 on white background.



Black color preview on #BFD884 background

This text has black color on #BFD884 background.


White color preview on #BFD884 background

This text has white color on #BFD884 background.