COLOR #A38DA6

HEX: #A38DA6
RGB: (163,141,166)

Color info

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

RGB color model

#A38DA6 color RGB value is (163,141,166).

  • red value is 163;
  • green value is 141;
  • blue value is 166.
RGB:
(163,141,166)
(64%,55%,65%)

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 166 of 255 = 65%

163
141
166

R + G + B ~ 61%. #A38DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 141 + 166 = 470 (100%)
R 163 of 470 ~ 34.68%
G 141 of 470 ~ 30%
B 166 of 470 ~ 35.32%

%34.68
%30
%35.32

CMYK color model

#A38DA6 color CMYK value is (2,15,0,35).

  • cyan value is 1.81%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(2,15,0,35)
C2M15Y0K35 
(2%,15%,0%,35%)
(0.02/0.15/0.00/0.35)	

CMYK percentages

%1.81
%15.06
%0
%34.9

Codes

Color #A38DA6 in popluar color models

A38DA6
RGB163141166
HSL293°12.32%60.20%
HSB/HSV293°15.06%65.10%
CMYK1.81%15.06%0.00%
34.90%

Color #A38DA6 in popluar number systems.

HEXA38DA6
Decimal163141166
Binary101000111000110110100110
Octal243215246

Shades and tints

Shades of #A38DA6

#A38DA6
(163,141,166)
#958197
(149,129,151)
#877588
(135,117,136)
#796979
(121,105,121)
#6B5D6A
(107,93,106)
#5D515B
(93,81,91)
#4F454C
(79,69,76)
#41393D
(65,57,61)
#332D2E
(51,45,46)
#25211F
(37,33,31)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #A38DA6

#A38DA6
(163,141,166)
#AB97AE
(171,151,174)
#B3A1B6
(179,161,182)
#BBABBE
(187,171,190)
#C3B5C6
(195,181,198)
#CBBFCE
(203,191,206)
#D3C9D6
(211,201,214)
#DBD3DE
(219,211,222)
#E3DDE6
(227,221,230)
#EBE7EE
(235,231,238)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38DA6 color. Also use rgb(163,141,166) instead hex code.

Text Font Color

.myTextColor { color: #A38DA6; }

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

This text font color is #A38DA6.


Background Color

.myBgColor { background-color: #A38DA6; }

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

This div background color is #A38DA6.


Border color

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

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

This div border color is #A38DA6.


Opacity

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

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

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

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

This text has shadow with #A38DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38DA6 on black background.


Color preview on white background

This text has color #A38DA6 on white background.



Black color preview on #A38DA6 background

This text has black color on #A38DA6 background.


White color preview on #A38DA6 background

This text has white color on #A38DA6 background.