COLOR #A19CBB

HEX: #A19CBB
RGB: (161,156,187)

Color info

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

RGB color model

#A19CBB color RGB value is (161,156,187).

  • red value is 161;
  • green value is 156;
  • blue value is 187.
RGB:
(161,156,187)
(63%,61%,73%)

RGB channels and saturation

R 161 of 255 = 63%
G 156 of 255 = 61%
B 187 of 255 = 73%

161
156
187

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

Portions of RGB colors in percentages

R + G + B =
161 + 156 + 187 = 504 (100%)
R 161 of 504 ~ 31.94%
G 156 of 504 ~ 30.95%
B 187 of 504 ~ 37.1%

%31.94
%30.95
%37.1

CMYK color model

#A19CBB color CMYK value is (14,17,0,27).

  • cyan value is 13.90%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(14,17,0,27)
C14M17Y0K27 
(14%,17%,0%,27%)
(0.14/0.17/0.00/0.27)	

CMYK percentages

%13.9
%16.58
%0
%26.67

Codes

Color #A19CBB in popluar color models

A19CBB
RGB161156187
HSL250°18.56%67.25%
HSB/HSV250°16.58%73.33%
CMYK13.90%16.58%0.00%
26.67%

Color #A19CBB in popluar number systems.

HEXA19CBB
Decimal161156187
Binary101000011001110010111011
Octal241234273

Shades and tints

Shades of #A19CBB

#A19CBB
(161,156,187)
#938EAA
(147,142,170)
#858099
(133,128,153)
#777288
(119,114,136)
#696477
(105,100,119)
#5B5666
(91,86,102)
#4D4855
(77,72,85)
#3F3A44
(63,58,68)
#312C33
(49,44,51)
#231E22
(35,30,34)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #A19CBB

#A19CBB
(161,156,187)
#A9A5C1
(169,165,193)
#B1AEC7
(177,174,199)
#B9B7CD
(185,183,205)
#C1C0D3
(193,192,211)
#C9C9D9
(201,201,217)
#D1D2DF
(209,210,223)
#D9DBE5
(217,219,229)
#E1E4EB
(225,228,235)
#E9EDF1
(233,237,241)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19CBB color. Also use rgb(161,156,187) instead hex code.

Text Font Color

.myTextColor { color: #A19CBB; }

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

This text font color is #A19CBB.


Background Color

.myBgColor { background-color: #A19CBB; }

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

This div background color is #A19CBB.


Border color

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

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

This div border color is #A19CBB.


Opacity

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

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

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

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

This text has shadow with #A19CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19CBB on black background.


Color preview on white background

This text has color #A19CBB on white background.



Black color preview on #A19CBB background

This text has black color on #A19CBB background.


White color preview on #A19CBB background

This text has white color on #A19CBB background.