COLOR #93C5AE

HEX: #93C5AE RGB: (147,197,174)

Color info

#93C5AE contains red, green and blue colors in about the same proportion. Web safe color of #93C5AE is #99CC99 (or #9C9).

RGB color model

#93C5AE color RGB value is (147,197,174).

RGB: (147,197,174) (58%, 77%, 68%)

RGB channels and saturation

R 147 of 255 = 58%
G 197 of 255 = 77%
B 174 of 255 = 68%

147
197
174

R + G + B ~ 68%. #93C5AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 197 + 174 = 518 (100%)
R 147 of 518 ~ 28.38%
G 197 of 518 ~ 38.03%
B 174 of 518 ~ 33.59'%

%28.38
%38.03
%33.59

CMYK color model

#93C5AE color CMYK value is (25,0,12,23).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 22.75%

CMYK: (25,0,12,23)
C25M0Y12K23 (25%, 0%, 12%, 23%)
(0.25 / 0.00 / 0.12 / 0.23)

CMYK percentages

%25.38
%0
%11.68
%22.75

Codes

Color #93C5AE in popluar color models

93 C5 AE
RGB 147 197 174
HSL 152° 30.12% 67.45%
HSB/HSV 152° 25.38% 77.25%
CMYK 25.38% 0.00% 11.68%
22.75%

Color #93C5AE in popluar number systems.

HEX 93 C5 AE
Decimal 147 197 174
Binary 10010011 11000101 10101110
Octal 223 305 256

Shades and tints

Shades of #93C5AE

#93C5AE
(147,197,174)
#86B49F
(134,180,159)
#79A390
(121,163,144)
#6C9281
(108,146,129)
#5F8172
(95,129,114)
#527063
(82,112,99)
#455F54
(69,95,84)
#384E45
(56,78,69)
#2B3D36
(43,61,54)
#1E2C27
(30,44,39)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #93C5AE

#93C5AE
(147,197,174)
#9CCAB5
(156,202,181)
#A5CFBC
(165,207,188)
#AED4C3
(174,212,195)
#B7D9CA
(183,217,202)
#C0DED1
(192,222,209)
#C9E3D8
(201,227,216)
#D2E8DF
(210,232,223)
#DBEDE6
(219,237,230)
#E4F2ED
(228,242,237)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C5AE; }

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

This text font color is #93C5AE.

Background Color

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

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

This div background color is #93C5AE.

Border color

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

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

This div border color is #93C5AE.

Opacity

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

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

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

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

This text has shadow with #93C5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C5AE.

Preview

Color preview on black background

This text has color #93C5AE on black background.


Color preview on white background

This text has color #93C5AE on white background.


Black color preview on #93C5AE background

This text has black color on #93C5AE background.


White color preview on #93C5AE background

This text has white color on #93C5AE background.


Related colors

Complementary color

Complementary color for #hex is #6C3A51.


I love getcolorcode.com

Triadic colors

1 #AE93C5 and #C5AE93 with #93C5AE are triadic colors.

2 #AEC593 and #C593AE with #93C5AE are triadic colors.