COLOR #BDA69E

HEX: #BDA69E RGB: (189,166,158)

Color info

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

RGB color model

#BDA69E color RGB value is (189,166,158).

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

RGB channels and saturation

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

189
166
158

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

Portions of RGB colors in percentages

R + G + B = 189 + 166 + 158 = 513 (100%)
R 189 of 513 ~ 36.84%
G 166 of 513 ~ 32.36%
B 158 of 513 ~ 30.8'%

%36.84
%32.36
%30.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 16.40%
  • 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
%16.4
%25.88

Codes

Color #BDA69E in popluar color models

BD A6 9E
RGB 189 166 158
HSL 15° 19.02% 68.04%
HSB/HSV 15° 16.40% 74.12%
CMYK 0.00% 12.17% 16.40%
25.88%

Color #BDA69E in popluar number systems.

HEX BD A6 9E
Decimal 189 166 158
Binary 10111101 10100110 10011110
Octal 275 246 236

Shades and tints

Shades of #BDA69E

#BDA69E
(189,166,158)
#AC9790
(172,151,144)
#9B8882
(155,136,130)
#8A7974
(138,121,116)
#796A66
(121,106,102)
#685B58
(104,91,88)
#574C4A
(87,76,74)
#463D3C
(70,61,60)
#352E2E
(53,46,46)
#241F20
(36,31,32)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BDA69E

#BDA69E
(189,166,158)
#C3AEA6
(195,174,166)
#C9B6AE
(201,182,174)
#CFBEB6
(207,190,182)
#D5C6BE
(213,198,190)
#DBCEC6
(219,206,198)
#E1D6CE
(225,214,206)
#E7DED6
(231,222,214)
#EDE6DE
(237,230,222)
#F3EEE6
(243,238,230)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA69E; }

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

This text font color is #BDA69E.

Background Color

.myBgColor { background-color: #BDA69E; }

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

This div background color is #BDA69E.

Border color

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

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

This div border color is #BDA69E.

Opacity

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

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

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

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

This text has shadow with #BDA69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA69E.

Preview

Color preview on black background

This text has color #BDA69E on black background.


Color preview on white background

This text has color #BDA69E on white background.


Black color preview on #BDA69E background

This text has black color on #BDA69E background.


White color preview on #BDA69E background

This text has white color on #BDA69E background.


Related colors

Complementary color

Complementary color for #hex is #425961.


I love getcolorcode.com

Triadic colors

1 #9EBDA6 and #A69EBD with #BDA69E are triadic colors.

2 #9EA6BD and #A6BD9E with #BDA69E are triadic colors.