COLOR #BDC686

HEX: #BDC686
RGB: (189,198,134)

Color info

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

RGB color model

#BDC686 color RGB value is (189,198,134).

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

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 134 of 255 = 53%

189
198
134

R + G + B ~ 68%. #BDC686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 198 + 134 = 521 (100%)
R 189 of 521 ~ 36.28%
G 198 of 521 ~ 38%
B 134 of 521 ~ 25.72%

%36.28
%38
%25.72

CMYK color model

#BDC686 color CMYK value is (5,0,32,22).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 22.35%
CMYK:
(5,0,32,22)
C5M0Y32K22 
(5%,0%,32%,22%)
(0.05/0.00/0.32/0.22)	

CMYK percentages

%4.55
%0
%32.32
%22.35

Codes

Color #BDC686 in popluar color models

BDC686
RGB189198134
HSL68°35.96%65.10%
HSB/HSV68°32.32%77.65%
CMYK4.55%0.00%32.32%
22.35%

Color #BDC686 in popluar number systems.

HEXBDC686
Decimal189198134
Binary101111011100011010000110
Octal275306206

Shades and tints

Shades of #BDC686

#BDC686
(189,198,134)
#ACB47A
(172,180,122)
#9BA26E
(155,162,110)
#8A9062
(138,144,98)
#797E56
(121,126,86)
#686C4A
(104,108,74)
#575A3E
(87,90,62)
#464832
(70,72,50)
#353626
(53,54,38)
#24241A
(36,36,26)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #BDC686

#BDC686
(189,198,134)
#C3CB91
(195,203,145)
#C9D09C
(201,208,156)
#CFD5A7
(207,213,167)
#D5DAB2
(213,218,178)
#DBDFBD
(219,223,189)
#E1E4C8
(225,228,200)
#E7E9D3
(231,233,211)
#EDEEDE
(237,238,222)
#F3F3E9
(243,243,233)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC686; }

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

This text font color is #BDC686.


Background Color

.myBgColor { background-color: #BDC686; }

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

This div background color is #BDC686.


Border color

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

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

This div border color is #BDC686.


Opacity

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

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

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

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

This text has shadow with #BDC686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC686 on black background.


Color preview on white background

This text has color #BDC686 on white background.



Black color preview on #BDC686 background

This text has black color on #BDC686 background.


White color preview on #BDC686 background

This text has white color on #BDC686 background.