COLOR #BD7DAC

HEX: #BD7DAC RGB: (189,125,172)

Color info

#BD7DAC contains mainly red and blue colors. Web safe color of #BD7DAC is #CC6699 (or #C69).

RGB color model

#BD7DAC color RGB value is (189,125,172).

RGB: (189,125,172) (74%, 49%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 125 of 255 = 49%
B 172 of 255 = 67%

189
125
172

R + G + B ~ 63%. #BD7DAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 125 + 172 = 486 (100%)
R 189 of 486 ~ 38.89%
G 125 of 486 ~ 25.72%
B 172 of 486 ~ 35.39'%

%38.89
%25.72
%35.39

CMYK color model

#BD7DAC color CMYK value is (0,34,9,26).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 8.99%
  • key color value is 25.88%

CMYK: (0,34,9,26)
C0M34Y9K26 (0%, 34%, 9%, 26%)
(0.00 / 0.34 / 0.09 / 0.26)

CMYK percentages

%0
%33.86
%8.99
%25.88

Codes

Color #BD7DAC in popluar color models

BD 7D AC
RGB 189 125 172
HSL 316° 32.65% 61.57%
HSB/HSV 316° 33.86% 74.12%
CMYK 0.00% 33.86% 8.99%
25.88%

Color #BD7DAC in popluar number systems.

HEX BD 7D AC
Decimal 189 125 172
Binary 10111101 1111101 10101100
Octal 275 175 254

Shades and tints

Shades of #BD7DAC

#BD7DAC
(189,125,172)
#AC729D
(172,114,157)
#9B678E
(155,103,142)
#8A5C7F
(138,92,127)
#795170
(121,81,112)
#684661
(104,70,97)
#573B52
(87,59,82)
#463043
(70,48,67)
#352534
(53,37,52)
#241A25
(36,26,37)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #BD7DAC

#BD7DAC
(189,125,172)
#C388B3
(195,136,179)
#C993BA
(201,147,186)
#CF9EC1
(207,158,193)
#D5A9C8
(213,169,200)
#DBB4CF
(219,180,207)
#E1BFD6
(225,191,214)
#E7CADD
(231,202,221)
#EDD5E4
(237,213,228)
#F3E0EB
(243,224,235)
#F9EBF2
(249,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7DAC color. Also use rgb(189,125,172) instead hex code.

Text Font Color

.myTextColor { color: #BD7DAC; }

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

This text font color is #BD7DAC.

Background Color

.myBgColor { background-color: #BD7DAC; }

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

This div background color is #BD7DAC.

Border color

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

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

This div border color is #BD7DAC.

Opacity

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

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

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

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

This text has shadow with #BD7DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7DAC.

Preview

Color preview on black background

This text has color #BD7DAC on black background.


Color preview on white background

This text has color #BD7DAC on white background.


Black color preview on #BD7DAC background

This text has black color on #BD7DAC background.


White color preview on #BD7DAC background

This text has white color on #BD7DAC background.


Related colors

Complementary color

Complementary color for #hex is #428253.


I love getcolorcode.com

Triadic colors

1 #ACBD7D and #7DACBD with #BD7DAC are triadic colors.

2 #AC7DBD and #7DBDAC with #BD7DAC are triadic colors.