COLOR #BDA09E

HEX: #BDA09E
RGB: (189,160,158)

Color info

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

RGB color model

#BDA09E color RGB value is (189,160,158).

  • red value is 189;
  • green value is 160;
  • blue value is 158.
RGB:
(189,160,158)
(74%,63%,62%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 158 of 255 = 62%

189
160
158

R + G + B ~ 66%. #BDA09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 160 + 158 = 507 (100%)
R 189 of 507 ~ 37.28%
G 160 of 507 ~ 31.56%
B 158 of 507 ~ 31.16%

%37.28
%31.56
%31.16

CMYK color model

#BDA09E color CMYK value is (0,15,16,26).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 16.40%
  • key color value is 25.88%
CMYK:
(0,15,16,26)
C0M15Y16K26 
(0%,15%,16%,26%)
(0.00/0.15/0.16/0.26)	

CMYK percentages

%0
%15.34
%16.4
%25.88

Codes

Color #BDA09E in popluar color models

BDA09E
RGB189160158
HSL19.02%68.04%
HSB/HSV16.40%74.12%
CMYK0.00%15.34%16.40%
25.88%

Color #BDA09E in popluar number systems.

HEXBDA09E
Decimal189160158
Binary101111011010000010011110
Octal275240236

Shades and tints

Shades of #BDA09E

#BDA09E
(189,160,158)
#AC9290
(172,146,144)
#9B8482
(155,132,130)
#8A7674
(138,118,116)
#796866
(121,104,102)
#685A58
(104,90,88)
#574C4A
(87,76,74)
#463E3C
(70,62,60)
#35302E
(53,48,46)
#242220
(36,34,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #BDA09E

#BDA09E
(189,160,158)
#C3A8A6
(195,168,166)
#C9B0AE
(201,176,174)
#CFB8B6
(207,184,182)
#D5C0BE
(213,192,190)
#DBC8C6
(219,200,198)
#E1D0CE
(225,208,206)
#E7D8D6
(231,216,214)
#EDE0DE
(237,224,222)
#F3E8E6
(243,232,230)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA09E; }

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

This text font color is #BDA09E.


Background Color

.myBgColor { background-color: #BDA09E; }

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

This div background color is #BDA09E.


Border color

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

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

This div border color is #BDA09E.


Opacity

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

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

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

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

This text has shadow with #BDA09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA09E on black background.


Color preview on white background

This text has color #BDA09E on white background.



Black color preview on #BDA09E background

This text has black color on #BDA09E background.


White color preview on #BDA09E background

This text has white color on #BDA09E background.