COLOR #A39BB0

HEX: #A39BB0
RGB: (163,155,176)

Color info

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

RGB color model

#A39BB0 color RGB value is (163,155,176).

  • red value is 163;
  • green value is 155;
  • blue value is 176.
RGB:
(163,155,176)
(64%,61%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 176 of 255 = 69%

163
155
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 176 = 494 (100%)
R 163 of 494 ~ 33%
G 155 of 494 ~ 31.38%
B 176 of 494 ~ 35.63%

%33
%31.38
%35.63

CMYK color model

#A39BB0 color CMYK value is (7,12,0,31).

  • cyan value is 7.39%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,12,0,31)
C7M12Y0K31 
(7%,12%,0%,31%)
(0.07/0.12/0.00/0.31)	

CMYK percentages

%7.39
%11.93
%0
%30.98

Codes

Color #A39BB0 in popluar color models

A39BB0
RGB163155176
HSL263°11.73%64.90%
HSB/HSV263°11.93%69.02%
CMYK7.39%11.93%0.00%
30.98%

Color #A39BB0 in popluar number systems.

HEXA39BB0
Decimal163155176
Binary101000111001101110110000
Octal243233260

Shades and tints

Shades of #A39BB0

#A39BB0
(163,155,176)
#958DA0
(149,141,160)
#877F90
(135,127,144)
#797180
(121,113,128)
#6B6370
(107,99,112)
#5D5560
(93,85,96)
#4F4750
(79,71,80)
#413940
(65,57,64)
#332B30
(51,43,48)
#251D20
(37,29,32)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #A39BB0

#A39BB0
(163,155,176)
#ABA4B7
(171,164,183)
#B3ADBE
(179,173,190)
#BBB6C5
(187,182,197)
#C3BFCC
(195,191,204)
#CBC8D3
(203,200,211)
#D3D1DA
(211,209,218)
#DBDAE1
(219,218,225)
#E3E3E8
(227,227,232)
#EBECEF
(235,236,239)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39BB0 color. Also use rgb(163,155,176) instead hex code.

Text Font Color

.myTextColor { color: #A39BB0; }

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

This text font color is #A39BB0.


Background Color

.myBgColor { background-color: #A39BB0; }

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

This div background color is #A39BB0.


Border color

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

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

This div border color is #A39BB0.


Opacity

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

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

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

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

This text has shadow with #A39BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39BB0 on black background.


Color preview on white background

This text has color #A39BB0 on white background.



Black color preview on #A39BB0 background

This text has black color on #A39BB0 background.


White color preview on #A39BB0 background

This text has white color on #A39BB0 background.