COLOR #BDA0B7

HEX: #BDA0B7 RGB: (189,160,183)

Color info

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

RGB color model

#BDA0B7 color RGB value is (189,160,183).

RGB: (189,160,183) (74%, 63%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 183 of 255 = 72%

189
160
183

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

Portions of RGB colors in percentages

R + G + B = 189 + 160 + 183 = 532 (100%)
R 189 of 532 ~ 35.53%
G 160 of 532 ~ 30.08%
B 183 of 532 ~ 34.4'%

%35.53
%30.08
%34.4

CMYK color model

#BDA0B7 color CMYK value is (0,15,3,26).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 3.17%
  • key color value is 25.88%

CMYK: (0,15,3,26)
C0M15Y3K26 (0%, 15%, 3%, 26%)
(0.00 / 0.15 / 0.03 / 0.26)

CMYK percentages

%0
%15.34
%3.17
%25.88

Codes

Color #BDA0B7 in popluar color models

BD A0 B7
RGB 189 160 183
HSL 312° 18.01% 68.43%
HSB/HSV 312° 15.34% 74.12%
CMYK 0.00% 15.34% 3.17%
25.88%

Color #BDA0B7 in popluar number systems.

HEX BD A0 B7
Decimal 189 160 183
Binary 10111101 10100000 10110111
Octal 275 240 267

Shades and tints

Shades of #BDA0B7

#BDA0B7
(189,160,183)
#AC92A7
(172,146,167)
#9B8497
(155,132,151)
#8A7687
(138,118,135)
#796877
(121,104,119)
#685A67
(104,90,103)
#574C57
(87,76,87)
#463E47
(70,62,71)
#353037
(53,48,55)
#242227
(36,34,39)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDA0B7

#BDA0B7
(189,160,183)
#C3A8BD
(195,168,189)
#C9B0C3
(201,176,195)
#CFB8C9
(207,184,201)
#D5C0CF
(213,192,207)
#DBC8D5
(219,200,213)
#E1D0DB
(225,208,219)
#E7D8E1
(231,216,225)
#EDE0E7
(237,224,231)
#F3E8ED
(243,232,237)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA0B7; }

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

This text font color is #BDA0B7.

Background Color

.myBgColor { background-color: #BDA0B7; }

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

This div background color is #BDA0B7.

Border color

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

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

This div border color is #BDA0B7.

Opacity

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

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

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

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

This text has shadow with #BDA0B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA0B7.

Preview

Color preview on black background

This text has color #BDA0B7 on black background.


Color preview on white background

This text has color #BDA0B7 on white background.


Black color preview on #BDA0B7 background

This text has black color on #BDA0B7 background.


White color preview on #BDA0B7 background

This text has white color on #BDA0B7 background.


Related colors

Complementary color

Complementary color for #hex is #425F48.


I love getcolorcode.com

Triadic colors

1 #B7BDA0 and #A0B7BD with #BDA0B7 are triadic colors.

2 #B7A0BD and #A0BDB7 with #BDA0B7 are triadic colors.