COLOR #A39FBC

HEX: #A39FBC
RGB: (163,159,188)

Color info

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

RGB color model

#A39FBC color RGB value is (163,159,188).

  • red value is 163;
  • green value is 159;
  • blue value is 188.
RGB:
(163,159,188)
(64%,62%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 159 of 255 = 62%
B 188 of 255 = 74%

163
159
188

R + G + B ~ 67%. #A39FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 159 + 188 = 510 (100%)
R 163 of 510 ~ 31.96%
G 159 of 510 ~ 31.18%
B 188 of 510 ~ 36.86%

%31.96
%31.18
%36.86

CMYK color model

#A39FBC color CMYK value is (13,15,0,26).

  • cyan value is 13.30%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,15,0,26)
C13M15Y0K26 
(13%,15%,0%,26%)
(0.13/0.15/0.00/0.26)	

CMYK percentages

%13.3
%15.43
%0
%26.27

Codes

Color #A39FBC in popluar color models

A39FBC
RGB163159188
HSL248°17.79%68.04%
HSB/HSV248°15.43%73.73%
CMYK13.30%15.43%0.00%
26.27%

Color #A39FBC in popluar number systems.

HEXA39FBC
Decimal163159188
Binary101000111001111110111100
Octal243237274

Shades and tints

Shades of #A39FBC

#A39FBC
(163,159,188)
#9591AB
(149,145,171)
#87839A
(135,131,154)
#797589
(121,117,137)
#6B6778
(107,103,120)
#5D5967
(93,89,103)
#4F4B56
(79,75,86)
#413D45
(65,61,69)
#332F34
(51,47,52)
#252123
(37,33,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #A39FBC

#A39FBC
(163,159,188)
#ABA7C2
(171,167,194)
#B3AFC8
(179,175,200)
#BBB7CE
(187,183,206)
#C3BFD4
(195,191,212)
#CBC7DA
(203,199,218)
#D3CFE0
(211,207,224)
#DBD7E6
(219,215,230)
#E3DFEC
(227,223,236)
#EBE7F2
(235,231,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39FBC color. Also use rgb(163,159,188) instead hex code.

Text Font Color

.myTextColor { color: #A39FBC; }

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

This text font color is #A39FBC.


Background Color

.myBgColor { background-color: #A39FBC; }

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

This div background color is #A39FBC.


Border color

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

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

This div border color is #A39FBC.


Opacity

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

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

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

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

This text has shadow with #A39FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39FBC on black background.


Color preview on white background

This text has color #A39FBC on white background.



Black color preview on #A39FBC background

This text has black color on #A39FBC background.


White color preview on #A39FBC background

This text has white color on #A39FBC background.