COLOR #93AC8E

HEX: #93AC8E RGB: (147,172,142)

Color info

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

RGB color model

#93AC8E color RGB value is (147,172,142).

RGB: (147,172,142) (58%, 67%, 56%)

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 142 of 255 = 56%

147
172
142

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

Portions of RGB colors in percentages

R + G + B = 147 + 172 + 142 = 461 (100%)
R 147 of 461 ~ 31.89%
G 172 of 461 ~ 37.31%
B 142 of 461 ~ 30.8'%

%31.89
%37.31
%30.8

CMYK color model

#93AC8E color CMYK value is (15,0,17,33).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 17.44%
  • key color value is 32.55%

CMYK: (15,0,17,33)
C15M0Y17K33 (15%, 0%, 17%, 33%)
(0.15 / 0.00 / 0.17 / 0.33)

CMYK percentages

%14.53
%0
%17.44
%32.55

Codes

Color #93AC8E in popluar color models

93 AC 8E
RGB 147 172 142
HSL 110° 15.31% 61.57%
HSB/HSV 110° 17.44% 67.45%
CMYK 14.53% 0.00% 17.44%
32.55%

Color #93AC8E in popluar number systems.

HEX 93 AC 8E
Decimal 147 172 142
Binary 10010011 10101100 10001110
Octal 223 254 216

Shades and tints

Shades of #93AC8E

#93AC8E
(147,172,142)
#869D82
(134,157,130)
#798E76
(121,142,118)
#6C7F6A
(108,127,106)
#5F705E
(95,112,94)
#526152
(82,97,82)
#455246
(69,82,70)
#38433A
(56,67,58)
#2B342E
(43,52,46)
#1E2522
(30,37,34)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #93AC8E

#93AC8E
(147,172,142)
#9CB398
(156,179,152)
#A5BAA2
(165,186,162)
#AEC1AC
(174,193,172)
#B7C8B6
(183,200,182)
#C0CFC0
(192,207,192)
#C9D6CA
(201,214,202)
#D2DDD4
(210,221,212)
#DBE4DE
(219,228,222)
#E4EBE8
(228,235,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AC8E color. Also use rgb(147,172,142) instead hex code.

Text Font Color

.myTextColor { color: #93AC8E; }

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

This text font color is #93AC8E.

Background Color

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

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

This div background color is #93AC8E.

Border color

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

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

This div border color is #93AC8E.

Opacity

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

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

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

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

This text has shadow with #93AC8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AC8E.

Preview

Color preview on black background

This text has color #93AC8E on black background.


Color preview on white background

This text has color #93AC8E on white background.


Black color preview on #93AC8E background

This text has black color on #93AC8E background.


White color preview on #93AC8E background

This text has white color on #93AC8E background.


Related colors

Complementary color

Complementary color for #hex is #6C5371.


I love getcolorcode.com

Triadic colors

1 #8E93AC and #AC8E93 with #93AC8E are triadic colors.

2 #8EAC93 and #AC938E with #93AC8E are triadic colors.