COLOR #BFCC70

HEX: #BFCC70
RGB: (191,204,112)

Color info

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

RGB color model

#BFCC70 color RGB value is (191,204,112).

  • red value is 191;
  • green value is 204;
  • blue value is 112.
RGB:
(191,204,112)
(75%,80%,44%)

RGB channels and saturation

R 191 of 255 = 75%
G 204 of 255 = 80%
B 112 of 255 = 44%

191
204
112

R + G + B ~ 66%. #BFCC70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 112 = 507 (100%)
R 191 of 507 ~ 37.67%
G 204 of 507 ~ 40.24%
B 112 of 507 ~ 22.09%

%37.67
%40.24
%22.09

CMYK color model

#BFCC70 color CMYK value is (6,0,45,20).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 20.00%
CMYK:
(6,0,45,20)
C6M0Y45K20 
(6%,0%,45%,20%)
(0.06/0.00/0.45/0.20)	

CMYK percentages

%6.37
%0
%45.1
%20

Codes

Color #BFCC70 in popluar color models

BFCC70
RGB191204112
HSL68°47.42%61.96%
HSB/HSV68°45.10%80.00%
CMYK6.37%0.00%45.10%
20.00%

Color #BFCC70 in popluar number systems.

HEXBFCC70
Decimal191204112
Binary10111111110011001110000
Octal277314160

Shades and tints

Shades of #BFCC70

#BFCC70
(191,204,112)
#AEBA66
(174,186,102)
#9DA85C
(157,168,92)
#8C9652
(140,150,82)
#7B8448
(123,132,72)
#6A723E
(106,114,62)
#596034
(89,96,52)
#484E2A
(72,78,42)
#373C20
(55,60,32)
#262A16
(38,42,22)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #BFCC70

#BFCC70
(191,204,112)
#C4D07D
(196,208,125)
#C9D48A
(201,212,138)
#CED897
(206,216,151)
#D3DCA4
(211,220,164)
#D8E0B1
(216,224,177)
#DDE4BE
(221,228,190)
#E2E8CB
(226,232,203)
#E7ECD8
(231,236,216)
#ECF0E5
(236,240,229)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCC70 color. Also use rgb(191,204,112) instead hex code.

Text Font Color

.myTextColor { color: #BFCC70; }

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

This text font color is #BFCC70.


Background Color

.myBgColor { background-color: #BFCC70; }

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

This div background color is #BFCC70.


Border color

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

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

This div border color is #BFCC70.


Opacity

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

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

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

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

This text has shadow with #BFCC70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCC70 on black background.


Color preview on white background

This text has color #BFCC70 on white background.



Black color preview on #BFCC70 background

This text has black color on #BFCC70 background.


White color preview on #BFCC70 background

This text has white color on #BFCC70 background.