COLOR #BDA7A0

HEX: #BDA7A0 RGB: (189,167,160)

Color info

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

RGB color model

#BDA7A0 color RGB value is (189,167,160).

RGB: (189,167,160) (74%, 65%, 63%)

RGB channels and saturation

R 189 of 255 = 74%
G 167 of 255 = 65%
B 160 of 255 = 63%

189
167
160

R + G + B ~ 67%. #BDA7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 167 + 160 = 516 (100%)
R 189 of 516 ~ 36.63%
G 167 of 516 ~ 32.36%
B 160 of 516 ~ 31.01'%

%36.63
%32.36
%31.01

CMYK color model

#BDA7A0 color CMYK value is (0,12,15,26).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 15.34%
  • key color value is 25.88%

CMYK: (0,12,15,26)
C0M12Y15K26 (0%, 12%, 15%, 26%)
(0.00 / 0.12 / 0.15 / 0.26)

CMYK percentages

%0
%11.64
%15.34
%25.88

Codes

Color #BDA7A0 in popluar color models

BD A7 A0
RGB 189 167 160
HSL 14° 18.01% 68.43%
HSB/HSV 14° 15.34% 74.12%
CMYK 0.00% 11.64% 15.34%
25.88%

Color #BDA7A0 in popluar number systems.

HEX BD A7 A0
Decimal 189 167 160
Binary 10111101 10100111 10100000
Octal 275 247 240

Shades and tints

Shades of #BDA7A0

#BDA7A0
(189,167,160)
#AC9892
(172,152,146)
#9B8984
(155,137,132)
#8A7A76
(138,122,118)
#796B68
(121,107,104)
#685C5A
(104,92,90)
#574D4C
(87,77,76)
#463E3E
(70,62,62)
#352F30
(53,47,48)
#242022
(36,32,34)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BDA7A0

#BDA7A0
(189,167,160)
#C3AFA8
(195,175,168)
#C9B7B0
(201,183,176)
#CFBFB8
(207,191,184)
#D5C7C0
(213,199,192)
#DBCFC8
(219,207,200)
#E1D7D0
(225,215,208)
#E7DFD8
(231,223,216)
#EDE7E0
(237,231,224)
#F3EFE8
(243,239,232)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA7A0 color. Also use rgb(189,167,160) instead hex code.

Text Font Color

.myTextColor { color: #BDA7A0; }

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

This text font color is #BDA7A0.

Background Color

.myBgColor { background-color: #BDA7A0; }

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

This div background color is #BDA7A0.

Border color

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

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

This div border color is #BDA7A0.

Opacity

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

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

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

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

This text has shadow with #BDA7A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA7A0.

Preview

Color preview on black background

This text has color #BDA7A0 on black background.


Color preview on white background

This text has color #BDA7A0 on white background.


Black color preview on #BDA7A0 background

This text has black color on #BDA7A0 background.


White color preview on #BDA7A0 background

This text has white color on #BDA7A0 background.


Related colors

Complementary color

Complementary color for #hex is #42585F.


I love getcolorcode.com

Triadic colors

1 #A0BDA7 and #A7A0BD with #BDA7A0 are triadic colors.

2 #A0A7BD and #A7BDA0 with #BDA7A0 are triadic colors.