COLOR #93AD8F

HEX: #93AD8F RGB: (147,173,143)

Color info

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

RGB color model

#93AD8F color RGB value is (147,173,143).

RGB: (147,173,143) (58%, 68%, 56%)

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 143 of 255 = 56%

147
173
143

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

Portions of RGB colors in percentages

R + G + B = 147 + 173 + 143 = 463 (100%)
R 147 of 463 ~ 31.75%
G 173 of 463 ~ 37.37%
B 143 of 463 ~ 30.89'%

%31.75
%37.37
%30.89

CMYK color model

#93AD8F color CMYK value is (15,0,17,32).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 32.16%

CMYK: (15,0,17,32)
C15M0Y17K32 (15%, 0%, 17%, 32%)
(0.15 / 0.00 / 0.17 / 0.32)

CMYK percentages

%15.03
%0
%17.34
%32.16

Codes

Color #93AD8F in popluar color models

93 AD 8F
RGB 147 173 143
HSL 112° 15.46% 61.96%
HSB/HSV 112° 17.34% 67.84%
CMYK 15.03% 0.00% 17.34%
32.16%

Color #93AD8F in popluar number systems.

HEX 93 AD 8F
Decimal 147 173 143
Binary 10010011 10101101 10001111
Octal 223 255 217

Shades and tints

Shades of #93AD8F

#93AD8F
(147,173,143)
#869E82
(134,158,130)
#798F75
(121,143,117)
#6C8068
(108,128,104)
#5F715B
(95,113,91)
#52624E
(82,98,78)
#455341
(69,83,65)
#384434
(56,68,52)
#2B3527
(43,53,39)
#1E261A
(30,38,26)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #93AD8F

#93AD8F
(147,173,143)
#9CB499
(156,180,153)
#A5BBA3
(165,187,163)
#AEC2AD
(174,194,173)
#B7C9B7
(183,201,183)
#C0D0C1
(192,208,193)
#C9D7CB
(201,215,203)
#D2DED5
(210,222,213)
#DBE5DF
(219,229,223)
#E4ECE9
(228,236,233)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AD8F color. Also use rgb(147,173,143) instead hex code.

Text Font Color

.myTextColor { color: #93AD8F; }

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

This text font color is #93AD8F.

Background Color

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

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

This div background color is #93AD8F.

Border color

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

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

This div border color is #93AD8F.

Opacity

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

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

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

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

This text has shadow with #93AD8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AD8F.

Preview

Color preview on black background

This text has color #93AD8F on black background.


Color preview on white background

This text has color #93AD8F on white background.


Black color preview on #93AD8F background

This text has black color on #93AD8F background.


White color preview on #93AD8F background

This text has white color on #93AD8F background.


Related colors

Complementary color

Complementary color for #hex is #6C5270.


I love getcolorcode.com

Triadic colors

1 #8F93AD and #AD8F93 with #93AD8F are triadic colors.

2 #8FAD93 and #AD938F with #93AD8F are triadic colors.