COLOR #93AA93

HEX: #93AA93 RGB: (147,170,147)

Color info

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

RGB color model

#93AA93 color RGB value is (147,170,147).

RGB: (147,170,147) (58%, 67%, 58%)

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 147 of 255 = 58%

147
170
147

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

Portions of RGB colors in percentages

R + G + B = 147 + 170 + 147 = 464 (100%)
R 147 of 464 ~ 31.68%
G 170 of 464 ~ 36.64%
B 147 of 464 ~ 31.68'%

%31.68
%36.64
%31.68

CMYK color model

#93AA93 color CMYK value is (14,0,14,33).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 33.33%

CMYK: (14,0,14,33)
C14M0Y14K33 (14%, 0%, 14%, 33%)
(0.14 / 0.00 / 0.14 / 0.33)

CMYK percentages

%13.53
%0
%13.53
%33.33

Codes

Color #93AA93 in popluar color models

93 AA 93
RGB 147 170 147
HSL 120° 11.92% 62.16%
HSB/HSV 120° 13.53% 66.67%
CMYK 13.53% 0.00% 13.53%
33.33%

Color #93AA93 in popluar number systems.

HEX 93 AA 93
Decimal 147 170 147
Binary 10010011 10101010 10010011
Octal 223 252 223

Shades and tints

Shades of #93AA93

#93AA93
(147,170,147)
#869B86
(134,155,134)
#798C79
(121,140,121)
#6C7D6C
(108,125,108)
#5F6E5F
(95,110,95)
#525F52
(82,95,82)
#455045
(69,80,69)
#384138
(56,65,56)
#2B322B
(43,50,43)
#1E231E
(30,35,30)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #93AA93

#93AA93
(147,170,147)
#9CB19C
(156,177,156)
#A5B8A5
(165,184,165)
#AEBFAE
(174,191,174)
#B7C6B7
(183,198,183)
#C0CDC0
(192,205,192)
#C9D4C9
(201,212,201)
#D2DBD2
(210,219,210)
#DBE2DB
(219,226,219)
#E4E9E4
(228,233,228)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AA93; }

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

This text font color is #93AA93.

Background Color

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

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

This div background color is #93AA93.

Border color

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

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

This div border color is #93AA93.

Opacity

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

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

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

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

This text has shadow with #93AA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AA93.

Preview

Color preview on black background

This text has color #93AA93 on black background.


Color preview on white background

This text has color #93AA93 on white background.


Black color preview on #93AA93 background

This text has black color on #93AA93 background.


White color preview on #93AA93 background

This text has white color on #93AA93 background.


Related colors

Complementary color

Complementary color for #hex is #6C556C.


I love getcolorcode.com

Triadic colors

1 #9393AA and #AA9393 with #93AA93 are triadic colors.

2 #93AA93 and #AA9393 with #93AA93 are triadic colors.