COLOR #BFD688

HEX: #BFD688
RGB: (191,214,136)

Color info

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

RGB color model

#BFD688 color RGB value is (191,214,136).

  • red value is 191;
  • green value is 214;
  • blue value is 136.
RGB:
(191,214,136)
(75%,84%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 214 of 255 = 84%
B 136 of 255 = 53%

191
214
136

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

Portions of RGB colors in percentages

R + G + B =
191 + 214 + 136 = 541 (100%)
R 191 of 541 ~ 35.3%
G 214 of 541 ~ 39.56%
B 136 of 541 ~ 25.14%

%35.3
%39.56
%25.14

CMYK color model

#BFD688 color CMYK value is (11,0,36,16).

  • cyan value is 10.75%
  • magenta value is 0.00%
  • yellow value is 36.45%
  • key color value is 16.08%
CMYK:
(11,0,36,16)
C11M0Y36K16 
(11%,0%,36%,16%)
(0.11/0.00/0.36/0.16)	

CMYK percentages

%10.75
%0
%36.45
%16.08

Codes

Color #BFD688 in popluar color models

BFD688
RGB191214136
HSL78°48.75%68.63%
HSB/HSV78°36.45%83.92%
CMYK10.75%0.00%36.45%
16.08%

Color #BFD688 in popluar number systems.

HEXBFD688
Decimal191214136
Binary101111111101011010001000
Octal277326210

Shades and tints

Shades of #BFD688

#BFD688
(191,214,136)
#AEC37C
(174,195,124)
#9DB070
(157,176,112)
#8C9D64
(140,157,100)
#7B8A58
(123,138,88)
#6A774C
(106,119,76)
#596440
(89,100,64)
#485134
(72,81,52)
#373E28
(55,62,40)
#262B1C
(38,43,28)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #BFD688

#BFD688
(191,214,136)
#C4D992
(196,217,146)
#C9DC9C
(201,220,156)
#CEDFA6
(206,223,166)
#D3E2B0
(211,226,176)
#D8E5BA
(216,229,186)
#DDE8C4
(221,232,196)
#E2EBCE
(226,235,206)
#E7EED8
(231,238,216)
#ECF1E2
(236,241,226)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD688 color. Also use rgb(191,214,136) instead hex code.

Text Font Color

.myTextColor { color: #BFD688; }

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

This text font color is #BFD688.


Background Color

.myBgColor { background-color: #BFD688; }

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

This div background color is #BFD688.


Border color

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

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

This div border color is #BFD688.


Opacity

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

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

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

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

This text has shadow with #BFD688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD688 on black background.


Color preview on white background

This text has color #BFD688 on white background.



Black color preview on #BFD688 background

This text has black color on #BFD688 background.


White color preview on #BFD688 background

This text has white color on #BFD688 background.