COLOR #BDC79F

HEX: #BDC79F
RGB: (189,199,159)

Color info

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

RGB color model

#BDC79F color RGB value is (189,199,159).

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

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 159 of 255 = 62%

189
199
159

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

Portions of RGB colors in percentages

R + G + B =
189 + 199 + 159 = 547 (100%)
R 189 of 547 ~ 34.55%
G 199 of 547 ~ 36.38%
B 159 of 547 ~ 29.07%

%34.55
%36.38
%29.07

CMYK color model

#BDC79F color CMYK value is (5,0,20,22).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 21.96%
CMYK:
(5,0,20,22)
C5M0Y20K22 
(5%,0%,20%,22%)
(0.05/0.00/0.20/0.22)	

CMYK percentages

%5.03
%0
%20.1
%21.96

Codes

Color #BDC79F in popluar color models

BDC79F
RGB189199159
HSL75°26.32%70.20%
HSB/HSV75°20.10%78.04%
CMYK5.03%0.00%20.10%
21.96%

Color #BDC79F in popluar number systems.

HEXBDC79F
Decimal189199159
Binary101111011100011110011111
Octal275307237

Shades and tints

Shades of #BDC79F

#BDC79F
(189,199,159)
#ACB591
(172,181,145)
#9BA383
(155,163,131)
#8A9175
(138,145,117)
#797F67
(121,127,103)
#686D59
(104,109,89)
#575B4B
(87,91,75)
#46493D
(70,73,61)
#35372F
(53,55,47)
#242521
(36,37,33)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BDC79F

#BDC79F
(189,199,159)
#C3CCA7
(195,204,167)
#C9D1AF
(201,209,175)
#CFD6B7
(207,214,183)
#D5DBBF
(213,219,191)
#DBE0C7
(219,224,199)
#E1E5CF
(225,229,207)
#E7EAD7
(231,234,215)
#EDEFDF
(237,239,223)
#F3F4E7
(243,244,231)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC79F; }

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

This text font color is #BDC79F.


Background Color

.myBgColor { background-color: #BDC79F; }

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

This div background color is #BDC79F.


Border color

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

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

This div border color is #BDC79F.


Opacity

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

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

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

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

This text has shadow with #BDC79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC79F on black background.


Color preview on white background

This text has color #BDC79F on white background.



Black color preview on #BDC79F background

This text has black color on #BDC79F background.


White color preview on #BDC79F background

This text has white color on #BDC79F background.