COLOR #93AE96

HEX: #93AE96
RGB: (147,174,150)

Color info

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

RGB color model

#93AE96 color RGB value is (147,174,150).

  • red value is 147;
  • green value is 174;
  • blue value is 150.
RGB:
(147,174,150)
(58%,68%,59%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 150 of 255 = 59%

147
174
150

R + G + B ~ 62%. #93AE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 174 + 150 = 471 (100%)
R 147 of 471 ~ 31.21%
G 174 of 471 ~ 36.94%
B 150 of 471 ~ 31.85%

%31.21
%36.94
%31.85

CMYK color model

#93AE96 color CMYK value is (16,0,14,32).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK:
(16,0,14,32)
C16M0Y14K32 
(16%,0%,14%,32%)
(0.16/0.00/0.14/0.32)	

CMYK percentages

%15.52
%0
%13.79
%31.76

Codes

Color #93AE96 in popluar color models

93AE96
RGB147174150
HSL127°14.29%62.94%
HSB/HSV127°15.52%68.24%
CMYK15.52%0.00%13.79%
31.76%

Color #93AE96 in popluar number systems.

HEX93AE96
Decimal147174150
Binary100100111010111010010110
Octal223256226

Shades and tints

Shades of #93AE96

#93AE96
(147,174,150)
#869F89
(134,159,137)
#79907C
(121,144,124)
#6C816F
(108,129,111)
#5F7262
(95,114,98)
#526355
(82,99,85)
#455448
(69,84,72)
#38453B
(56,69,59)
#2B362E
(43,54,46)
#1E2721
(30,39,33)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #93AE96

#93AE96
(147,174,150)
#9CB59F
(156,181,159)
#A5BCA8
(165,188,168)
#AEC3B1
(174,195,177)
#B7CABA
(183,202,186)
#C0D1C3
(192,209,195)
#C9D8CC
(201,216,204)
#D2DFD5
(210,223,213)
#DBE6DE
(219,230,222)
#E4EDE7
(228,237,231)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AE96; }

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

This text font color is #93AE96.


Background Color

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

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

This div background color is #93AE96.


Border color

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

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

This div border color is #93AE96.


Opacity

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

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

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

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

This text has shadow with #93AE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AE96 on black background.


Color preview on white background

This text has color #93AE96 on white background.



Black color preview on #93AE96 background

This text has black color on #93AE96 background.


White color preview on #93AE96 background

This text has white color on #93AE96 background.