COLOR #BDA1AA

HEX: #BDA1AA RGB: (189,161,170)

Color info

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

RGB color model

#BDA1AA color RGB value is (189,161,170).

RGB: (189,161,170) (74%, 63%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 170 of 255 = 67%

189
161
170

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

Portions of RGB colors in percentages

R + G + B = 189 + 161 + 170 = 520 (100%)
R 189 of 520 ~ 36.35%
G 161 of 520 ~ 30.96%
B 170 of 520 ~ 32.69'%

%36.35
%30.96
%32.69

CMYK color model

#BDA1AA color CMYK value is (0,15,10,26).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 10.05%
  • key color value is 25.88%

CMYK: (0,15,10,26)
C0M15Y10K26 (0%, 15%, 10%, 26%)
(0.00 / 0.15 / 0.10 / 0.26)

CMYK percentages

%0
%14.81
%10.05
%25.88

Codes

Color #BDA1AA in popluar color models

BD A1 AA
RGB 189 161 170
HSL 341° 17.50% 68.63%
HSB/HSV 341° 14.81% 74.12%
CMYK 0.00% 14.81% 10.05%
25.88%

Color #BDA1AA in popluar number systems.

HEX BD A1 AA
Decimal 189 161 170
Binary 10111101 10100001 10101010
Octal 275 241 252

Shades and tints

Shades of #BDA1AA

#BDA1AA
(189,161,170)
#AC939B
(172,147,155)
#9B858C
(155,133,140)
#8A777D
(138,119,125)
#79696E
(121,105,110)
#685B5F
(104,91,95)
#574D50
(87,77,80)
#463F41
(70,63,65)
#353132
(53,49,50)
#242323
(36,35,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDA1AA

#BDA1AA
(189,161,170)
#C3A9B1
(195,169,177)
#C9B1B8
(201,177,184)
#CFB9BF
(207,185,191)
#D5C1C6
(213,193,198)
#DBC9CD
(219,201,205)
#E1D1D4
(225,209,212)
#E7D9DB
(231,217,219)
#EDE1E2
(237,225,226)
#F3E9E9
(243,233,233)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA1AA color. Also use rgb(189,161,170) instead hex code.

Text Font Color

.myTextColor { color: #BDA1AA; }

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

This text font color is #BDA1AA.

Background Color

.myBgColor { background-color: #BDA1AA; }

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

This div background color is #BDA1AA.

Border color

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

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

This div border color is #BDA1AA.

Opacity

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

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

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

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

This text has shadow with #BDA1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA1AA.

Preview

Color preview on black background

This text has color #BDA1AA on black background.


Color preview on white background

This text has color #BDA1AA on white background.


Black color preview on #BDA1AA background

This text has black color on #BDA1AA background.


White color preview on #BDA1AA background

This text has white color on #BDA1AA background.


Related colors

Complementary color

Complementary color for #hex is #425E55.


I love getcolorcode.com

Triadic colors

1 #AABDA1 and #A1AABD with #BDA1AA are triadic colors.

2 #AAA1BD and #A1BDAA with #BDA1AA are triadic colors.