COLOR #93A983

HEX: #93A983 RGB: (147,169,131)

Color info

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

RGB color model

#93A983 color RGB value is (147,169,131).

RGB: (147,169,131) (58%, 66%, 51%)

RGB channels and saturation

R 147 of 255 = 58%
G 169 of 255 = 66%
B 131 of 255 = 51%

147
169
131

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

Portions of RGB colors in percentages

R + G + B = 147 + 169 + 131 = 447 (100%)
R 147 of 447 ~ 32.89%
G 169 of 447 ~ 37.81%
B 131 of 447 ~ 29.31'%

%32.89
%37.81
%29.31

CMYK color model

#93A983 color CMYK value is (13,0,22,34).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 22.49%
  • key color value is 33.73%

CMYK: (13,0,22,34)
C13M0Y22K34 (13%, 0%, 22%, 34%)
(0.13 / 0.00 / 0.22 / 0.34)

CMYK percentages

%13.02
%0
%22.49
%33.73

Codes

Color #93A983 in popluar color models

93 A9 83
RGB 147 169 131
HSL 95° 18.10% 58.82%
HSB/HSV 95° 22.49% 66.27%
CMYK 13.02% 0.00% 22.49%
33.73%

Color #93A983 in popluar number systems.

HEX 93 A9 83
Decimal 147 169 131
Binary 10010011 10101001 10000011
Octal 223 251 203

Shades and tints

Shades of #93A983

#93A983
(147,169,131)
#869A78
(134,154,120)
#798B6D
(121,139,109)
#6C7C62
(108,124,98)
#5F6D57
(95,109,87)
#525E4C
(82,94,76)
#454F41
(69,79,65)
#384036
(56,64,54)
#2B312B
(43,49,43)
#1E2220
(30,34,32)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #93A983

#93A983
(147,169,131)
#9CB08E
(156,176,142)
#A5B799
(165,183,153)
#AEBEA4
(174,190,164)
#B7C5AF
(183,197,175)
#C0CCBA
(192,204,186)
#C9D3C5
(201,211,197)
#D2DAD0
(210,218,208)
#DBE1DB
(219,225,219)
#E4E8E6
(228,232,230)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A983 color. Also use rgb(147,169,131) instead hex code.

Text Font Color

.myTextColor { color: #93A983; }

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

This text font color is #93A983.

Background Color

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

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

This div background color is #93A983.

Border color

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

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

This div border color is #93A983.

Opacity

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

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

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

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

This text has shadow with #93A983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A983.

Preview

Color preview on black background

This text has color #93A983 on black background.


Color preview on white background

This text has color #93A983 on white background.


Black color preview on #93A983 background

This text has black color on #93A983 background.


White color preview on #93A983 background

This text has white color on #93A983 background.


Related colors

Complementary color

Complementary color for #hex is #6C567C.


I love getcolorcode.com

Triadic colors

1 #8393A9 and #A98393 with #93A983 are triadic colors.

2 #83A993 and #A99383 with #93A983 are triadic colors.