COLOR #BFCD93

HEX: #BFCD93
RGB: (191,205,147)

Color info

#BFCD93 contains red, green and blue colors in about the same proportion. Web safe color of #BFCD93 is #CCCC99 (or #CC9).

RGB color model

#BFCD93 color RGB value is (191,205,147).

  • red value is 191;
  • green value is 205;
  • blue value is 147.
RGB:
(191,205,147)
(75%,80%,58%)

RGB channels and saturation

R 191 of 255 = 75%
G 205 of 255 = 80%
B 147 of 255 = 58%

191
205
147

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

Portions of RGB colors in percentages

R + G + B =
191 + 205 + 147 = 543 (100%)
R 191 of 543 ~ 35.17%
G 205 of 543 ~ 37.75%
B 147 of 543 ~ 27.07%

%35.17
%37.75
%27.07

CMYK color model

#BFCD93 color CMYK value is (7,0,28,20).

  • cyan value is 6.83%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 19.61%
CMYK:
(7,0,28,20)
C7M0Y28K20 
(7%,0%,28%,20%)
(0.07/0.00/0.28/0.20)	

CMYK percentages

%6.83
%0
%28.29
%19.61

Codes

Color #BFCD93 in popluar color models

BFCD93
RGB191205147
HSL74°36.71%69.02%
HSB/HSV74°28.29%80.39%
CMYK6.83%0.00%28.29%
19.61%

Color #BFCD93 in popluar number systems.

HEXBFCD93
Decimal191205147
Binary101111111100110110010011
Octal277315223

Shades and tints

Shades of #BFCD93

#BFCD93
(191,205,147)
#AEBB86
(174,187,134)
#9DA979
(157,169,121)
#8C976C
(140,151,108)
#7B855F
(123,133,95)
#6A7352
(106,115,82)
#596145
(89,97,69)
#484F38
(72,79,56)
#373D2B
(55,61,43)
#262B1E
(38,43,30)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #BFCD93

#BFCD93
(191,205,147)
#C4D19C
(196,209,156)
#C9D5A5
(201,213,165)
#CED9AE
(206,217,174)
#D3DDB7
(211,221,183)
#D8E1C0
(216,225,192)
#DDE5C9
(221,229,201)
#E2E9D2
(226,233,210)
#E7EDDB
(231,237,219)
#ECF1E4
(236,241,228)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCD93 color. Also use rgb(191,205,147) instead hex code.

Text Font Color

.myTextColor { color: #BFCD93; }

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

This text font color is #BFCD93.


Background Color

.myBgColor { background-color: #BFCD93; }

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

This div background color is #BFCD93.


Border color

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

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

This div border color is #BFCD93.


Opacity

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

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

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

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

This text has shadow with #BFCD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCD93 on black background.


Color preview on white background

This text has color #BFCD93 on white background.



Black color preview on #BFCD93 background

This text has black color on #BFCD93 background.


White color preview on #BFCD93 background

This text has white color on #BFCD93 background.