COLOR #B19AAD

HEX: #B19AAD RGB: (177,154,173)

Color info

#B19AAD contains red, green and blue colors in about the same proportion. Web safe color of #B19AAD is #999999 (or #999).

RGB color model

#B19AAD color RGB value is (177,154,173).

RGB: (177,154,173) (69%, 60%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 154 of 255 = 60%
B 173 of 255 = 68%

177
154
173

R + G + B ~ 66%. #B19AAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 154 + 173 = 504 (100%)
R 177 of 504 ~ 35.12%
G 154 of 504 ~ 30.56%
B 173 of 504 ~ 34.33'%

%35.12
%30.56
%34.33

CMYK color model

#B19AAD color CMYK value is (0,13,2,31).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 2.26%
  • key color value is 30.59%

CMYK: (0,13,2,31)
C0M13Y2K31 (0%, 13%, 2%, 31%)
(0.00 / 0.13 / 0.02 / 0.31)

CMYK percentages

%0
%12.99
%2.26
%30.59

Codes

Color #B19AAD in popluar color models

B1 9A AD
RGB 177 154 173
HSL 310° 12.85% 64.90%
HSB/HSV 310° 12.99% 69.41%
CMYK 0.00% 12.99% 2.26%
30.59%

Color #B19AAD in popluar number systems.

HEX B1 9A AD
Decimal 177 154 173
Binary 10110001 10011010 10101101
Octal 261 232 255

Shades and tints

Shades of #B19AAD

#B19AAD
(177,154,173)
#A18C9E
(161,140,158)
#917E8F
(145,126,143)
#817080
(129,112,128)
#716271
(113,98,113)
#615462
(97,84,98)
#514653
(81,70,83)
#413844
(65,56,68)
#312A35
(49,42,53)
#211C26
(33,28,38)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #B19AAD

#B19AAD
(177,154,173)
#B8A3B4
(184,163,180)
#BFACBB
(191,172,187)
#C6B5C2
(198,181,194)
#CDBEC9
(205,190,201)
#D4C7D0
(212,199,208)
#DBD0D7
(219,208,215)
#E2D9DE
(226,217,222)
#E9E2E5
(233,226,229)
#F0EBEC
(240,235,236)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19AAD color. Also use rgb(177,154,173) instead hex code.

Text Font Color

.myTextColor { color: #B19AAD; }

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

This text font color is #B19AAD.

Background Color

.myBgColor { background-color: #B19AAD; }

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

This div background color is #B19AAD.

Border color

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

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

This div border color is #B19AAD.

Opacity

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

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

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

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

This text has shadow with #B19AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19AAD.

Preview

Color preview on black background

This text has color #B19AAD on black background.


Color preview on white background

This text has color #B19AAD on white background.


Black color preview on #B19AAD background

This text has black color on #B19AAD background.


White color preview on #B19AAD background

This text has white color on #B19AAD background.


Related colors

Complementary color

Complementary color for #hex is #4E6552.


I love getcolorcode.com

Triadic colors

1 #ADB19A and #9AADB1 with #B19AAD are triadic colors.

2 #AD9AB1 and #9AB1AD with #B19AAD are triadic colors.