COLOR #BDAD98

HEX: #BDAD98
RGB: (189,173,152)

Color info

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

RGB color model

#BDAD98 color RGB value is (189,173,152).

  • red value is 189;
  • green value is 173;
  • blue value is 152.
RGB:
(189,173,152)
(74%,68%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 152 of 255 = 60%

189
173
152

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

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 152 = 514 (100%)
R 189 of 514 ~ 36.77%
G 173 of 514 ~ 33.66%
B 152 of 514 ~ 29.57%

%36.77
%33.66
%29.57

CMYK color model

#BDAD98 color CMYK value is (0,8,20,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 19.58%
  • key color value is 25.88%
CMYK:
(0,8,20,26)
C0M8Y20K26 
(0%,8%,20%,26%)
(0.00/0.08/0.20/0.26)	

CMYK percentages

%0
%8.47
%19.58
%25.88

Codes

Color #BDAD98 in popluar color models

BDAD98
RGB189173152
HSL34°21.89%66.86%
HSB/HSV34°19.58%74.12%
CMYK0.00%8.47%19.58%
25.88%

Color #BDAD98 in popluar number systems.

HEXBDAD98
Decimal189173152
Binary101111011010110110011000
Octal275255230

Shades and tints

Shades of #BDAD98

#BDAD98
(189,173,152)
#AC9E8B
(172,158,139)
#9B8F7E
(155,143,126)
#8A8071
(138,128,113)
#797164
(121,113,100)
#686257
(104,98,87)
#57534A
(87,83,74)
#46443D
(70,68,61)
#353530
(53,53,48)
#242623
(36,38,35)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDAD98

#BDAD98
(189,173,152)
#C3B4A1
(195,180,161)
#C9BBAA
(201,187,170)
#CFC2B3
(207,194,179)
#D5C9BC
(213,201,188)
#DBD0C5
(219,208,197)
#E1D7CE
(225,215,206)
#E7DED7
(231,222,215)
#EDE5E0
(237,229,224)
#F3ECE9
(243,236,233)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAD98 color. Also use rgb(189,173,152) instead hex code.

Text Font Color

.myTextColor { color: #BDAD98; }

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

This text font color is #BDAD98.


Background Color

.myBgColor { background-color: #BDAD98; }

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

This div background color is #BDAD98.


Border color

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

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

This div border color is #BDAD98.


Opacity

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

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

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

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

This text has shadow with #BDAD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAD98 on black background.


Color preview on white background

This text has color #BDAD98 on white background.



Black color preview on #BDAD98 background

This text has black color on #BDAD98 background.


White color preview on #BDAD98 background

This text has white color on #BDAD98 background.