COLOR #A19BB6

HEX: #A19BB6
RGB: (161,155,182)

Color info

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

RGB color model

#A19BB6 color RGB value is (161,155,182).

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

RGB channels and saturation

R 161 of 255 = 63%
G 155 of 255 = 61%
B 182 of 255 = 71%

161
155
182

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

Portions of RGB colors in percentages

R + G + B =
161 + 155 + 182 = 498 (100%)
R 161 of 498 ~ 32.33%
G 155 of 498 ~ 31.12%
B 182 of 498 ~ 36.55%

%32.33
%31.12
%36.55

CMYK color model

#A19BB6 color CMYK value is (12,15,0,29).

  • cyan value is 11.54%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(12,15,0,29)
C12M15Y0K29 
(12%,15%,0%,29%)
(0.12/0.15/0.00/0.29)	

CMYK percentages

%11.54
%14.84
%0
%28.63

Codes

Color #A19BB6 in popluar color models

A19BB6
RGB161155182
HSL253°15.61%66.08%
HSB/HSV253°14.84%71.37%
CMYK11.54%14.84%0.00%
28.63%

Color #A19BB6 in popluar number systems.

HEXA19BB6
Decimal161155182
Binary101000011001101110110110
Octal241233266

Shades and tints

Shades of #A19BB6

#A19BB6
(161,155,182)
#938DA6
(147,141,166)
#857F96
(133,127,150)
#777186
(119,113,134)
#696376
(105,99,118)
#5B5566
(91,85,102)
#4D4756
(77,71,86)
#3F3946
(63,57,70)
#312B36
(49,43,54)
#231D26
(35,29,38)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #A19BB6

#A19BB6
(161,155,182)
#A9A4BC
(169,164,188)
#B1ADC2
(177,173,194)
#B9B6C8
(185,182,200)
#C1BFCE
(193,191,206)
#C9C8D4
(201,200,212)
#D1D1DA
(209,209,218)
#D9DAE0
(217,218,224)
#E1E3E6
(225,227,230)
#E9ECEC
(233,236,236)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19BB6; }

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

This text font color is #A19BB6.


Background Color

.myBgColor { background-color: #A19BB6; }

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

This div background color is #A19BB6.


Border color

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

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

This div border color is #A19BB6.


Opacity

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

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

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

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

This text has shadow with #A19BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19BB6 on black background.


Color preview on white background

This text has color #A19BB6 on white background.



Black color preview on #A19BB6 background

This text has black color on #A19BB6 background.


White color preview on #A19BB6 background

This text has white color on #A19BB6 background.