COLOR #BDA7A9

HEX: #BDA7A9 RGB: (189,167,169)

Color info

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

RGB color model

#BDA7A9 color RGB value is (189,167,169).

RGB: (189,167,169) (74%, 65%, 66%)

RGB channels and saturation

R 189 of 255 = 74%
G 167 of 255 = 65%
B 169 of 255 = 66%

189
167
169

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

Portions of RGB colors in percentages

R + G + B = 189 + 167 + 169 = 525 (100%)
R 189 of 525 ~ 36%
G 167 of 525 ~ 31.81%
B 169 of 525 ~ 32.19'%

%36
%31.81
%32.19

CMYK color model

#BDA7A9 color CMYK value is (0,12,11,26).

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

CMYK: (0,12,11,26)
C0M12Y11K26 (0%, 12%, 11%, 26%)
(0.00 / 0.12 / 0.11 / 0.26)

CMYK percentages

%0
%11.64
%10.58
%25.88

Codes

Color #BDA7A9 in popluar color models

BD A7 A9
RGB 189 167 169
HSL 355° 14.29% 69.80%
HSB/HSV 355° 11.64% 74.12%
CMYK 0.00% 11.64% 10.58%
25.88%

Color #BDA7A9 in popluar number systems.

HEX BD A7 A9
Decimal 189 167 169
Binary 10111101 10100111 10101001
Octal 275 247 251

Shades and tints

Shades of #BDA7A9

#BDA7A9
(189,167,169)
#AC989A
(172,152,154)
#9B898B
(155,137,139)
#8A7A7C
(138,122,124)
#796B6D
(121,107,109)
#685C5E
(104,92,94)
#574D4F
(87,77,79)
#463E40
(70,62,64)
#352F31
(53,47,49)
#242022
(36,32,34)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #BDA7A9

#BDA7A9
(189,167,169)
#C3AFB0
(195,175,176)
#C9B7B7
(201,183,183)
#CFBFBE
(207,191,190)
#D5C7C5
(213,199,197)
#DBCFCC
(219,207,204)
#E1D7D3
(225,215,211)
#E7DFDA
(231,223,218)
#EDE7E1
(237,231,225)
#F3EFE8
(243,239,232)
#F9F7EF
(249,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA7A9; }

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

This text font color is #BDA7A9.

Background Color

.myBgColor { background-color: #BDA7A9; }

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

This div background color is #BDA7A9.

Border color

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

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

This div border color is #BDA7A9.

Opacity

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

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

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

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

This text has shadow with #BDA7A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA7A9.

Preview

Color preview on black background

This text has color #BDA7A9 on black background.


Color preview on white background

This text has color #BDA7A9 on white background.


Black color preview on #BDA7A9 background

This text has black color on #BDA7A9 background.


White color preview on #BDA7A9 background

This text has white color on #BDA7A9 background.


Related colors

Complementary color

Complementary color for #hex is #425856.


I love getcolorcode.com

Triadic colors

1 #A9BDA7 and #A7A9BD with #BDA7A9 are triadic colors.

2 #A9A7BD and #A7BDA9 with #BDA7A9 are triadic colors.