COLOR #BDA4B0

HEX: #BDA4B0
RGB: (189,164,176)

Color info

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

RGB color model

#BDA4B0 color RGB value is (189,164,176).

  • red value is 189;
  • green value is 164;
  • blue value is 176.
RGB: (189,164,176) (74%,64%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 176 of 255 = 69%

189
164
176

R + G + B ~ 69%. #BDA4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 164 + 176 = 529 (100%)
R 189 of 529 ~ 35.73%
G 164 of 529 ~ 31%
B 176 of 529 ~ 33.27%

%35.73
%31
%33.27

CMYK color model

#BDA4B0 color CMYK value is (0,13,7,26).

  • cyan value is 0.00%
  • magenta value is 13.23%
  • yellow value is 6.88%
  • key color value is 25.88%
CMYK: (0,13,7,26) C0M13Y7K26 (0%,13%,7%,26%) (0.00/0.13/0.07/0.26)

CMYK percentages

%0
%13.23
%6.88
%25.88

Codes

Color #BDA4B0 in popluar color models

BDA4B0
RGB189164176
HSL331°15.92%69.22%
HSB/HSV331°13.23%74.12%
CMYK0.00%13.23%6.88%
25.88%

Color #BDA4B0 in popluar number systems.

HEXBDA4B0
Decimal189164176
Binary101111011010010010110000
Octal275244260

Shades and tints

Shades of #BDA4B0

#BDA4B0
(189,164,176)
#AC96A0
(172,150,160)
#9B8890
(155,136,144)
#8A7A80
(138,122,128)
#796C70
(121,108,112)
#685E60
(104,94,96)
#575050
(87,80,80)
#464240
(70,66,64)
#353430
(53,52,48)
#242620
(36,38,32)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #BDA4B0

#BDA4B0
(189,164,176)
#C3ACB7
(195,172,183)
#C9B4BE
(201,180,190)
#CFBCC5
(207,188,197)
#D5C4CC
(213,196,204)
#DBCCD3
(219,204,211)
#E1D4DA
(225,212,218)
#E7DCE1
(231,220,225)
#EDE4E8
(237,228,232)
#F3ECEF
(243,236,239)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA4B0 color. Also use rgb(189,164,176) instead hex code.

Text Font Color

.myTextColor { color: #BDA4B0; }

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

This text font color is #BDA4B0.


Background Color

.myBgColor { background-color: #BDA4B0; }

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

This div background color is #BDA4B0.


Border color

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

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

This div border color is #BDA4B0.


Opacity

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

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

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

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

This text has shadow with #BDA4B0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDA4B0 on black background.


Color preview on white background

This text has color #BDA4B0 on white background.



Black color preview on #BDA4B0 background

This text has black color on #BDA4B0 background.


White color preview on #BDA4B0 background

This text has white color on #BDA4B0 background.