COLOR #BDA6B7

HEX: #BDA6B7
RGB: (189,166,183)

Color info

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

RGB color model

#BDA6B7 color RGB value is (189,166,183).

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

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 183 of 255 = 72%

189
166
183

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

Portions of RGB colors in percentages

R + G + B =
189 + 166 + 183 = 538 (100%)
R 189 of 538 ~ 35.13%
G 166 of 538 ~ 30.86%
B 183 of 538 ~ 34.01%

%35.13
%30.86
%34.01

CMYK color model

#BDA6B7 color CMYK value is (0,12,3,26).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 3.17%
  • key color value is 25.88%
CMYK:
(0,12,3,26)
C0M12Y3K26 
(0%,12%,3%,26%)
(0.00/0.12/0.03/0.26)	

CMYK percentages

%0
%12.17
%3.17
%25.88

Codes

Color #BDA6B7 in popluar color models

BDA6B7
RGB189166183
HSL316°14.84%69.61%
HSB/HSV316°12.17%74.12%
CMYK0.00%12.17%3.17%
25.88%

Color #BDA6B7 in popluar number systems.

HEXBDA6B7
Decimal189166183
Binary101111011010011010110111
Octal275246267

Shades and tints

Shades of #BDA6B7

#BDA6B7
(189,166,183)
#AC97A7
(172,151,167)
#9B8897
(155,136,151)
#8A7987
(138,121,135)
#796A77
(121,106,119)
#685B67
(104,91,103)
#574C57
(87,76,87)
#463D47
(70,61,71)
#352E37
(53,46,55)
#241F27
(36,31,39)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #BDA6B7

#BDA6B7
(189,166,183)
#C3AEBD
(195,174,189)
#C9B6C3
(201,182,195)
#CFBEC9
(207,190,201)
#D5C6CF
(213,198,207)
#DBCED5
(219,206,213)
#E1D6DB
(225,214,219)
#E7DEE1
(231,222,225)
#EDE6E7
(237,230,231)
#F3EEED
(243,238,237)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA6B7; }

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

This text font color is #BDA6B7.


Background Color

.myBgColor { background-color: #BDA6B7; }

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

This div background color is #BDA6B7.


Border color

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

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

This div border color is #BDA6B7.


Opacity

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

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

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

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

This text has shadow with #BDA6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA6B7 on black background.


Color preview on white background

This text has color #BDA6B7 on white background.



Black color preview on #BDA6B7 background

This text has black color on #BDA6B7 background.


White color preview on #BDA6B7 background

This text has white color on #BDA6B7 background.