COLOR #BDA998

HEX: #BDA998 RGB: (189,169,152)

Color info

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

RGB color model

#BDA998 color RGB value is (189,169,152).

RGB: (189,169,152) (74%, 66%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 152 of 255 = 60%

189
169
152

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

Portions of RGB colors in percentages

R + G + B = 189 + 169 + 152 = 510 (100%)
R 189 of 510 ~ 37.06%
G 169 of 510 ~ 33.14%
B 152 of 510 ~ 29.8'%

%37.06
%33.14
%29.8

CMYK color model

#BDA998 color CMYK value is (0,11,20,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 19.58%
  • key color value is 25.88%

CMYK: (0,11,20,26)
C0M11Y20K26 (0%, 11%, 20%, 26%)
(0.00 / 0.11 / 0.20 / 0.26)

CMYK percentages

%0
%10.58
%19.58
%25.88

Codes

Color #BDA998 in popluar color models

BD A9 98
RGB 189 169 152
HSL 28° 21.89% 66.86%
HSB/HSV 28° 19.58% 74.12%
CMYK 0.00% 10.58% 19.58%
25.88%

Color #BDA998 in popluar number systems.

HEX BD A9 98
Decimal 189 169 152
Binary 10111101 10101001 10011000
Octal 275 251 230

Shades and tints

Shades of #BDA998

#BDA998
(189,169,152)
#AC9A8B
(172,154,139)
#9B8B7E
(155,139,126)
#8A7C71
(138,124,113)
#796D64
(121,109,100)
#685E57
(104,94,87)
#574F4A
(87,79,74)
#46403D
(70,64,61)
#353130
(53,49,48)
#242223
(36,34,35)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #BDA998

#BDA998
(189,169,152)
#C3B0A1
(195,176,161)
#C9B7AA
(201,183,170)
#CFBEB3
(207,190,179)
#D5C5BC
(213,197,188)
#DBCCC5
(219,204,197)
#E1D3CE
(225,211,206)
#E7DAD7
(231,218,215)
#EDE1E0
(237,225,224)
#F3E8E9
(243,232,233)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA998; }

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

This text font color is #BDA998.

Background Color

.myBgColor { background-color: #BDA998; }

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

This div background color is #BDA998.

Border color

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

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

This div border color is #BDA998.

Opacity

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

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

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

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

This text has shadow with #BDA998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA998.

Preview

Color preview on black background

This text has color #BDA998 on black background.


Color preview on white background

This text has color #BDA998 on white background.


Black color preview on #BDA998 background

This text has black color on #BDA998 background.


White color preview on #BDA998 background

This text has white color on #BDA998 background.


Related colors

Complementary color

Complementary color for #hex is #425667.


I love getcolorcode.com

Triadic colors

1 #98BDA9 and #A998BD with #BDA998 are triadic colors.

2 #98A9BD and #A9BD98 with #BDA998 are triadic colors.