COLOR #BDAF9C

HEX: #BDAF9C
RGB: (189,175,156)

Color info

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

RGB color model

#BDAF9C color RGB value is (189,175,156).

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

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 156 of 255 = 61%

189
175
156

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

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 156 = 520 (100%)
R 189 of 520 ~ 36.35%
G 175 of 520 ~ 33.65%
B 156 of 520 ~ 30%

%36.35
%33.65
%30

CMYK color model

#BDAF9C color CMYK value is (0,7,17,26).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK:
(0,7,17,26)
C0M7Y17K26 
(0%,7%,17%,26%)
(0.00/0.07/0.17/0.26)	

CMYK percentages

%0
%7.41
%17.46
%25.88

Codes

Color #BDAF9C in popluar color models

BDAF9C
RGB189175156
HSL35°20.00%67.65%
HSB/HSV35°17.46%74.12%
CMYK0.00%7.41%17.46%
25.88%

Color #BDAF9C in popluar number systems.

HEXBDAF9C
Decimal189175156
Binary101111011010111110011100
Octal275257234

Shades and tints

Shades of #BDAF9C

#BDAF9C
(189,175,156)
#ACA08E
(172,160,142)
#9B9180
(155,145,128)
#8A8272
(138,130,114)
#797364
(121,115,100)
#686456
(104,100,86)
#575548
(87,85,72)
#46463A
(70,70,58)
#35372C
(53,55,44)
#24281E
(36,40,30)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #BDAF9C

#BDAF9C
(189,175,156)
#C3B6A5
(195,182,165)
#C9BDAE
(201,189,174)
#CFC4B7
(207,196,183)
#D5CBC0
(213,203,192)
#DBD2C9
(219,210,201)
#E1D9D2
(225,217,210)
#E7E0DB
(231,224,219)
#EDE7E4
(237,231,228)
#F3EEED
(243,238,237)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAF9C; }

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

This text font color is #BDAF9C.


Background Color

.myBgColor { background-color: #BDAF9C; }

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

This div background color is #BDAF9C.


Border color

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

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

This div border color is #BDAF9C.


Opacity

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

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

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

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

This text has shadow with #BDAF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAF9C on black background.


Color preview on white background

This text has color #BDAF9C on white background.



Black color preview on #BDAF9C background

This text has black color on #BDAF9C background.


White color preview on #BDAF9C background

This text has white color on #BDAF9C background.