COLOR #BDA09F

HEX: #BDA09F
RGB: (189,160,159)

Color info

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

RGB color model

#BDA09F color RGB value is (189,160,159).

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

RGB channels and saturation

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

189
160
159

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

Portions of RGB colors in percentages

R + G + B =
189 + 160 + 159 = 508 (100%)
R 189 of 508 ~ 37.2%
G 160 of 508 ~ 31.5%
B 159 of 508 ~ 31.3%

%37.2
%31.5
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 15.87%
  • 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
%15.87
%25.88

Codes

Color #BDA09F in popluar color models

BDA09F
RGB189160159
HSL18.52%68.24%
HSB/HSV15.87%74.12%
CMYK0.00%15.34%15.87%
25.88%

Color #BDA09F in popluar number systems.

HEXBDA09F
Decimal189160159
Binary101111011010000010011111
Octal275240237

Shades and tints

Shades of #BDA09F

#BDA09F
(189,160,159)
#AC9291
(172,146,145)
#9B8483
(155,132,131)
#8A7675
(138,118,117)
#796867
(121,104,103)
#685A59
(104,90,89)
#574C4B
(87,76,75)
#463E3D
(70,62,61)
#35302F
(53,48,47)
#242221
(36,34,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BDA09F

#BDA09F
(189,160,159)
#C3A8A7
(195,168,167)
#C9B0AF
(201,176,175)
#CFB8B7
(207,184,183)
#D5C0BF
(213,192,191)
#DBC8C7
(219,200,199)
#E1D0CF
(225,208,207)
#E7D8D7
(231,216,215)
#EDE0DF
(237,224,223)
#F3E8E7
(243,232,231)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA09F; }

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

This text font color is #BDA09F.


Background Color

.myBgColor { background-color: #BDA09F; }

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

This div background color is #BDA09F.


Border color

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

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

This div border color is #BDA09F.


Opacity

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

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

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

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

This text has shadow with #BDA09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA09F on black background.


Color preview on white background

This text has color #BDA09F on white background.



Black color preview on #BDA09F background

This text has black color on #BDA09F background.


White color preview on #BDA09F background

This text has white color on #BDA09F background.