COLOR #BDC99F

HEX: #BDC99F
RGB: (189,201,159)

Color info

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

RGB color model

#BDC99F color RGB value is (189,201,159).

  • red value is 189;
  • green value is 201;
  • blue value is 159.
RGB:
(189,201,159)
(74%,79%,62%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 159 of 255 = 62%

189
201
159

R + G + B ~ 72%. #BDC99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 201 + 159 = 549 (100%)
R 189 of 549 ~ 34.43%
G 201 of 549 ~ 36.61%
B 159 of 549 ~ 28.96%

%34.43
%36.61
%28.96

CMYK color model

#BDC99F color CMYK value is (6,0,21,21).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(6,0,21,21)
C6M0Y21K21 
(6%,0%,21%,21%)
(0.06/0.00/0.21/0.21)	

CMYK percentages

%5.97
%0
%20.9
%21.18

Codes

Color #BDC99F in popluar color models

BDC99F
RGB189201159
HSL77°28.00%70.59%
HSB/HSV77°20.90%78.82%
CMYK5.97%0.00%20.90%
21.18%

Color #BDC99F in popluar number systems.

HEXBDC99F
Decimal189201159
Binary101111011100100110011111
Octal275311237

Shades and tints

Shades of #BDC99F

#BDC99F
(189,201,159)
#ACB791
(172,183,145)
#9BA583
(155,165,131)
#8A9375
(138,147,117)
#798167
(121,129,103)
#686F59
(104,111,89)
#575D4B
(87,93,75)
#464B3D
(70,75,61)
#35392F
(53,57,47)
#242721
(36,39,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #BDC99F

#BDC99F
(189,201,159)
#C3CDA7
(195,205,167)
#C9D1AF
(201,209,175)
#CFD5B7
(207,213,183)
#D5D9BF
(213,217,191)
#DBDDC7
(219,221,199)
#E1E1CF
(225,225,207)
#E7E5D7
(231,229,215)
#EDE9DF
(237,233,223)
#F3EDE7
(243,237,231)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC99F color. Also use rgb(189,201,159) instead hex code.

Text Font Color

.myTextColor { color: #BDC99F; }

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

This text font color is #BDC99F.


Background Color

.myBgColor { background-color: #BDC99F; }

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

This div background color is #BDC99F.


Border color

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

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

This div border color is #BDC99F.


Opacity

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

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

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

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

This text has shadow with #BDC99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC99F on black background.


Color preview on white background

This text has color #BDC99F on white background.



Black color preview on #BDC99F background

This text has black color on #BDC99F background.


White color preview on #BDC99F background

This text has white color on #BDC99F background.