COLOR #BDA7B9

HEX: #BDA7B9
RGB: (189,167,185)

Color info

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

RGB color model

#BDA7B9 color RGB value is (189,167,185).

  • red value is 189;
  • green value is 167;
  • blue value is 185.
RGB:
(189,167,185)
(74%,65%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 167 of 255 = 65%
B 185 of 255 = 73%

189
167
185

R + G + B ~ 71%. #BDA7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 167 + 185 = 541 (100%)
R 189 of 541 ~ 34.94%
G 167 of 541 ~ 30.87%
B 185 of 541 ~ 34.2%

%34.94
%30.87
%34.2

CMYK color model

#BDA7B9 color CMYK value is (0,12,2,26).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 2.12%
  • key color value is 25.88%
CMYK:
(0,12,2,26)
C0M12Y2K26 
(0%,12%,2%,26%)
(0.00/0.12/0.02/0.26)	

CMYK percentages

%0
%11.64
%2.12
%25.88

Codes

Color #BDA7B9 in popluar color models

BDA7B9
RGB189167185
HSL311°14.29%69.80%
HSB/HSV311°11.64%74.12%
CMYK0.00%11.64%2.12%
25.88%

Color #BDA7B9 in popluar number systems.

HEXBDA7B9
Decimal189167185
Binary101111011010011110111001
Octal275247271

Shades and tints

Shades of #BDA7B9

#BDA7B9
(189,167,185)
#AC98A9
(172,152,169)
#9B8999
(155,137,153)
#8A7A89
(138,122,137)
#796B79
(121,107,121)
#685C69
(104,92,105)
#574D59
(87,77,89)
#463E49
(70,62,73)
#352F39
(53,47,57)
#242029
(36,32,41)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #BDA7B9

#BDA7B9
(189,167,185)
#C3AFBF
(195,175,191)
#C9B7C5
(201,183,197)
#CFBFCB
(207,191,203)
#D5C7D1
(213,199,209)
#DBCFD7
(219,207,215)
#E1D7DD
(225,215,221)
#E7DFE3
(231,223,227)
#EDE7E9
(237,231,233)
#F3EFEF
(243,239,239)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA7B9 color. Also use rgb(189,167,185) instead hex code.

Text Font Color

.myTextColor { color: #BDA7B9; }

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

This text font color is #BDA7B9.


Background Color

.myBgColor { background-color: #BDA7B9; }

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

This div background color is #BDA7B9.


Border color

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

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

This div border color is #BDA7B9.


Opacity

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

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

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

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

This text has shadow with #BDA7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA7B9 on black background.


Color preview on white background

This text has color #BDA7B9 on white background.



Black color preview on #BDA7B9 background

This text has black color on #BDA7B9 background.


White color preview on #BDA7B9 background

This text has white color on #BDA7B9 background.