COLOR #BDC6AA

HEX: #BDC6AA
RGB: (189,198,170)

Color info

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

RGB color model

#BDC6AA color RGB value is (189,198,170).

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

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 170 of 255 = 67%

189
198
170

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

Portions of RGB colors in percentages

R + G + B =
189 + 198 + 170 = 557 (100%)
R 189 of 557 ~ 33.93%
G 198 of 557 ~ 35.55%
B 170 of 557 ~ 30.52%

%33.93
%35.55
%30.52

CMYK color model

#BDC6AA color CMYK value is (5,0,14,22).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(5,0,14,22)
C5M0Y14K22 
(5%,0%,14%,22%)
(0.05/0.00/0.14/0.22)	

CMYK percentages

%4.55
%0
%14.14
%22.35

Codes

Color #BDC6AA in popluar color models

BDC6AA
RGB189198170
HSL79°19.72%72.16%
HSB/HSV79°14.14%77.65%
CMYK4.55%0.00%14.14%
22.35%

Color #BDC6AA in popluar number systems.

HEXBDC6AA
Decimal189198170
Binary101111011100011010101010
Octal275306252

Shades and tints

Shades of #BDC6AA

#BDC6AA
(189,198,170)
#ACB49B
(172,180,155)
#9BA28C
(155,162,140)
#8A907D
(138,144,125)
#797E6E
(121,126,110)
#686C5F
(104,108,95)
#575A50
(87,90,80)
#464841
(70,72,65)
#353632
(53,54,50)
#242423
(36,36,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #BDC6AA

#BDC6AA
(189,198,170)
#C3CBB1
(195,203,177)
#C9D0B8
(201,208,184)
#CFD5BF
(207,213,191)
#D5DAC6
(213,218,198)
#DBDFCD
(219,223,205)
#E1E4D4
(225,228,212)
#E7E9DB
(231,233,219)
#EDEEE2
(237,238,226)
#F3F3E9
(243,243,233)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC6AA; }

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

This text font color is #BDC6AA.


Background Color

.myBgColor { background-color: #BDC6AA; }

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

This div background color is #BDC6AA.


Border color

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

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

This div border color is #BDC6AA.


Opacity

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

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

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

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

This text has shadow with #BDC6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC6AA on black background.


Color preview on white background

This text has color #BDC6AA on white background.



Black color preview on #BDC6AA background

This text has black color on #BDC6AA background.


White color preview on #BDC6AA background

This text has white color on #BDC6AA background.