COLOR #93A887

HEX: #93A887 RGB: (147,168,135)

Color info

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

RGB color model

#93A887 color RGB value is (147,168,135).

RGB: (147,168,135) (58%, 66%, 53%)

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 135 of 255 = 53%

147
168
135

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

Portions of RGB colors in percentages

R + G + B = 147 + 168 + 135 = 450 (100%)
R 147 of 450 ~ 32.67%
G 168 of 450 ~ 37.33%
B 135 of 450 ~ 30'%

%32.67
%37.33
%30

CMYK color model

#93A887 color CMYK value is (13,0,20,34).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%

CMYK: (13,0,20,34)
C13M0Y20K34 (13%, 0%, 20%, 34%)
(0.13 / 0.00 / 0.20 / 0.34)

CMYK percentages

%12.5
%0
%19.64
%34.12

Codes

Color #93A887 in popluar color models

93 A8 87
RGB 147 168 135
HSL 98° 15.94% 59.41%
HSB/HSV 98° 19.64% 65.88%
CMYK 12.50% 0.00% 19.64%
34.12%

Color #93A887 in popluar number systems.

HEX 93 A8 87
Decimal 147 168 135
Binary 10010011 10101000 10000111
Octal 223 250 207

Shades and tints

Shades of #93A887

#93A887
(147,168,135)
#86997B
(134,153,123)
#798A6F
(121,138,111)
#6C7B63
(108,123,99)
#5F6C57
(95,108,87)
#525D4B
(82,93,75)
#454E3F
(69,78,63)
#383F33
(56,63,51)
#2B3027
(43,48,39)
#1E211B
(30,33,27)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #93A887

#93A887
(147,168,135)
#9CAF91
(156,175,145)
#A5B69B
(165,182,155)
#AEBDA5
(174,189,165)
#B7C4AF
(183,196,175)
#C0CBB9
(192,203,185)
#C9D2C3
(201,210,195)
#D2D9CD
(210,217,205)
#DBE0D7
(219,224,215)
#E4E7E1
(228,231,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A887; }

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

This text font color is #93A887.

Background Color

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

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

This div background color is #93A887.

Border color

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

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

This div border color is #93A887.

Opacity

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

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

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

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

This text has shadow with #93A887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A887.

Preview

Color preview on black background

This text has color #93A887 on black background.


Color preview on white background

This text has color #93A887 on white background.


Black color preview on #93A887 background

This text has black color on #93A887 background.


White color preview on #93A887 background

This text has white color on #93A887 background.


Related colors

Complementary color

Complementary color for #hex is #6C5778.


I love getcolorcode.com

Triadic colors

1 #8793A8 and #A88793 with #93A887 are triadic colors.

2 #87A893 and #A89387 with #93A887 are triadic colors.