COLOR #B19AAE

HEX: #B19AAE
RGB: (177,154,174)

Color info

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

RGB color model

#B19AAE color RGB value is (177,154,174).

  • red value is 177;
  • green value is 154;
  • blue value is 174.
RGB:
(177,154,174)
(69%,60%,68%)

RGB channels and saturation

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

177
154
174

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

Portions of RGB colors in percentages

R + G + B =
177 + 154 + 174 = 505 (100%)
R 177 of 505 ~ 35.05%
G 154 of 505 ~ 30.5%
B 174 of 505 ~ 34.46%

%35.05
%30.5
%34.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 1.69%
  • 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
%1.69
%30.59

Codes

Color #B19AAE in popluar color models

B19AAE
RGB177154174
HSL308°12.85%64.90%
HSB/HSV308°12.99%69.41%
CMYK0.00%12.99%1.69%
30.59%

Color #B19AAE in popluar number systems.

HEXB19AAE
Decimal177154174
Binary101100011001101010101110
Octal261232256

Shades and tints

Shades of #B19AAE

#B19AAE
(177,154,174)
#A18C9F
(161,140,159)
#917E90
(145,126,144)
#817081
(129,112,129)
#716272
(113,98,114)
#615463
(97,84,99)
#514654
(81,70,84)
#413845
(65,56,69)
#312A36
(49,42,54)
#211C27
(33,28,39)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #B19AAE

#B19AAE
(177,154,174)
#B8A3B5
(184,163,181)
#BFACBC
(191,172,188)
#C6B5C3
(198,181,195)
#CDBECA
(205,190,202)
#D4C7D1
(212,199,209)
#DBD0D8
(219,208,216)
#E2D9DF
(226,217,223)
#E9E2E6
(233,226,230)
#F0EBED
(240,235,237)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19AAE; }

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

This text font color is #B19AAE.


Background Color

.myBgColor { background-color: #B19AAE; }

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

This div background color is #B19AAE.


Border color

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

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

This div border color is #B19AAE.


Opacity

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

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

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

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

This text has shadow with #B19AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19AAE on black background.


Color preview on white background

This text has color #B19AAE on white background.



Black color preview on #B19AAE background

This text has black color on #B19AAE background.


White color preview on #B19AAE background

This text has white color on #B19AAE background.