COLOR #BDC69F

HEX: #BDC69F
RGB: (189,198,159)

Color info

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

RGB color model

#BDC69F color RGB value is (189,198,159).

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

RGB channels and saturation

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

189
198
159

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

Portions of RGB colors in percentages

R + G + B =
189 + 198 + 159 = 546 (100%)
R 189 of 546 ~ 34.62%
G 198 of 546 ~ 36.26%
B 159 of 546 ~ 29.12%

%34.62
%36.26
%29.12

CMYK color model

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

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

CMYK percentages

%4.55
%0
%19.7
%22.35

Codes

Color #BDC69F in popluar color models

BDC69F
RGB189198159
HSL74°25.49%70.00%
HSB/HSV74°19.70%77.65%
CMYK4.55%0.00%19.70%
22.35%

Color #BDC69F in popluar number systems.

HEXBDC69F
Decimal189198159
Binary101111011100011010011111
Octal275306237

Shades and tints

Shades of #BDC69F

#BDC69F
(189,198,159)
#ACB491
(172,180,145)
#9BA283
(155,162,131)
#8A9075
(138,144,117)
#797E67
(121,126,103)
#686C59
(104,108,89)
#575A4B
(87,90,75)
#46483D
(70,72,61)
#35362F
(53,54,47)
#242421
(36,36,33)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #BDC69F

#BDC69F
(189,198,159)
#C3CBA7
(195,203,167)
#C9D0AF
(201,208,175)
#CFD5B7
(207,213,183)
#D5DABF
(213,218,191)
#DBDFC7
(219,223,199)
#E1E4CF
(225,228,207)
#E7E9D7
(231,233,215)
#EDEEDF
(237,238,223)
#F3F3E7
(243,243,231)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC69F; }

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

This text font color is #BDC69F.


Background Color

.myBgColor { background-color: #BDC69F; }

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

This div background color is #BDC69F.


Border color

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

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

This div border color is #BDC69F.


Opacity

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

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

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

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

This text has shadow with #BDC69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC69F on black background.


Color preview on white background

This text has color #BDC69F on white background.



Black color preview on #BDC69F background

This text has black color on #BDC69F background.


White color preview on #BDC69F background

This text has white color on #BDC69F background.