COLOR #BDA39E

HEX: #BDA39E RGB: (189,163,158)

Color info

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

RGB color model

#BDA39E color RGB value is (189,163,158).

RGB: (189,163,158) (74%, 64%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 158 of 255 = 62%

189
163
158

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

Portions of RGB colors in percentages

R + G + B = 189 + 163 + 158 = 510 (100%)
R 189 of 510 ~ 37.06%
G 163 of 510 ~ 31.96%
B 158 of 510 ~ 30.98'%

%37.06
%31.96
%30.98

CMYK color model

#BDA39E color CMYK value is (0,14,16,26).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 16.40%
  • key color value is 25.88%

CMYK: (0,14,16,26)
C0M14Y16K26 (0%, 14%, 16%, 26%)
(0.00 / 0.14 / 0.16 / 0.26)

CMYK percentages

%0
%13.76
%16.4
%25.88

Codes

Color #BDA39E in popluar color models

BD A3 9E
RGB 189 163 158
HSL 10° 19.02% 68.04%
HSB/HSV 10° 16.40% 74.12%
CMYK 0.00% 13.76% 16.40%
25.88%

Color #BDA39E in popluar number systems.

HEX BD A3 9E
Decimal 189 163 158
Binary 10111101 10100011 10011110
Octal 275 243 236

Shades and tints

Shades of #BDA39E

#BDA39E
(189,163,158)
#AC9590
(172,149,144)
#9B8782
(155,135,130)
#8A7974
(138,121,116)
#796B66
(121,107,102)
#685D58
(104,93,88)
#574F4A
(87,79,74)
#46413C
(70,65,60)
#35332E
(53,51,46)
#242520
(36,37,32)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDA39E

#BDA39E
(189,163,158)
#C3ABA6
(195,171,166)
#C9B3AE
(201,179,174)
#CFBBB6
(207,187,182)
#D5C3BE
(213,195,190)
#DBCBC6
(219,203,198)
#E1D3CE
(225,211,206)
#E7DBD6
(231,219,214)
#EDE3DE
(237,227,222)
#F3EBE6
(243,235,230)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA39E; }

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

This text font color is #BDA39E.

Background Color

.myBgColor { background-color: #BDA39E; }

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

This div background color is #BDA39E.

Border color

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

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

This div border color is #BDA39E.

Opacity

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

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

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

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

This text has shadow with #BDA39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA39E.

Preview

Color preview on black background

This text has color #BDA39E on black background.


Color preview on white background

This text has color #BDA39E on white background.


Black color preview on #BDA39E background

This text has black color on #BDA39E background.


White color preview on #BDA39E background

This text has white color on #BDA39E background.


Related colors

Complementary color

Complementary color for #hex is #425C61.


I love getcolorcode.com

Triadic colors

1 #9EBDA3 and #A39EBD with #BDA39E are triadic colors.

2 #9EA3BD and #A3BD9E with #BDA39E are triadic colors.