COLOR #93A48E

HEX: #93A48E
RGB: (147,164,142)

Color info

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

RGB color model

#93A48E color RGB value is (147,164,142).

  • red value is 147;
  • green value is 164;
  • blue value is 142.
RGB:
(147,164,142)
(58%,64%,56%)

RGB channels and saturation

R 147 of 255 = 58%
G 164 of 255 = 64%
B 142 of 255 = 56%

147
164
142

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

Portions of RGB colors in percentages

R + G + B =
147 + 164 + 142 = 453 (100%)
R 147 of 453 ~ 32.45%
G 164 of 453 ~ 36.2%
B 142 of 453 ~ 31.35%

%32.45
%36.2
%31.35

CMYK color model

#93A48E color CMYK value is (10,0,13,36).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(10,0,13,36)
C10M0Y13K36 
(10%,0%,13%,36%)
(0.10/0.00/0.13/0.36)	

CMYK percentages

%10.37
%0
%13.41
%35.69

Codes

Color #93A48E in popluar color models

93A48E
RGB147164142
HSL106°10.78%60.00%
HSB/HSV106°13.41%64.31%
CMYK10.37%0.00%13.41%
35.69%

Color #93A48E in popluar number systems.

HEX93A48E
Decimal147164142
Binary100100111010010010001110
Octal223244216

Shades and tints

Shades of #93A48E

#93A48E
(147,164,142)
#869682
(134,150,130)
#798876
(121,136,118)
#6C7A6A
(108,122,106)
#5F6C5E
(95,108,94)
#525E52
(82,94,82)
#455046
(69,80,70)
#38423A
(56,66,58)
#2B342E
(43,52,46)
#1E2622
(30,38,34)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #93A48E

#93A48E
(147,164,142)
#9CAC98
(156,172,152)
#A5B4A2
(165,180,162)
#AEBCAC
(174,188,172)
#B7C4B6
(183,196,182)
#C0CCC0
(192,204,192)
#C9D4CA
(201,212,202)
#D2DCD4
(210,220,212)
#DBE4DE
(219,228,222)
#E4ECE8
(228,236,232)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A48E; }

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

This text font color is #93A48E.


Background Color

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

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

This div background color is #93A48E.


Border color

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

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

This div border color is #93A48E.


Opacity

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

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

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

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

This text has shadow with #93A48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A48E on black background.


Color preview on white background

This text has color #93A48E on white background.



Black color preview on #93A48E background

This text has black color on #93A48E background.


White color preview on #93A48E background

This text has white color on #93A48E background.