COLOR #BDC9A6

HEX: #BDC9A6
RGB: (189,201,166)

Color info

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

RGB color model

#BDC9A6 color RGB value is (189,201,166).

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

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 166 of 255 = 65%

189
201
166

R + G + B ~ 73%. #BDC9A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 201 + 166 = 556 (100%)
R 189 of 556 ~ 33.99%
G 201 of 556 ~ 36.15%
B 166 of 556 ~ 29.86%

%33.99
%36.15
%29.86

CMYK color model

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

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 21.18%
CMYK:
(6,0,17,21)
C6M0Y17K21 
(6%,0%,17%,21%)
(0.06/0.00/0.17/0.21)	

CMYK percentages

%5.97
%0
%17.41
%21.18

Codes

Color #BDC9A6 in popluar color models

BDC9A6
RGB189201166
HSL81°24.48%71.96%
HSB/HSV81°17.41%78.82%
CMYK5.97%0.00%17.41%
21.18%

Color #BDC9A6 in popluar number systems.

HEXBDC9A6
Decimal189201166
Binary101111011100100110100110
Octal275311246

Shades and tints

Shades of #BDC9A6

#BDC9A6
(189,201,166)
#ACB797
(172,183,151)
#9BA588
(155,165,136)
#8A9379
(138,147,121)
#79816A
(121,129,106)
#686F5B
(104,111,91)
#575D4C
(87,93,76)
#464B3D
(70,75,61)
#35392E
(53,57,46)
#24271F
(36,39,31)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BDC9A6

#BDC9A6
(189,201,166)
#C3CDAE
(195,205,174)
#C9D1B6
(201,209,182)
#CFD5BE
(207,213,190)
#D5D9C6
(213,217,198)
#DBDDCE
(219,221,206)
#E1E1D6
(225,225,214)
#E7E5DE
(231,229,222)
#EDE9E6
(237,233,230)
#F3EDEE
(243,237,238)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC9A6; }

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

This text font color is #BDC9A6.


Background Color

.myBgColor { background-color: #BDC9A6; }

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

This div background color is #BDC9A6.


Border color

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

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

This div border color is #BDC9A6.


Opacity

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

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

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

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

This text has shadow with #BDC9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC9A6 on black background.


Color preview on white background

This text has color #BDC9A6 on white background.



Black color preview on #BDC9A6 background

This text has black color on #BDC9A6 background.


White color preview on #BDC9A6 background

This text has white color on #BDC9A6 background.