COLOR #B17DAA

HEX: #B17DAA RGB: (177,125,170)

Color info

#B17DAA contains red, green and blue colors in about the same proportion. Web safe color of #B17DAA is #996699 (or #969).

RGB color model

#B17DAA color RGB value is (177,125,170).

RGB: (177,125,170) (69%, 49%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 125 of 255 = 49%
B 170 of 255 = 67%

177
125
170

R + G + B ~ 62%. #B17DAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 125 + 170 = 472 (100%)
R 177 of 472 ~ 37.5%
G 125 of 472 ~ 26.48%
B 170 of 472 ~ 36.02'%

%37.5
%26.48
%36.02

CMYK color model

#B17DAA color CMYK value is (0,29,4,31).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 3.95%
  • key color value is 30.59%

CMYK: (0,29,4,31)
C0M29Y4K31 (0%, 29%, 4%, 31%)
(0.00 / 0.29 / 0.04 / 0.31)

CMYK percentages

%0
%29.38
%3.95
%30.59

Codes

Color #B17DAA in popluar color models

B1 7D AA
RGB 177 125 170
HSL 308° 25.00% 59.22%
HSB/HSV 308° 29.38% 69.41%
CMYK 0.00% 29.38% 3.95%
30.59%

Color #B17DAA in popluar number systems.

HEX B1 7D AA
Decimal 177 125 170
Binary 10110001 1111101 10101010
Octal 261 175 252

Shades and tints

Shades of #B17DAA

#B17DAA
(177,125,170)
#A1729B
(161,114,155)
#91678C
(145,103,140)
#815C7D
(129,92,125)
#71516E
(113,81,110)
#61465F
(97,70,95)
#513B50
(81,59,80)
#413041
(65,48,65)
#312532
(49,37,50)
#211A23
(33,26,35)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #B17DAA

#B17DAA
(177,125,170)
#B888B1
(184,136,177)
#BF93B8
(191,147,184)
#C69EBF
(198,158,191)
#CDA9C6
(205,169,198)
#D4B4CD
(212,180,205)
#DBBFD4
(219,191,212)
#E2CADB
(226,202,219)
#E9D5E2
(233,213,226)
#F0E0E9
(240,224,233)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17DAA color. Also use rgb(177,125,170) instead hex code.

Text Font Color

.myTextColor { color: #B17DAA; }

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

This text font color is #B17DAA.

Background Color

.myBgColor { background-color: #B17DAA; }

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

This div background color is #B17DAA.

Border color

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

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

This div border color is #B17DAA.

Opacity

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

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

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

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

This text has shadow with #B17DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17DAA.

Preview

Color preview on black background

This text has color #B17DAA on black background.


Color preview on white background

This text has color #B17DAA on white background.


Black color preview on #B17DAA background

This text has black color on #B17DAA background.


White color preview on #B17DAA background

This text has white color on #B17DAA background.


Related colors

Complementary color

Complementary color for #hex is #4E8255.


I love getcolorcode.com

Triadic colors

1 #AAB17D and #7DAAB1 with #B17DAA are triadic colors.

2 #AA7DB1 and #7DB1AA with #B17DAA are triadic colors.