COLOR #BDAAA6

HEX: #BDAAA6 RGB: (189,170,166)

Color info

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

RGB color model

#BDAAA6 color RGB value is (189,170,166).

RGB: (189,170,166) (74%, 67%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 166 of 255 = 65%

189
170
166

R + G + B ~ 69%. #BDAAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 166 = 525 (100%)
R 189 of 525 ~ 36%
G 170 of 525 ~ 32.38%
B 166 of 525 ~ 31.62'%

%36
%32.38
%31.62

CMYK color model

#BDAAA6 color CMYK value is (0,10,12,26).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK: (0,10,12,26) C0M10Y12K26 (0%,10%,12%,26%) (0.00/0.10/0.12/0.26) 

CMYK percentages

%0
%10.05
%12.17
%25.88

Codes

Color #BDAAA6 in popluar color models

BD AA A6
RGB 189 170 166
HSL 10° 14.84% 69.61%
HSB/HSV 10° 12.17% 74.12%
CMYK 0.00% 10.05% 12.17%
25.88%

Color #BDAAA6 in popluar number systems.

HEX BD AA A6
Decimal 189 170 166
Binary 10111101 10101010 10100110
Octal 275 252 246

Shades and tints

Shades of #BDAAA6

#BDAAA6
(189,170,166)
#AC9B97
(172,155,151)
#9B8C88
(155,140,136)
#8A7D79
(138,125,121)
#796E6A
(121,110,106)
#685F5B
(104,95,91)
#57504C
(87,80,76)
#46413D
(70,65,61)
#35322E
(53,50,46)
#24231F
(36,35,31)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #BDAAA6

#BDAAA6
(189,170,166)
#C3B1AE
(195,177,174)
#C9B8B6
(201,184,182)
#CFBFBE
(207,191,190)
#D5C6C6
(213,198,198)
#DBCDCE
(219,205,206)
#E1D4D6
(225,212,214)
#E7DBDE
(231,219,222)
#EDE2E6
(237,226,230)
#F3E9EE
(243,233,238)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAAA6; }

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

This text font color is #BDAAA6.

Background Color

.myBgColor { background-color: #BDAAA6; }

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

This div background color is #BDAAA6.

Border color

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

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

This div border color is #BDAAA6.

Opacity

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

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

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

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

This text has shadow with #BDAAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAAA6.

Preview

Color preview on black background

This text has color #BDAAA6 on black background.


Color preview on white background

This text has color #BDAAA6 on white background.


Black color preview on #BDAAA6 background

This text has black color on #BDAAA6 background.


White color preview on #BDAAA6 background

This text has white color on #BDAAA6 background.


Related colors

Complementary color

Complementary color for #hex is #425559.


I love getcolorcode.com

Triadic colors

1 #A6BDAA and #AAA6BD with #BDAAA6 are triadic colors.

2 #A6AABD and #AABDA6 with #BDAAA6 are triadic colors.