COLOR #BDC3AB

HEX: #BDC3AB RGB: (189,195,171)

Color info

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

RGB color model

#BDC3AB color RGB value is (189,195,171).

RGB: (189,195,171) (74%, 76%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 171 of 255 = 67%

189
195
171

R + G + B ~ 72%. #BDC3AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 195 + 171 = 555 (100%)
R 189 of 555 ~ 34.05%
G 195 of 555 ~ 35.14%
B 171 of 555 ~ 30.81'%

%34.05
%35.14
%30.81

CMYK color model

#BDC3AB color CMYK value is (3,0,12,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 23.53%

CMYK: (3,0,12,24)
C3M0Y12K24 (3%, 0%, 12%, 24%)
(0.03 / 0.00 / 0.12 / 0.24)

CMYK percentages

%3.08
%0
%12.31
%23.53

Codes

Color #BDC3AB in popluar color models

BD C3 AB
RGB 189 195 171
HSL 75° 16.67% 71.76%
HSB/HSV 75° 12.31% 76.47%
CMYK 3.08% 0.00% 12.31%
23.53%

Color #BDC3AB in popluar number systems.

HEX BD C3 AB
Decimal 189 195 171
Binary 10111101 11000011 10101011
Octal 275 303 253

Shades and tints

Shades of #BDC3AB

#BDC3AB
(189,195,171)
#ACB29C
(172,178,156)
#9BA18D
(155,161,141)
#8A907E
(138,144,126)
#797F6F
(121,127,111)
#686E60
(104,110,96)
#575D51
(87,93,81)
#464C42
(70,76,66)
#353B33
(53,59,51)
#242A24
(36,42,36)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDC3AB

#BDC3AB
(189,195,171)
#C3C8B2
(195,200,178)
#C9CDB9
(201,205,185)
#CFD2C0
(207,210,192)
#D5D7C7
(213,215,199)
#DBDCCE
(219,220,206)
#E1E1D5
(225,225,213)
#E7E6DC
(231,230,220)
#EDEBE3
(237,235,227)
#F3F0EA
(243,240,234)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC3AB color. Also use rgb(189,195,171) instead hex code.

Text Font Color

.myTextColor { color: #BDC3AB; }

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

This text font color is #BDC3AB.

Background Color

.myBgColor { background-color: #BDC3AB; }

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

This div background color is #BDC3AB.

Border color

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

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

This div border color is #BDC3AB.

Opacity

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

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

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

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

This text has shadow with #BDC3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC3AB.

Preview

Color preview on black background

This text has color #BDC3AB on black background.


Color preview on white background

This text has color #BDC3AB on white background.


Black color preview on #BDC3AB background

This text has black color on #BDC3AB background.


White color preview on #BDC3AB background

This text has white color on #BDC3AB background.


Related colors

Complementary color

Complementary color for #hex is #423C54.


I love getcolorcode.com

Triadic colors

1 #ABBDC3 and #C3ABBD with #BDC3AB are triadic colors.

2 #ABC3BD and #C3BDAB with #BDC3AB are triadic colors.