COLOR #A39BB7

HEX: #A39BB7
RGB: (163,155,183)

Color info

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

RGB color model

#A39BB7 color RGB value is (163,155,183).

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

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 183 of 255 = 72%

163
155
183

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

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 183 = 501 (100%)
R 163 of 501 ~ 32.53%
G 155 of 501 ~ 30.94%
B 183 of 501 ~ 36.53%

%32.53
%30.94
%36.53

CMYK color model

#A39BB7 color CMYK value is (11,15,0,28).

  • cyan value is 10.93%
  • magenta value is 15.30%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(11,15,0,28)
C11M15Y0K28 
(11%,15%,0%,28%)
(0.11/0.15/0.00/0.28)	

CMYK percentages

%10.93
%15.3
%0
%28.24

Codes

Color #A39BB7 in popluar color models

A39BB7
RGB163155183
HSL257°16.28%66.27%
HSB/HSV257°15.30%71.76%
CMYK10.93%15.30%0.00%
28.24%

Color #A39BB7 in popluar number systems.

HEXA39BB7
Decimal163155183
Binary101000111001101110110111
Octal243233267

Shades and tints

Shades of #A39BB7

#A39BB7
(163,155,183)
#958DA7
(149,141,167)
#877F97
(135,127,151)
#797187
(121,113,135)
#6B6377
(107,99,119)
#5D5567
(93,85,103)
#4F4757
(79,71,87)
#413947
(65,57,71)
#332B37
(51,43,55)
#251D27
(37,29,39)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #A39BB7

#A39BB7
(163,155,183)
#ABA4BD
(171,164,189)
#B3ADC3
(179,173,195)
#BBB6C9
(187,182,201)
#C3BFCF
(195,191,207)
#CBC8D5
(203,200,213)
#D3D1DB
(211,209,219)
#DBDAE1
(219,218,225)
#E3E3E7
(227,227,231)
#EBECED
(235,236,237)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39BB7; }

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

This text font color is #A39BB7.


Background Color

.myBgColor { background-color: #A39BB7; }

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

This div background color is #A39BB7.


Border color

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

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

This div border color is #A39BB7.


Opacity

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

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

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

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

This text has shadow with #A39BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39BB7 on black background.


Color preview on white background

This text has color #A39BB7 on white background.



Black color preview on #A39BB7 background

This text has black color on #A39BB7 background.


White color preview on #A39BB7 background

This text has white color on #A39BB7 background.