COLOR #A39CBF

HEX: #A39CBF RGB: (163,156,191)

Color info

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

RGB color model

#A39CBF color RGB value is (163,156,191).

RGB: (163,156,191) (64%, 61%, 75%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 191 of 255 = 75%

163
156
191

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

Portions of RGB colors in percentages

R + G + B = 163 + 156 + 191 = 510 (100%)
R 163 of 510 ~ 31.96%
G 156 of 510 ~ 30.59%
B 191 of 510 ~ 37.45'%

%31.96
%30.59
%37.45

CMYK color model

#A39CBF color CMYK value is (15,18,0,25).

  • cyan value is 14.66%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (15,18,0,25)
C15M18Y0K25 (15%, 18%, 0%, 25%)
(0.15 / 0.18 / 0.00 / 0.25)

CMYK percentages

%14.66
%18.32
%0
%25.1

Codes

Color #A39CBF in popluar color models

A3 9C BF
RGB 163 156 191
HSL 252° 21.47% 68.04%
HSB/HSV 252° 18.32% 74.90%
CMYK 14.66% 18.32% 0.00%
25.10%

Color #A39CBF in popluar number systems.

HEX A3 9C BF
Decimal 163 156 191
Binary 10100011 10011100 10111111
Octal 243 234 277

Shades and tints

Shades of #A39CBF

#A39CBF
(163,156,191)
#958EAE
(149,142,174)
#87809D
(135,128,157)
#79728C
(121,114,140)
#6B647B
(107,100,123)
#5D566A
(93,86,106)
#4F4859
(79,72,89)
#413A48
(65,58,72)
#332C37
(51,44,55)
#251E26
(37,30,38)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #A39CBF

#A39CBF
(163,156,191)
#ABA5C4
(171,165,196)
#B3AEC9
(179,174,201)
#BBB7CE
(187,183,206)
#C3C0D3
(195,192,211)
#CBC9D8
(203,201,216)
#D3D2DD
(211,210,221)
#DBDBE2
(219,219,226)
#E3E4E7
(227,228,231)
#EBEDEC
(235,237,236)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39CBF color. Also use rgb(163,156,191) instead hex code.

Text Font Color

.myTextColor { color: #A39CBF; }

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

This text font color is #A39CBF.

Background Color

.myBgColor { background-color: #A39CBF; }

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

This div background color is #A39CBF.

Border color

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

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

This div border color is #A39CBF.

Opacity

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

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

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

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

This text has shadow with #A39CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39CBF.

Preview

Color preview on black background

This text has color #A39CBF on black background.


Color preview on white background

This text has color #A39CBF on white background.


Black color preview on #A39CBF background

This text has black color on #A39CBF background.


White color preview on #A39CBF background

This text has white color on #A39CBF background.


Related colors

Complementary color

Complementary color for #hex is #5C6340.


I love getcolorcode.com

Triadic colors

1 #BFA39C and #9CBFA3 with #A39CBF are triadic colors.

2 #BF9CA3 and #9CA3BF with #A39CBF are triadic colors.