COLOR #93C8AE

HEX: #93C8AE
RGB: (147,200,174)

Color info

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

RGB color model

#93C8AE color RGB value is (147,200,174).

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

RGB channels and saturation

R 147 of 255 = 58%
G 200 of 255 = 78%
B 174 of 255 = 68%

147
200
174

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

Portions of RGB colors in percentages

R + G + B =
147 + 200 + 174 = 521 (100%)
R 147 of 521 ~ 28.21%
G 200 of 521 ~ 38.39%
B 174 of 521 ~ 33.4%

%28.21
%38.39
%33.4

CMYK color model

#93C8AE color CMYK value is (27,0,13,22).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 21.57%
CMYK:
(27,0,13,22)
C27M0Y13K22 
(27%,0%,13%,22%)
(0.27/0.00/0.13/0.22)	

CMYK percentages

%26.5
%0
%13
%21.57

Codes

Color #93C8AE in popluar color models

93C8AE
RGB147200174
HSL151°32.52%68.04%
HSB/HSV151°26.50%78.43%
CMYK26.50%0.00%13.00%
21.57%

Color #93C8AE in popluar number systems.

HEX93C8AE
Decimal147200174
Binary100100111100100010101110
Octal223310256

Shades and tints

Shades of #93C8AE

#93C8AE
(147,200,174)
#86B69F
(134,182,159)
#79A490
(121,164,144)
#6C9281
(108,146,129)
#5F8072
(95,128,114)
#526E63
(82,110,99)
#455C54
(69,92,84)
#384A45
(56,74,69)
#2B3836
(43,56,54)
#1E2627
(30,38,39)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #93C8AE

#93C8AE
(147,200,174)
#9CCDB5
(156,205,181)
#A5D2BC
(165,210,188)
#AED7C3
(174,215,195)
#B7DCCA
(183,220,202)
#C0E1D1
(192,225,209)
#C9E6D8
(201,230,216)
#D2EBDF
(210,235,223)
#DBF0E6
(219,240,230)
#E4F5ED
(228,245,237)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C8AE; }

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

This text font color is #93C8AE.


Background Color

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

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

This div background color is #93C8AE.


Border color

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

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

This div border color is #93C8AE.


Opacity

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

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

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

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

This text has shadow with #93C8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C8AE on black background.


Color preview on white background

This text has color #93C8AE on white background.



Black color preview on #93C8AE background

This text has black color on #93C8AE background.


White color preview on #93C8AE background

This text has white color on #93C8AE background.