COLOR #93AC93

HEX: #93AC93 RGB: (147,172,147)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

147
172
147

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

Portions of RGB colors in percentages

R + G + B = 147 + 172 + 147 = 466 (100%)
R 147 of 466 ~ 31.55%
G 172 of 466 ~ 36.91%
B 147 of 466 ~ 31.55'%

%31.55
%36.91
%31.55

CMYK color model

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

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

CMYK: (15,0,15,33)
C15M0Y15K33 (15%, 0%, 15%, 33%)
(0.15 / 0.00 / 0.15 / 0.33)

CMYK percentages

%14.53
%0
%14.53
%32.55

Codes

Color #93AC93 in popluar color models

93 AC 93
RGB 147 172 147
HSL 120° 13.09% 62.55%
HSB/HSV 120° 14.53% 67.45%
CMYK 14.53% 0.00% 14.53%
32.55%

Color #93AC93 in popluar number systems.

HEX 93 AC 93
Decimal 147 172 147
Binary 10010011 10101100 10010011
Octal 223 254 223

Shades and tints

Shades of #93AC93

#93AC93
(147,172,147)
#869D86
(134,157,134)
#798E79
(121,142,121)
#6C7F6C
(108,127,108)
#5F705F
(95,112,95)
#526152
(82,97,82)
#455245
(69,82,69)
#384338
(56,67,56)
#2B342B
(43,52,43)
#1E251E
(30,37,30)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #93AC93

#93AC93
(147,172,147)
#9CB39C
(156,179,156)
#A5BAA5
(165,186,165)
#AEC1AE
(174,193,174)
#B7C8B7
(183,200,183)
#C0CFC0
(192,207,192)
#C9D6C9
(201,214,201)
#D2DDD2
(210,221,210)
#DBE4DB
(219,228,219)
#E4EBE4
(228,235,228)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AC93; }

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

This text font color is #93AC93.

Background Color

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

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

This div background color is #93AC93.

Border color

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

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

This div border color is #93AC93.

Opacity

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

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

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

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

This text has shadow with #93AC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AC93.

Preview

Color preview on black background

This text has color #93AC93 on black background.


Color preview on white background

This text has color #93AC93 on white background.


Black color preview on #93AC93 background

This text has black color on #93AC93 background.


White color preview on #93AC93 background

This text has white color on #93AC93 background.


Related colors

Complementary color

Complementary color for #hex is #6C536C.


I love getcolorcode.com

Triadic colors

1 #9393AC and #AC9393 with #93AC93 are triadic colors.

2 #93AC93 and #AC9393 with #93AC93 are triadic colors.