COLOR #A19FB6

HEX: #A19FB6
RGB: (161,159,182)

Color info

#A19FB6 contains red, green and blue colors in about the same proportion. Web safe color of #A19FB6 is #9999CC (or #99C).

RGB color model

#A19FB6 color RGB value is (161,159,182).

  • red value is 161;
  • green value is 159;
  • blue value is 182.
RGB:
(161,159,182)
(63%,62%,71%)

RGB channels and saturation

R 161 of 255 = 63%
G 159 of 255 = 62%
B 182 of 255 = 71%

161
159
182

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

Portions of RGB colors in percentages

R + G + B =
161 + 159 + 182 = 502 (100%)
R 161 of 502 ~ 32.07%
G 159 of 502 ~ 31.67%
B 182 of 502 ~ 36.25%

%32.07
%31.67
%36.25

CMYK color model

#A19FB6 color CMYK value is (12,13,0,29).

  • cyan value is 11.54%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(12,13,0,29)
C12M13Y0K29 
(12%,13%,0%,29%)
(0.12/0.13/0.00/0.29)	

CMYK percentages

%11.54
%12.64
%0
%28.63

Codes

Color #A19FB6 in popluar color models

A19FB6
RGB161159182
HSL245°13.61%66.86%
HSB/HSV245°12.64%71.37%
CMYK11.54%12.64%0.00%
28.63%

Color #A19FB6 in popluar number systems.

HEXA19FB6
Decimal161159182
Binary101000011001111110110110
Octal241237266

Shades and tints

Shades of #A19FB6

#A19FB6
(161,159,182)
#9391A6
(147,145,166)
#858396
(133,131,150)
#777586
(119,117,134)
#696776
(105,103,118)
#5B5966
(91,89,102)
#4D4B56
(77,75,86)
#3F3D46
(63,61,70)
#312F36
(49,47,54)
#232126
(35,33,38)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #A19FB6

#A19FB6
(161,159,182)
#A9A7BC
(169,167,188)
#B1AFC2
(177,175,194)
#B9B7C8
(185,183,200)
#C1BFCE
(193,191,206)
#C9C7D4
(201,199,212)
#D1CFDA
(209,207,218)
#D9D7E0
(217,215,224)
#E1DFE6
(225,223,230)
#E9E7EC
(233,231,236)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19FB6 color. Also use rgb(161,159,182) instead hex code.

Text Font Color

.myTextColor { color: #A19FB6; }

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

This text font color is #A19FB6.


Background Color

.myBgColor { background-color: #A19FB6; }

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

This div background color is #A19FB6.


Border color

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

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

This div border color is #A19FB6.


Opacity

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

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

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

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

This text has shadow with #A19FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19FB6 on black background.


Color preview on white background

This text has color #A19FB6 on white background.



Black color preview on #A19FB6 background

This text has black color on #A19FB6 background.


White color preview on #A19FB6 background

This text has white color on #A19FB6 background.