COLOR #B194AB

HEX: #B194AB
RGB: (177,148,171)

Color info

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

RGB color model

#B194AB color RGB value is (177,148,171).

  • red value is 177;
  • green value is 148;
  • blue value is 171.
RGB:
(177,148,171)
(69%,58%,67%)

RGB channels and saturation

R 177 of 255 = 69%
G 148 of 255 = 58%
B 171 of 255 = 67%

177
148
171

R + G + B ~ 65%. #B194AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 148 + 171 = 496 (100%)
R 177 of 496 ~ 35.69%
G 148 of 496 ~ 29.84%
B 171 of 496 ~ 34.48%

%35.69
%29.84
%34.48

CMYK color model

#B194AB color CMYK value is (0,16,3,31).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 3.39%
  • key color value is 30.59%
CMYK:
(0,16,3,31)
C0M16Y3K31 
(0%,16%,3%,31%)
(0.00/0.16/0.03/0.31)	

CMYK percentages

%0
%16.38
%3.39
%30.59

Codes

Color #B194AB in popluar color models

B194AB
RGB177148171
HSL312°15.68%63.73%
HSB/HSV312°16.38%69.41%
CMYK0.00%16.38%3.39%
30.59%

Color #B194AB in popluar number systems.

HEXB194AB
Decimal177148171
Binary101100011001010010101011
Octal261224253

Shades and tints

Shades of #B194AB

#B194AB
(177,148,171)
#A1879C
(161,135,156)
#917A8D
(145,122,141)
#816D7E
(129,109,126)
#71606F
(113,96,111)
#615360
(97,83,96)
#514651
(81,70,81)
#413942
(65,57,66)
#312C33
(49,44,51)
#211F24
(33,31,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #B194AB

#B194AB
(177,148,171)
#B89DB2
(184,157,178)
#BFA6B9
(191,166,185)
#C6AFC0
(198,175,192)
#CDB8C7
(205,184,199)
#D4C1CE
(212,193,206)
#DBCAD5
(219,202,213)
#E2D3DC
(226,211,220)
#E9DCE3
(233,220,227)
#F0E5EA
(240,229,234)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B194AB color. Also use rgb(177,148,171) instead hex code.

Text Font Color

.myTextColor { color: #B194AB; }

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

This text font color is #B194AB.


Background Color

.myBgColor { background-color: #B194AB; }

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

This div background color is #B194AB.


Border color

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

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

This div border color is #B194AB.


Opacity

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

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

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

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

This text has shadow with #B194AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B194AB on black background.


Color preview on white background

This text has color #B194AB on white background.



Black color preview on #B194AB background

This text has black color on #B194AB background.


White color preview on #B194AB background

This text has white color on #B194AB background.