COLOR #BDA7B5

HEX: #BDA7B5
RGB: (189,167,181)

Color info

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

RGB color model

#BDA7B5 color RGB value is (189,167,181).

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

RGB channels and saturation

R 189 of 255 = 74%
G 167 of 255 = 65%
B 181 of 255 = 71%

189
167
181

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

Portions of RGB colors in percentages

R + G + B =
189 + 167 + 181 = 537 (100%)
R 189 of 537 ~ 35.2%
G 167 of 537 ~ 31.1%
B 181 of 537 ~ 33.71%

%35.2
%31.1
%33.71

CMYK color model

#BDA7B5 color CMYK value is (0,12,4,26).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 4.23%
  • key color value is 25.88%
CMYK:
(0,12,4,26)
C0M12Y4K26 
(0%,12%,4%,26%)
(0.00/0.12/0.04/0.26)	

CMYK percentages

%0
%11.64
%4.23
%25.88

Codes

Color #BDA7B5 in popluar color models

BDA7B5
RGB189167181
HSL322°14.29%69.80%
HSB/HSV322°11.64%74.12%
CMYK0.00%11.64%4.23%
25.88%

Color #BDA7B5 in popluar number systems.

HEXBDA7B5
Decimal189167181
Binary101111011010011110110101
Octal275247265

Shades and tints

Shades of #BDA7B5

#BDA7B5
(189,167,181)
#AC98A5
(172,152,165)
#9B8995
(155,137,149)
#8A7A85
(138,122,133)
#796B75
(121,107,117)
#685C65
(104,92,101)
#574D55
(87,77,85)
#463E45
(70,62,69)
#352F35
(53,47,53)
#242025
(36,32,37)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #BDA7B5

#BDA7B5
(189,167,181)
#C3AFBB
(195,175,187)
#C9B7C1
(201,183,193)
#CFBFC7
(207,191,199)
#D5C7CD
(213,199,205)
#DBCFD3
(219,207,211)
#E1D7D9
(225,215,217)
#E7DFDF
(231,223,223)
#EDE7E5
(237,231,229)
#F3EFEB
(243,239,235)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA7B5; }

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

This text font color is #BDA7B5.


Background Color

.myBgColor { background-color: #BDA7B5; }

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

This div background color is #BDA7B5.


Border color

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

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

This div border color is #BDA7B5.


Opacity

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

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

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

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

This text has shadow with #BDA7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA7B5 on black background.


Color preview on white background

This text has color #BDA7B5 on white background.



Black color preview on #BDA7B5 background

This text has black color on #BDA7B5 background.


White color preview on #BDA7B5 background

This text has white color on #BDA7B5 background.