COLOR #93AE7B

HEX: #93AE7B RGB: (147,174,123)

Color info

#93AE7B contains red, green and blue colors in about the same proportion. Web safe color of #93AE7B is #999966 (or #996).

RGB color model

#93AE7B color RGB value is (147,174,123).

RGB: (147,174,123) (58%, 68%, 48%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 123 of 255 = 48%

147
174
123

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

Portions of RGB colors in percentages

R + G + B = 147 + 174 + 123 = 444 (100%)
R 147 of 444 ~ 33.11%
G 174 of 444 ~ 39.19%
B 123 of 444 ~ 27.7'%

%33.11
%39.19
%27.7

CMYK color model

#93AE7B color CMYK value is (16,0,29,32).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 31.76%

CMYK: (16,0,29,32)
C16M0Y29K32 (16%, 0%, 29%, 32%)
(0.16 / 0.00 / 0.29 / 0.32)

CMYK percentages

%15.52
%0
%29.31
%31.76

Codes

Color #93AE7B in popluar color models

93 AE 7B
RGB 147 174 123
HSL 92° 23.94% 58.24%
HSB/HSV 92° 29.31% 68.24%
CMYK 15.52% 0.00% 29.31%
31.76%

Color #93AE7B in popluar number systems.

HEX 93 AE 7B
Decimal 147 174 123
Binary 10010011 10101110 1111011
Octal 223 256 173

Shades and tints

Shades of #93AE7B

#93AE7B
(147,174,123)
#869F70
(134,159,112)
#799065
(121,144,101)
#6C815A
(108,129,90)
#5F724F
(95,114,79)
#526344
(82,99,68)
#455439
(69,84,57)
#38452E
(56,69,46)
#2B3623
(43,54,35)
#1E2718
(30,39,24)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #93AE7B

#93AE7B
(147,174,123)
#9CB587
(156,181,135)
#A5BC93
(165,188,147)
#AEC39F
(174,195,159)
#B7CAAB
(183,202,171)
#C0D1B7
(192,209,183)
#C9D8C3
(201,216,195)
#D2DFCF
(210,223,207)
#DBE6DB
(219,230,219)
#E4EDE7
(228,237,231)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AE7B; }

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

This text font color is #93AE7B.

Background Color

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

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

This div background color is #93AE7B.

Border color

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

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

This div border color is #93AE7B.

Opacity

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

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

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

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

This text has shadow with #93AE7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AE7B.

Preview

Color preview on black background

This text has color #93AE7B on black background.


Color preview on white background

This text has color #93AE7B on white background.


Black color preview on #93AE7B background

This text has black color on #93AE7B background.


White color preview on #93AE7B background

This text has white color on #93AE7B background.


Related colors

Complementary color

Complementary color for #hex is #6C5184.


I love getcolorcode.com

Triadic colors

1 #7B93AE and #AE7B93 with #93AE7B are triadic colors.

2 #7BAE93 and #AE937B with #93AE7B are triadic colors.