COLOR #BDA6B3

HEX: #BDA6B3
RGB: (189,166,179)

Color info

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

RGB color model

#BDA6B3 color RGB value is (189,166,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 179 of 255 = 70%

189
166
179

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

Portions of RGB colors in percentages

R + G + B =
189 + 166 + 179 = 534 (100%)
R 189 of 534 ~ 35.39%
G 166 of 534 ~ 31.09%
B 179 of 534 ~ 33.52%

%35.39
%31.09
%33.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 5.29%
  • 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
%5.29
%25.88

Codes

Color #BDA6B3 in popluar color models

BDA6B3
RGB189166179
HSL326°14.84%69.61%
HSB/HSV326°12.17%74.12%
CMYK0.00%12.17%5.29%
25.88%

Color #BDA6B3 in popluar number systems.

HEXBDA6B3
Decimal189166179
Binary101111011010011010110011
Octal275246263

Shades and tints

Shades of #BDA6B3

#BDA6B3
(189,166,179)
#AC97A3
(172,151,163)
#9B8893
(155,136,147)
#8A7983
(138,121,131)
#796A73
(121,106,115)
#685B63
(104,91,99)
#574C53
(87,76,83)
#463D43
(70,61,67)
#352E33
(53,46,51)
#241F23
(36,31,35)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #BDA6B3

#BDA6B3
(189,166,179)
#C3AEB9
(195,174,185)
#C9B6BF
(201,182,191)
#CFBEC5
(207,190,197)
#D5C6CB
(213,198,203)
#DBCED1
(219,206,209)
#E1D6D7
(225,214,215)
#E7DEDD
(231,222,221)
#EDE6E3
(237,230,227)
#F3EEE9
(243,238,233)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA6B3; }

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

This text font color is #BDA6B3.


Background Color

.myBgColor { background-color: #BDA6B3; }

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

This div background color is #BDA6B3.


Border color

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

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

This div border color is #BDA6B3.


Opacity

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

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

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

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

This text has shadow with #BDA6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA6B3 on black background.


Color preview on white background

This text has color #BDA6B3 on white background.



Black color preview on #BDA6B3 background

This text has black color on #BDA6B3 background.


White color preview on #BDA6B3 background

This text has white color on #BDA6B3 background.