COLOR #93AE92

HEX: #93AE92
RGB: (147,174,146)

Color info

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

RGB color model

#93AE92 color RGB value is (147,174,146).

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

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 146 of 255 = 57%

147
174
146

R + G + B ~ 61%. #93AE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 174 + 146 = 467 (100%)
R 147 of 467 ~ 31.48%
G 174 of 467 ~ 37.26%
B 146 of 467 ~ 31.26%

%31.48
%37.26
%31.26

CMYK color model

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

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK: (16,0,16,32) C16M0Y16K32 (16%,0%,16%,32%) (0.16/0.00/0.16/0.32)

CMYK percentages

%15.52
%0
%16.09
%31.76

Codes

Color #93AE92 in popluar color models

93AE92
RGB147174146
HSL118°14.74%62.75%
HSB/HSV118°16.09%68.24%
CMYK15.52%0.00%16.09%
31.76%

Color #93AE92 in popluar number systems.

HEX93AE92
Decimal147174146
Binary100100111010111010010010
Octal223256222

Shades and tints

Shades of #93AE92

#93AE92
(147,174,146)
#869F85
(134,159,133)
#799078
(121,144,120)
#6C816B
(108,129,107)
#5F725E
(95,114,94)
#526351
(82,99,81)
#455444
(69,84,68)
#384537
(56,69,55)
#2B362A
(43,54,42)
#1E271D
(30,39,29)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #93AE92

#93AE92
(147,174,146)
#9CB59B
(156,181,155)
#A5BCA4
(165,188,164)
#AEC3AD
(174,195,173)
#B7CAB6
(183,202,182)
#C0D1BF
(192,209,191)
#C9D8C8
(201,216,200)
#D2DFD1
(210,223,209)
#DBE6DA
(219,230,218)
#E4EDE3
(228,237,227)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AE92; }

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

This text font color is #93AE92.


Background Color

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

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

This div background color is #93AE92.


Border color

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

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

This div border color is #93AE92.


Opacity

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

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

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

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

This text has shadow with #93AE92 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #93AE92 on black background.


Color preview on white background

This text has color #93AE92 on white background.



Black color preview on #93AE92 background

This text has black color on #93AE92 background.


White color preview on #93AE92 background

This text has white color on #93AE92 background.