COLOR #93AB8C

HEX: #93AB8C
RGB: (147,171,140)

Color info

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

RGB color model

#93AB8C color RGB value is (147,171,140).

  • red value is 147;
  • green value is 171;
  • blue value is 140.
RGB:
(147,171,140)
(58%,67%,55%)

RGB channels and saturation

R 147 of 255 = 58%
G 171 of 255 = 67%
B 140 of 255 = 55%

147
171
140

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

Portions of RGB colors in percentages

R + G + B =
147 + 171 + 140 = 458 (100%)
R 147 of 458 ~ 32.1%
G 171 of 458 ~ 37.34%
B 140 of 458 ~ 30.57%

%32.1
%37.34
%30.57

CMYK color model

#93AB8C color CMYK value is (14,0,18,33).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK:
(14,0,18,33)
C14M0Y18K33 
(14%,0%,18%,33%)
(0.14/0.00/0.18/0.33)	

CMYK percentages

%14.04
%0
%18.13
%32.94

Codes

Color #93AB8C in popluar color models

93AB8C
RGB147171140
HSL106°15.58%60.98%
HSB/HSV106°18.13%67.06%
CMYK14.04%0.00%18.13%
32.94%

Color #93AB8C in popluar number systems.

HEX93AB8C
Decimal147171140
Binary100100111010101110001100
Octal223253214

Shades and tints

Shades of #93AB8C

#93AB8C
(147,171,140)
#869C80
(134,156,128)
#798D74
(121,141,116)
#6C7E68
(108,126,104)
#5F6F5C
(95,111,92)
#526050
(82,96,80)
#455144
(69,81,68)
#384238
(56,66,56)
#2B332C
(43,51,44)
#1E2420
(30,36,32)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #93AB8C

#93AB8C
(147,171,140)
#9CB296
(156,178,150)
#A5B9A0
(165,185,160)
#AEC0AA
(174,192,170)
#B7C7B4
(183,199,180)
#C0CEBE
(192,206,190)
#C9D5C8
(201,213,200)
#D2DCD2
(210,220,210)
#DBE3DC
(219,227,220)
#E4EAE6
(228,234,230)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AB8C; }

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

This text font color is #93AB8C.


Background Color

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

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

This div background color is #93AB8C.


Border color

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

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

This div border color is #93AB8C.


Opacity

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

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

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

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

This text has shadow with #93AB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AB8C on black background.


Color preview on white background

This text has color #93AB8C on white background.



Black color preview on #93AB8C background

This text has black color on #93AB8C background.


White color preview on #93AB8C background

This text has white color on #93AB8C background.