COLOR #93A39D

HEX: #93A39D
RGB: (147,163,157)

Color info

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

RGB color model

#93A39D color RGB value is (147,163,157).

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

RGB channels and saturation

R 147 of 255 = 58%
G 163 of 255 = 64%
B 157 of 255 = 62%

147
163
157

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

Portions of RGB colors in percentages

R + G + B =
147 + 163 + 157 = 467 (100%)
R 147 of 467 ~ 31.48%
G 163 of 467 ~ 34.9%
B 157 of 467 ~ 33.62%

%31.48
%34.9
%33.62

CMYK color model

#93A39D color CMYK value is (10,0,4,36).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK:
(10,0,4,36)
C10M0Y4K36 
(10%,0%,4%,36%)
(0.10/0.00/0.04/0.36)	

CMYK percentages

%9.82
%0
%3.68
%36.08

Codes

Color #93A39D in popluar color models

93A39D
RGB147163157
HSL158°8.00%60.78%
HSB/HSV158°9.82%63.92%
CMYK9.82%0.00%3.68%
36.08%

Color #93A39D in popluar number systems.

HEX93A39D
Decimal147163157
Binary100100111010001110011101
Octal223243235

Shades and tints

Shades of #93A39D

#93A39D
(147,163,157)
#86958F
(134,149,143)
#798781
(121,135,129)
#6C7973
(108,121,115)
#5F6B65
(95,107,101)
#525D57
(82,93,87)
#454F49
(69,79,73)
#38413B
(56,65,59)
#2B332D
(43,51,45)
#1E251F
(30,37,31)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #93A39D

#93A39D
(147,163,157)
#9CABA5
(156,171,165)
#A5B3AD
(165,179,173)
#AEBBB5
(174,187,181)
#B7C3BD
(183,195,189)
#C0CBC5
(192,203,197)
#C9D3CD
(201,211,205)
#D2DBD5
(210,219,213)
#DBE3DD
(219,227,221)
#E4EBE5
(228,235,229)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A39D; }

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

This text font color is #93A39D.


Background Color

.myBgColor { background-color: #93A39D; }

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

This div background color is #93A39D.


Border color

.myBorderColor { border: 1px solid #93A39D; }

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

This div border color is #93A39D.


Opacity

.myOpacity80 { color: #93A39D; opacity: 0.8; }

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

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

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

This text has shadow with #93A39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A39D on black background.


Color preview on white background

This text has color #93A39D on white background.



Black color preview on #93A39D background

This text has black color on #93A39D background.


White color preview on #93A39D background

This text has white color on #93A39D background.