COLOR #BD7CA6

HEX: #BD7CA6 RGB: (189,124,166)

Color info

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

RGB color model

#BD7CA6 color RGB value is (189,124,166).

RGB: (189,124,166) (74%, 49%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 124 of 255 = 49%
B 166 of 255 = 65%

189
124
166

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

Portions of RGB colors in percentages

R + G + B = 189 + 124 + 166 = 479 (100%)
R 189 of 479 ~ 39.46%
G 124 of 479 ~ 25.89%
B 166 of 479 ~ 34.66'%

%39.46
%25.89
%34.66

CMYK color model

#BD7CA6 color CMYK value is (0,34,12,26).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 12.17%
  • key color value is 25.88%

CMYK: (0,34,12,26)
C0M34Y12K26 (0%, 34%, 12%, 26%)
(0.00 / 0.34 / 0.12 / 0.26)

CMYK percentages

%0
%34.39
%12.17
%25.88

Codes

Color #BD7CA6 in popluar color models

BD 7C A6
RGB 189 124 166
HSL 321° 32.99% 61.37%
HSB/HSV 321° 34.39% 74.12%
CMYK 0.00% 34.39% 12.17%
25.88%

Color #BD7CA6 in popluar number systems.

HEX BD 7C A6
Decimal 189 124 166
Binary 10111101 1111100 10100110
Octal 275 174 246

Shades and tints

Shades of #BD7CA6

#BD7CA6
(189,124,166)
#AC7197
(172,113,151)
#9B6688
(155,102,136)
#8A5B79
(138,91,121)
#79506A
(121,80,106)
#68455B
(104,69,91)
#573A4C
(87,58,76)
#462F3D
(70,47,61)
#35242E
(53,36,46)
#24191F
(36,25,31)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #BD7CA6

#BD7CA6
(189,124,166)
#C387AE
(195,135,174)
#C992B6
(201,146,182)
#CF9DBE
(207,157,190)
#D5A8C6
(213,168,198)
#DBB3CE
(219,179,206)
#E1BED6
(225,190,214)
#E7C9DE
(231,201,222)
#EDD4E6
(237,212,230)
#F3DFEE
(243,223,238)
#F9EAF6
(249,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7CA6 color. Also use rgb(189,124,166) instead hex code.

Text Font Color

.myTextColor { color: #BD7CA6; }

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

This text font color is #BD7CA6.

Background Color

.myBgColor { background-color: #BD7CA6; }

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

This div background color is #BD7CA6.

Border color

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

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

This div border color is #BD7CA6.

Opacity

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

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

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

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

This text has shadow with #BD7CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7CA6.

Preview

Color preview on black background

This text has color #BD7CA6 on black background.


Color preview on white background

This text has color #BD7CA6 on white background.


Black color preview on #BD7CA6 background

This text has black color on #BD7CA6 background.


White color preview on #BD7CA6 background

This text has white color on #BD7CA6 background.


Related colors

Complementary color

Complementary color for #hex is #428359.


I love getcolorcode.com

Triadic colors

1 #A6BD7C and #7CA6BD with #BD7CA6 are triadic colors.

2 #A67CBD and #7CBDA6 with #BD7CA6 are triadic colors.