COLOR #B19EAE

HEX: #B19EAE
RGB: (177,158,174)

Color info

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

RGB color model

#B19EAE color RGB value is (177,158,174).

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

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 174 of 255 = 68%

177
158
174

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

Portions of RGB colors in percentages

R + G + B =
177 + 158 + 174 = 509 (100%)
R 177 of 509 ~ 34.77%
G 158 of 509 ~ 31.04%
B 174 of 509 ~ 34.18%

%34.77
%31.04
%34.18

CMYK color model

#B19EAE color CMYK value is (0,11,2,31).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 1.69%
  • key color value is 30.59%
CMYK:
(0,11,2,31)
C0M11Y2K31 
(0%,11%,2%,31%)
(0.00/0.11/0.02/0.31)	

CMYK percentages

%0
%10.73
%1.69
%30.59

Codes

Color #B19EAE in popluar color models

B19EAE
RGB177158174
HSL309°10.86%65.69%
HSB/HSV309°10.73%69.41%
CMYK0.00%10.73%1.69%
30.59%

Color #B19EAE in popluar number systems.

HEXB19EAE
Decimal177158174
Binary101100011001111010101110
Octal261236256

Shades and tints

Shades of #B19EAE

#B19EAE
(177,158,174)
#A1909F
(161,144,159)
#918290
(145,130,144)
#817481
(129,116,129)
#716672
(113,102,114)
#615863
(97,88,99)
#514A54
(81,74,84)
#413C45
(65,60,69)
#312E36
(49,46,54)
#212027
(33,32,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #B19EAE

#B19EAE
(177,158,174)
#B8A6B5
(184,166,181)
#BFAEBC
(191,174,188)
#C6B6C3
(198,182,195)
#CDBECA
(205,190,202)
#D4C6D1
(212,198,209)
#DBCED8
(219,206,216)
#E2D6DF
(226,214,223)
#E9DEE6
(233,222,230)
#F0E6ED
(240,230,237)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19EAE; }

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

This text font color is #B19EAE.


Background Color

.myBgColor { background-color: #B19EAE; }

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

This div background color is #B19EAE.


Border color

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

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

This div border color is #B19EAE.


Opacity

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

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

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

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

This text has shadow with #B19EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19EAE on black background.


Color preview on white background

This text has color #B19EAE on white background.



Black color preview on #B19EAE background

This text has black color on #B19EAE background.


White color preview on #B19EAE background

This text has white color on #B19EAE background.