COLOR #BDAF9A

HEX: #BDAF9A
RGB: (189,175,154)

Color info

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

RGB color model

#BDAF9A color RGB value is (189,175,154).

  • red value is 189;
  • green value is 175;
  • blue value is 154.
RGB:
(189,175,154)
(74%,69%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 154 of 255 = 60%

189
175
154

R + G + B ~ 68%. #BDAF9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 154 = 518 (100%)
R 189 of 518 ~ 36.49%
G 175 of 518 ~ 33.78%
B 154 of 518 ~ 29.73%

%36.49
%33.78
%29.73

CMYK color model

#BDAF9A color CMYK value is (0,7,19,26).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(0,7,19,26)
C0M7Y19K26 
(0%,7%,19%,26%)
(0.00/0.07/0.19/0.26)	

CMYK percentages

%0
%7.41
%18.52
%25.88

Codes

Color #BDAF9A in popluar color models

BDAF9A
RGB189175154
HSL36°20.96%67.25%
HSB/HSV36°18.52%74.12%
CMYK0.00%7.41%18.52%
25.88%

Color #BDAF9A in popluar number systems.

HEXBDAF9A
Decimal189175154
Binary101111011010111110011010
Octal275257232

Shades and tints

Shades of #BDAF9A

#BDAF9A
(189,175,154)
#ACA08C
(172,160,140)
#9B917E
(155,145,126)
#8A8270
(138,130,112)
#797362
(121,115,98)
#686454
(104,100,84)
#575546
(87,85,70)
#464638
(70,70,56)
#35372A
(53,55,42)
#24281C
(36,40,28)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #BDAF9A

#BDAF9A
(189,175,154)
#C3B6A3
(195,182,163)
#C9BDAC
(201,189,172)
#CFC4B5
(207,196,181)
#D5CBBE
(213,203,190)
#DBD2C7
(219,210,199)
#E1D9D0
(225,217,208)
#E7E0D9
(231,224,217)
#EDE7E2
(237,231,226)
#F3EEEB
(243,238,235)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAF9A color. Also use rgb(189,175,154) instead hex code.

Text Font Color

.myTextColor { color: #BDAF9A; }

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

This text font color is #BDAF9A.


Background Color

.myBgColor { background-color: #BDAF9A; }

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

This div background color is #BDAF9A.


Border color

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

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

This div border color is #BDAF9A.


Opacity

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

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

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

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

This text has shadow with #BDAF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAF9A on black background.


Color preview on white background

This text has color #BDAF9A on white background.



Black color preview on #BDAF9A background

This text has black color on #BDAF9A background.


White color preview on #BDAF9A background

This text has white color on #BDAF9A background.