COLOR #BD7DAE

HEX: #BD7DAE RGB: (189,125,174)

Color info

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

RGB color model

#BD7DAE color RGB value is (189,125,174).

RGB: (189,125,174) (74%, 49%, 68%)

RGB channels and saturation

R 189 of 255 = 74%
G 125 of 255 = 49%
B 174 of 255 = 68%

189
125
174

R + G + B ~ 64%. #BD7DAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 125 + 174 = 488 (100%)
R 189 of 488 ~ 38.73%
G 125 of 488 ~ 25.61%
B 174 of 488 ~ 35.66'%

%38.73
%25.61
%35.66

CMYK color model

#BD7DAE color CMYK value is (0,34,8,26).

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

CMYK: (0,34,8,26)
C0M34Y8K26 (0%, 34%, 8%, 26%)
(0.00 / 0.34 / 0.08 / 0.26)

CMYK percentages

%0
%33.86
%7.94
%25.88

Codes

Color #BD7DAE in popluar color models

BD 7D AE
RGB 189 125 174
HSL 314° 32.65% 61.57%
HSB/HSV 314° 33.86% 74.12%
CMYK 0.00% 33.86% 7.94%
25.88%

Color #BD7DAE in popluar number systems.

HEX BD 7D AE
Decimal 189 125 174
Binary 10111101 1111101 10101110
Octal 275 175 256

Shades and tints

Shades of #BD7DAE

#BD7DAE
(189,125,174)
#AC729F
(172,114,159)
#9B6790
(155,103,144)
#8A5C81
(138,92,129)
#795172
(121,81,114)
#684663
(104,70,99)
#573B54
(87,59,84)
#463045
(70,48,69)
#352536
(53,37,54)
#241A27
(36,26,39)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #BD7DAE

#BD7DAE
(189,125,174)
#C388B5
(195,136,181)
#C993BC
(201,147,188)
#CF9EC3
(207,158,195)
#D5A9CA
(213,169,202)
#DBB4D1
(219,180,209)
#E1BFD8
(225,191,216)
#E7CADF
(231,202,223)
#EDD5E6
(237,213,230)
#F3E0ED
(243,224,237)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7DAE; }

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

This text font color is #BD7DAE.

Background Color

.myBgColor { background-color: #BD7DAE; }

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

This div background color is #BD7DAE.

Border color

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

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

This div border color is #BD7DAE.

Opacity

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

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

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

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

This text has shadow with #BD7DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7DAE.

Preview

Color preview on black background

This text has color #BD7DAE on black background.


Color preview on white background

This text has color #BD7DAE on white background.


Black color preview on #BD7DAE background

This text has black color on #BD7DAE background.


White color preview on #BD7DAE background

This text has white color on #BD7DAE background.


Related colors

Complementary color

Complementary color for #hex is #428251.


I love getcolorcode.com

Triadic colors

1 #AEBD7D and #7DAEBD with #BD7DAE are triadic colors.

2 #AE7DBD and #7DBDAE with #BD7DAE are triadic colors.