COLOR #BDA5A9

HEX: #BDA5A9 RGB: (189,165,169)

Color info

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

RGB color model

#BDA5A9 color RGB value is (189,165,169).

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

RGB channels and saturation

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

189
165
169

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

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 169 = 523 (100%)
R 189 of 523 ~ 36.14%
G 165 of 523 ~ 31.55%
B 169 of 523 ~ 32.31'%

%36.14
%31.55
%32.31

CMYK color model

#BDA5A9 color CMYK value is (0,13,11,26).

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

CMYK: (0,13,11,26)
C0M13Y11K26 (0%, 13%, 11%, 26%)
(0.00 / 0.13 / 0.11 / 0.26)

CMYK percentages

%0
%12.7
%10.58
%25.88

Codes

Color #BDA5A9 in popluar color models

BD A5 A9
RGB 189 165 169
HSL 350° 15.38% 69.41%
HSB/HSV 350° 12.70% 74.12%
CMYK 0.00% 12.70% 10.58%
25.88%

Color #BDA5A9 in popluar number systems.

HEX BD A5 A9
Decimal 189 165 169
Binary 10111101 10100101 10101001
Octal 275 245 251

Shades and tints

Shades of #BDA5A9

#BDA5A9
(189,165,169)
#AC969A
(172,150,154)
#9B878B
(155,135,139)
#8A787C
(138,120,124)
#79696D
(121,105,109)
#685A5E
(104,90,94)
#574B4F
(87,75,79)
#463C40
(70,60,64)
#352D31
(53,45,49)
#241E22
(36,30,34)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #BDA5A9

#BDA5A9
(189,165,169)
#C3ADB0
(195,173,176)
#C9B5B7
(201,181,183)
#CFBDBE
(207,189,190)
#D5C5C5
(213,197,197)
#DBCDCC
(219,205,204)
#E1D5D3
(225,213,211)
#E7DDDA
(231,221,218)
#EDE5E1
(237,229,225)
#F3EDE8
(243,237,232)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA5A9; }

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

This text font color is #BDA5A9.

Background Color

.myBgColor { background-color: #BDA5A9; }

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

This div background color is #BDA5A9.

Border color

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

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

This div border color is #BDA5A9.

Opacity

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

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

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

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

This text has shadow with #BDA5A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA5A9.

Preview

Color preview on black background

This text has color #BDA5A9 on black background.


Color preview on white background

This text has color #BDA5A9 on white background.


Black color preview on #BDA5A9 background

This text has black color on #BDA5A9 background.


White color preview on #BDA5A9 background

This text has white color on #BDA5A9 background.


Related colors

Complementary color

Complementary color for #hex is #425A56.


I love getcolorcode.com

Triadic colors

1 #A9BDA5 and #A5A9BD with #BDA5A9 are triadic colors.

2 #A9A5BD and #A5BDA9 with #BDA5A9 are triadic colors.