COLOR #A38F9D

HEX: #A38F9D
RGB: (163,143,157)

Color info

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

RGB color model

#A38F9D color RGB value is (163,143,157).

  • red value is 163;
  • green value is 143;
  • blue value is 157.
RGB:
(163,143,157)
(64%,56%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 157 of 255 = 62%

163
143
157

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 157 = 463 (100%)
R 163 of 463 ~ 35.21%
G 143 of 463 ~ 30.89%
B 157 of 463 ~ 33.91%

%35.21
%30.89
%33.91

CMYK color model

#A38F9D color CMYK value is (0,12,4,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK:
(0,12,4,36)
C0M12Y4K36 
(0%,12%,4%,36%)
(0.00/0.12/0.04/0.36)	

CMYK percentages

%0
%12.27
%3.68
%36.08

Codes

Color #A38F9D in popluar color models

A38F9D
RGB163143157
HSL318°9.80%60.00%
HSB/HSV318°12.27%63.92%
CMYK0.00%12.27%3.68%
36.08%

Color #A38F9D in popluar number systems.

HEXA38F9D
Decimal163143157
Binary101000111000111110011101
Octal243217235

Shades and tints

Shades of #A38F9D

#A38F9D
(163,143,157)
#95828F
(149,130,143)
#877581
(135,117,129)
#796873
(121,104,115)
#6B5B65
(107,91,101)
#5D4E57
(93,78,87)
#4F4149
(79,65,73)
#41343B
(65,52,59)
#33272D
(51,39,45)
#251A1F
(37,26,31)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #A38F9D

#A38F9D
(163,143,157)
#AB99A5
(171,153,165)
#B3A3AD
(179,163,173)
#BBADB5
(187,173,181)
#C3B7BD
(195,183,189)
#CBC1C5
(203,193,197)
#D3CBCD
(211,203,205)
#DBD5D5
(219,213,213)
#E3DFDD
(227,223,221)
#EBE9E5
(235,233,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38F9D color. Also use rgb(163,143,157) instead hex code.

Text Font Color

.myTextColor { color: #A38F9D; }

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

This text font color is #A38F9D.


Background Color

.myBgColor { background-color: #A38F9D; }

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

This div background color is #A38F9D.


Border color

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

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

This div border color is #A38F9D.


Opacity

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

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

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

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

This text has shadow with #A38F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F9D on black background.


Color preview on white background

This text has color #A38F9D on white background.



Black color preview on #A38F9D background

This text has black color on #A38F9D background.


White color preview on #A38F9D background

This text has white color on #A38F9D background.