COLOR #93A687

HEX: #93A687 RGB: (147,166,135)

Color info

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

RGB color model

#93A687 color RGB value is (147,166,135).

RGB: (147,166,135) (58%, 65%, 53%)

RGB channels and saturation

R 147 of 255 = 58%
G 166 of 255 = 65%
B 135 of 255 = 53%

147
166
135

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

Portions of RGB colors in percentages

R + G + B = 147 + 166 + 135 = 448 (100%)
R 147 of 448 ~ 32.81%
G 166 of 448 ~ 37.05%
B 135 of 448 ~ 30.13'%

%32.81
%37.05
%30.13

CMYK color model

#93A687 color CMYK value is (11,0,19,35).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 34.90%

CMYK: (11,0,19,35)
C11M0Y19K35 (11%, 0%, 19%, 35%)
(0.11 / 0.00 / 0.19 / 0.35)

CMYK percentages

%11.45
%0
%18.67
%34.9

Codes

Color #93A687 in popluar color models

93 A6 87
RGB 147 166 135
HSL 97° 14.83% 59.02%
HSB/HSV 97° 18.67% 65.10%
CMYK 11.45% 0.00% 18.67%
34.90%

Color #93A687 in popluar number systems.

HEX 93 A6 87
Decimal 147 166 135
Binary 10010011 10100110 10000111
Octal 223 246 207

Shades and tints

Shades of #93A687

#93A687
(147,166,135)
#86977B
(134,151,123)
#79886F
(121,136,111)
#6C7963
(108,121,99)
#5F6A57
(95,106,87)
#525B4B
(82,91,75)
#454C3F
(69,76,63)
#383D33
(56,61,51)
#2B2E27
(43,46,39)
#1E1F1B
(30,31,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #93A687

#93A687
(147,166,135)
#9CAE91
(156,174,145)
#A5B69B
(165,182,155)
#AEBEA5
(174,190,165)
#B7C6AF
(183,198,175)
#C0CEB9
(192,206,185)
#C9D6C3
(201,214,195)
#D2DECD
(210,222,205)
#DBE6D7
(219,230,215)
#E4EEE1
(228,238,225)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A687; }

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

This text font color is #93A687.

Background Color

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

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

This div background color is #93A687.

Border color

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

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

This div border color is #93A687.

Opacity

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

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

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

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

This text has shadow with #93A687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A687.

Preview

Color preview on black background

This text has color #93A687 on black background.


Color preview on white background

This text has color #93A687 on white background.


Black color preview on #93A687 background

This text has black color on #93A687 background.


White color preview on #93A687 background

This text has white color on #93A687 background.


Related colors

Complementary color

Complementary color for #hex is #6C5978.


I love getcolorcode.com

Triadic colors

1 #8793A6 and #A68793 with #93A687 are triadic colors.

2 #87A693 and #A69387 with #93A687 are triadic colors.