COLOR #BDA4AB

HEX: #BDA4AB RGB: (189,164,171)

Color info

#BDA4AB contains red, green and blue colors in about the same proportion. Web safe color of #BDA4AB is #CC9999 (or #C99).

RGB color model

#BDA4AB color RGB value is (189,164,171).

RGB: (189,164,171) (74%, 64%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 171 of 255 = 67%

189
164
171

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

Portions of RGB colors in percentages

R + G + B = 189 + 164 + 171 = 524 (100%)
R 189 of 524 ~ 36.07%
G 164 of 524 ~ 31.3%
B 171 of 524 ~ 32.63'%

%36.07
%31.3
%32.63

CMYK color model

#BDA4AB color CMYK value is (0,13,10,26).

  • cyan value is 0.00%
  • magenta value is 13.23%
  • yellow value is 9.52%
  • key color value is 25.88%

CMYK: (0,13,10,26)
C0M13Y10K26 (0%, 13%, 10%, 26%)
(0.00 / 0.13 / 0.10 / 0.26)

CMYK percentages

%0
%13.23
%9.52
%25.88

Codes

Color #BDA4AB in popluar color models

BD A4 AB
RGB 189 164 171
HSL 343° 15.92% 69.22%
HSB/HSV 343° 13.23% 74.12%
CMYK 0.00% 13.23% 9.52%
25.88%

Color #BDA4AB in popluar number systems.

HEX BD A4 AB
Decimal 189 164 171
Binary 10111101 10100100 10101011
Octal 275 244 253

Shades and tints

Shades of #BDA4AB

#BDA4AB
(189,164,171)
#AC969C
(172,150,156)
#9B888D
(155,136,141)
#8A7A7E
(138,122,126)
#796C6F
(121,108,111)
#685E60
(104,94,96)
#575051
(87,80,81)
#464242
(70,66,66)
#353433
(53,52,51)
#242624
(36,38,36)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #BDA4AB

#BDA4AB
(189,164,171)
#C3ACB2
(195,172,178)
#C9B4B9
(201,180,185)
#CFBCC0
(207,188,192)
#D5C4C7
(213,196,199)
#DBCCCE
(219,204,206)
#E1D4D5
(225,212,213)
#E7DCDC
(231,220,220)
#EDE4E3
(237,228,227)
#F3ECEA
(243,236,234)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA4AB; }

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

This text font color is #BDA4AB.

Background Color

.myBgColor { background-color: #BDA4AB; }

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

This div background color is #BDA4AB.

Border color

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

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

This div border color is #BDA4AB.

Opacity

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

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

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

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

This text has shadow with #BDA4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA4AB.

Preview

Color preview on black background

This text has color #BDA4AB on black background.


Color preview on white background

This text has color #BDA4AB on white background.


Black color preview on #BDA4AB background

This text has black color on #BDA4AB background.


White color preview on #BDA4AB background

This text has white color on #BDA4AB background.


Related colors

Complementary color

Complementary color for #hex is #425B54.


I love getcolorcode.com

Triadic colors

1 #ABBDA4 and #A4ABBD with #BDA4AB are triadic colors.

2 #ABA4BD and #A4BDAB with #BDA4AB are triadic colors.