COLOR #BDA6B4

HEX: #BDA6B4
RGB: (189,166,180)

Color info

#BDA6B4 contains red, green and blue colors in about the same proportion. Web safe color of #BDA6B4 is #CC99CC (or #C9C).

RGB color model

#BDA6B4 color RGB value is (189,166,180).

  • red value is 189;
  • green value is 166;
  • blue value is 180.
RGB:
(189,166,180)
(74%,65%,71%)

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 180 of 255 = 71%

189
166
180

R + G + B ~ 70%. #BDA6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 166 + 180 = 535 (100%)
R 189 of 535 ~ 35.33%
G 166 of 535 ~ 31.03%
B 180 of 535 ~ 33.64%

%35.33
%31.03
%33.64

CMYK color model

#BDA6B4 color CMYK value is (0,12,5,26).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(0,12,5,26)
C0M12Y5K26 
(0%,12%,5%,26%)
(0.00/0.12/0.05/0.26)	

CMYK percentages

%0
%12.17
%4.76
%25.88

Codes

Color #BDA6B4 in popluar color models

BDA6B4
RGB189166180
HSL323°14.84%69.61%
HSB/HSV323°12.17%74.12%
CMYK0.00%12.17%4.76%
25.88%

Color #BDA6B4 in popluar number systems.

HEXBDA6B4
Decimal189166180
Binary101111011010011010110100
Octal275246264

Shades and tints

Shades of #BDA6B4

#BDA6B4
(189,166,180)
#AC97A4
(172,151,164)
#9B8894
(155,136,148)
#8A7984
(138,121,132)
#796A74
(121,106,116)
#685B64
(104,91,100)
#574C54
(87,76,84)
#463D44
(70,61,68)
#352E34
(53,46,52)
#241F24
(36,31,36)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #BDA6B4

#BDA6B4
(189,166,180)
#C3AEBA
(195,174,186)
#C9B6C0
(201,182,192)
#CFBEC6
(207,190,198)
#D5C6CC
(213,198,204)
#DBCED2
(219,206,210)
#E1D6D8
(225,214,216)
#E7DEDE
(231,222,222)
#EDE6E4
(237,230,228)
#F3EEEA
(243,238,234)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA6B4 color. Also use rgb(189,166,180) instead hex code.

Text Font Color

.myTextColor { color: #BDA6B4; }

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

This text font color is #BDA6B4.


Background Color

.myBgColor { background-color: #BDA6B4; }

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

This div background color is #BDA6B4.


Border color

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

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

This div border color is #BDA6B4.


Opacity

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

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

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

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

This text has shadow with #BDA6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA6B4 on black background.


Color preview on white background

This text has color #BDA6B4 on white background.



Black color preview on #BDA6B4 background

This text has black color on #BDA6B4 background.


White color preview on #BDA6B4 background

This text has white color on #BDA6B4 background.