COLOR #A38F9B

HEX: #A38F9B
RGB: (163,143,155)

Color info

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

RGB color model

#A38F9B color RGB value is (163,143,155).

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

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 155 of 255 = 61%

163
143
155

R + G + B ~ 60%. #A38F9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 155 = 461 (100%)
R 163 of 461 ~ 35.36%
G 143 of 461 ~ 31.02%
B 155 of 461 ~ 33.62%

%35.36
%31.02
%33.62

CMYK color model

#A38F9B color CMYK value is (0,12,5,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(0,12,5,36)
C0M12Y5K36 
(0%,12%,5%,36%)
(0.00/0.12/0.05/0.36)	

CMYK percentages

%0
%12.27
%4.91
%36.08

Codes

Color #A38F9B in popluar color models

A38F9B
RGB163143155
HSL324°9.80%60.00%
HSB/HSV324°12.27%63.92%
CMYK0.00%12.27%4.91%
36.08%

Color #A38F9B in popluar number systems.

HEXA38F9B
Decimal163143155
Binary101000111000111110011011
Octal243217233

Shades and tints

Shades of #A38F9B

#A38F9B
(163,143,155)
#95828D
(149,130,141)
#87757F
(135,117,127)
#796871
(121,104,113)
#6B5B63
(107,91,99)
#5D4E55
(93,78,85)
#4F4147
(79,65,71)
#413439
(65,52,57)
#33272B
(51,39,43)
#251A1D
(37,26,29)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #A38F9B

#A38F9B
(163,143,155)
#AB99A4
(171,153,164)
#B3A3AD
(179,163,173)
#BBADB6
(187,173,182)
#C3B7BF
(195,183,191)
#CBC1C8
(203,193,200)
#D3CBD1
(211,203,209)
#DBD5DA
(219,213,218)
#E3DFE3
(227,223,227)
#EBE9EC
(235,233,236)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F9B; }

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

This text font color is #A38F9B.


Background Color

.myBgColor { background-color: #A38F9B; }

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

This div background color is #A38F9B.


Border color

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

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

This div border color is #A38F9B.


Opacity

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

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

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

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

This text has shadow with #A38F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F9B on black background.


Color preview on white background

This text has color #A38F9B on white background.



Black color preview on #A38F9B background

This text has black color on #A38F9B background.


White color preview on #A38F9B background

This text has white color on #A38F9B background.