COLOR #BDA8A7

HEX: #BDA8A7 RGB: (189,168,167)

Color info

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

RGB color model

#BDA8A7 color RGB value is (189,168,167).

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

RGB channels and saturation

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

189
168
167

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

Portions of RGB colors in percentages

R + G + B = 189 + 168 + 167 = 524 (100%)
R 189 of 524 ~ 36.07%
G 168 of 524 ~ 32.06%
B 167 of 524 ~ 31.87'%

%36.07
%32.06
%31.87

CMYK color model

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

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

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

CMYK percentages

%0
%11.11
%11.64
%25.88

Codes

Color #BDA8A7 in popluar color models

BD A8 A7
RGB 189 168 167
HSL 14.29% 69.80%
HSB/HSV 11.64% 74.12%
CMYK 0.00% 11.11% 11.64%
25.88%

Color #BDA8A7 in popluar number systems.

HEX BD A8 A7
Decimal 189 168 167
Binary 10111101 10101000 10100111
Octal 275 250 247

Shades and tints

Shades of #BDA8A7

#BDA8A7
(189,168,167)
#AC9998
(172,153,152)
#9B8A89
(155,138,137)
#8A7B7A
(138,123,122)
#796C6B
(121,108,107)
#685D5C
(104,93,92)
#574E4D
(87,78,77)
#463F3E
(70,63,62)
#35302F
(53,48,47)
#242120
(36,33,32)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #BDA8A7

#BDA8A7
(189,168,167)
#C3AFAF
(195,175,175)
#C9B6B7
(201,182,183)
#CFBDBF
(207,189,191)
#D5C4C7
(213,196,199)
#DBCBCF
(219,203,207)
#E1D2D7
(225,210,215)
#E7D9DF
(231,217,223)
#EDE0E7
(237,224,231)
#F3E7EF
(243,231,239)
#F9EEF7
(249,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA8A7; }

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

This text font color is #BDA8A7.

Background Color

.myBgColor { background-color: #BDA8A7; }

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

This div background color is #BDA8A7.

Border color

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

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

This div border color is #BDA8A7.

Opacity

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

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

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

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

This text has shadow with #BDA8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA8A7.

Preview

Color preview on black background

This text has color #BDA8A7 on black background.


Color preview on white background

This text has color #BDA8A7 on white background.


Black color preview on #BDA8A7 background

This text has black color on #BDA8A7 background.


White color preview on #BDA8A7 background

This text has white color on #BDA8A7 background.


Related colors

Complementary color

Complementary color for #hex is #425758.


I love getcolorcode.com

Triadic colors

1 #A7BDA8 and #A8A7BD with #BDA8A7 are triadic colors.

2 #A7A8BD and #A8BDA7 with #BDA8A7 are triadic colors.