COLOR #BDA69F

HEX: #BDA69F RGB: (189,166,159)

Color info

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

RGB color model

#BDA69F color RGB value is (189,166,159).

RGB: (189,166,159) (74%, 65%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 159 of 255 = 62%

189
166
159

R + G + B ~ 67%. #BDA69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 166 + 159 = 514 (100%)
R 189 of 514 ~ 36.77%
G 166 of 514 ~ 32.3%
B 159 of 514 ~ 30.93'%

%36.77
%32.3
%30.93

CMYK color model

#BDA69F color CMYK value is (0,12,16,26).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 15.87%
  • key color value is 25.88%

CMYK: (0,12,16,26)
C0M12Y16K26 (0%, 12%, 16%, 26%)
(0.00 / 0.12 / 0.16 / 0.26)

CMYK percentages

%0
%12.17
%15.87
%25.88

Codes

Color #BDA69F in popluar color models

BD A6 9F
RGB 189 166 159
HSL 14° 18.52% 68.24%
HSB/HSV 14° 15.87% 74.12%
CMYK 0.00% 12.17% 15.87%
25.88%

Color #BDA69F in popluar number systems.

HEX BD A6 9F
Decimal 189 166 159
Binary 10111101 10100110 10011111
Octal 275 246 237

Shades and tints

Shades of #BDA69F

#BDA69F
(189,166,159)
#AC9791
(172,151,145)
#9B8883
(155,136,131)
#8A7975
(138,121,117)
#796A67
(121,106,103)
#685B59
(104,91,89)
#574C4B
(87,76,75)
#463D3D
(70,61,61)
#352E2F
(53,46,47)
#241F21
(36,31,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #BDA69F

#BDA69F
(189,166,159)
#C3AEA7
(195,174,167)
#C9B6AF
(201,182,175)
#CFBEB7
(207,190,183)
#D5C6BF
(213,198,191)
#DBCEC7
(219,206,199)
#E1D6CF
(225,214,207)
#E7DED7
(231,222,215)
#EDE6DF
(237,230,223)
#F3EEE7
(243,238,231)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA69F; }

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

This text font color is #BDA69F.

Background Color

.myBgColor { background-color: #BDA69F; }

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

This div background color is #BDA69F.

Border color

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

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

This div border color is #BDA69F.

Opacity

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

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

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

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

This text has shadow with #BDA69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA69F.

Preview

Color preview on black background

This text has color #BDA69F on black background.


Color preview on white background

This text has color #BDA69F on white background.


Black color preview on #BDA69F background

This text has black color on #BDA69F background.


White color preview on #BDA69F background

This text has white color on #BDA69F background.


Related colors

Complementary color

Complementary color for #hex is #425960.


I love getcolorcode.com

Triadic colors

1 #9FBDA6 and #A69FBD with #BDA69F are triadic colors.

2 #9FA6BD and #A6BD9F with #BDA69F are triadic colors.