COLOR #BFCF90

HEX: #BFCF90
RGB: (191,207,144)

Color info

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

RGB color model

#BFCF90 color RGB value is (191,207,144).

  • red value is 191;
  • green value is 207;
  • blue value is 144.
RGB:
(191,207,144)
(75%,81%,56%)

RGB channels and saturation

R 191 of 255 = 75%
G 207 of 255 = 81%
B 144 of 255 = 56%

191
207
144

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

Portions of RGB colors in percentages

R + G + B =
191 + 207 + 144 = 542 (100%)
R 191 of 542 ~ 35.24%
G 207 of 542 ~ 38.19%
B 144 of 542 ~ 26.57%

%35.24
%38.19
%26.57

CMYK color model

#BFCF90 color CMYK value is (8,0,30,19).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 18.82%
CMYK:
(8,0,30,19)
C8M0Y30K19 
(8%,0%,30%,19%)
(0.08/0.00/0.30/0.19)	

CMYK percentages

%7.73
%0
%30.43
%18.82

Codes

Color #BFCF90 in popluar color models

BFCF90
RGB191207144
HSL75°39.62%68.82%
HSB/HSV75°30.43%81.18%
CMYK7.73%0.00%30.43%
18.82%

Color #BFCF90 in popluar number systems.

HEXBFCF90
Decimal191207144
Binary101111111100111110010000
Octal277317220

Shades and tints

Shades of #BFCF90

#BFCF90
(191,207,144)
#AEBD83
(174,189,131)
#9DAB76
(157,171,118)
#8C9969
(140,153,105)
#7B875C
(123,135,92)
#6A754F
(106,117,79)
#596342
(89,99,66)
#485135
(72,81,53)
#373F28
(55,63,40)
#262D1B
(38,45,27)
#151B0E
(21,27,14)
#000000
(0,0,0)

Tints of #BFCF90

#BFCF90
(191,207,144)
#C4D39A
(196,211,154)
#C9D7A4
(201,215,164)
#CEDBAE
(206,219,174)
#D3DFB8
(211,223,184)
#D8E3C2
(216,227,194)
#DDE7CC
(221,231,204)
#E2EBD6
(226,235,214)
#E7EFE0
(231,239,224)
#ECF3EA
(236,243,234)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCF90 color. Also use rgb(191,207,144) instead hex code.

Text Font Color

.myTextColor { color: #BFCF90; }

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

This text font color is #BFCF90.


Background Color

.myBgColor { background-color: #BFCF90; }

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

This div background color is #BFCF90.


Border color

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

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

This div border color is #BFCF90.


Opacity

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

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

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

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

This text has shadow with #BFCF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCF90 on black background.


Color preview on white background

This text has color #BFCF90 on white background.



Black color preview on #BFCF90 background

This text has black color on #BFCF90 background.


White color preview on #BFCF90 background

This text has white color on #BFCF90 background.