COLOR #BDA7B4

HEX: #BDA7B4
RGB: (189,167,180)

Color info

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

RGB color model

#BDA7B4 color RGB value is (189,167,180).

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

RGB channels and saturation

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

189
167
180

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

Portions of RGB colors in percentages

R + G + B =
189 + 167 + 180 = 536 (100%)
R 189 of 536 ~ 35.26%
G 167 of 536 ~ 31.16%
B 180 of 536 ~ 33.58%

%35.26
%31.16
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.64%
  • 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
%11.64
%4.76
%25.88

Codes

Color #BDA7B4 in popluar color models

BDA7B4
RGB189167180
HSL325°14.29%69.80%
HSB/HSV325°11.64%74.12%
CMYK0.00%11.64%4.76%
25.88%

Color #BDA7B4 in popluar number systems.

HEXBDA7B4
Decimal189167180
Binary101111011010011110110100
Octal275247264

Shades and tints

Shades of #BDA7B4

#BDA7B4
(189,167,180)
#AC98A4
(172,152,164)
#9B8994
(155,137,148)
#8A7A84
(138,122,132)
#796B74
(121,107,116)
#685C64
(104,92,100)
#574D54
(87,77,84)
#463E44
(70,62,68)
#352F34
(53,47,52)
#242024
(36,32,36)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BDA7B4

#BDA7B4
(189,167,180)
#C3AFBA
(195,175,186)
#C9B7C0
(201,183,192)
#CFBFC6
(207,191,198)
#D5C7CC
(213,199,204)
#DBCFD2
(219,207,210)
#E1D7D8
(225,215,216)
#E7DFDE
(231,223,222)
#EDE7E4
(237,231,228)
#F3EFEA
(243,239,234)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA7B4; }

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

This text font color is #BDA7B4.


Background Color

.myBgColor { background-color: #BDA7B4; }

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

This div background color is #BDA7B4.


Border color

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

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

This div border color is #BDA7B4.


Opacity

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

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

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

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

This text has shadow with #BDA7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA7B4 on black background.


Color preview on white background

This text has color #BDA7B4 on white background.



Black color preview on #BDA7B4 background

This text has black color on #BDA7B4 background.


White color preview on #BDA7B4 background

This text has white color on #BDA7B4 background.