COLOR #BDC9AC

HEX: #BDC9AC RGB: (189,201,172)

Color info

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

RGB color model

#BDC9AC color RGB value is (189,201,172).

RGB: (189,201,172) (74%, 79%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 172 of 255 = 67%

189
201
172

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

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 172 = 562 (100%)
R 189 of 562 ~ 33.63%
G 201 of 562 ~ 35.77%
B 172 of 562 ~ 30.6'%

%33.63
%35.77
%30.6

CMYK color model

#BDC9AC color CMYK value is (6,0,14,21).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 21.18%

CMYK: (6,0,14,21)
C6M0Y14K21 (6%, 0%, 14%, 21%)
(0.06 / 0.00 / 0.14 / 0.21)

CMYK percentages

%5.97
%0
%14.43
%21.18

Codes

Color #BDC9AC in popluar color models

BD C9 AC
RGB 189 201 172
HSL 85° 21.17% 73.14%
HSB/HSV 85° 14.43% 78.82%
CMYK 5.97% 0.00% 14.43%
21.18%

Color #BDC9AC in popluar number systems.

HEX BD C9 AC
Decimal 189 201 172
Binary 10111101 11001001 10101100
Octal 275 311 254

Shades and tints

Shades of #BDC9AC

#BDC9AC
(189,201,172)
#ACB79D
(172,183,157)
#9BA58E
(155,165,142)
#8A937F
(138,147,127)
#798170
(121,129,112)
#686F61
(104,111,97)
#575D52
(87,93,82)
#464B43
(70,75,67)
#353934
(53,57,52)
#242725
(36,39,37)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDC9AC

#BDC9AC
(189,201,172)
#C3CDB3
(195,205,179)
#C9D1BA
(201,209,186)
#CFD5C1
(207,213,193)
#D5D9C8
(213,217,200)
#DBDDCF
(219,221,207)
#E1E1D6
(225,225,214)
#E7E5DD
(231,229,221)
#EDE9E4
(237,233,228)
#F3EDEB
(243,237,235)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC9AC; }

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

This text font color is #BDC9AC.

Background Color

.myBgColor { background-color: #BDC9AC; }

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

This div background color is #BDC9AC.

Border color

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

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

This div border color is #BDC9AC.

Opacity

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

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

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

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

This text has shadow with #BDC9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC9AC.

Preview

Color preview on black background

This text has color #BDC9AC on black background.


Color preview on white background

This text has color #BDC9AC on white background.


Black color preview on #BDC9AC background

This text has black color on #BDC9AC background.


White color preview on #BDC9AC background

This text has white color on #BDC9AC background.


Related colors

Complementary color

Complementary color for #hex is #423653.


I love getcolorcode.com

Triadic colors

1 #ACBDC9 and #C9ACBD with #BDC9AC are triadic colors.

2 #ACC9BD and #C9BDAC with #BDC9AC are triadic colors.