COLOR #93C7AB

HEX: #93C7AB
RGB: (147,199,171)

Color info

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

RGB color model

#93C7AB color RGB value is (147,199,171).

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

RGB channels and saturation

R 147 of 255 = 58%
G 199 of 255 = 78%
B 171 of 255 = 67%

147
199
171

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

Portions of RGB colors in percentages

R + G + B =
147 + 199 + 171 = 517 (100%)
R 147 of 517 ~ 28.43%
G 199 of 517 ~ 38.49%
B 171 of 517 ~ 33.08%

%28.43
%38.49
%33.08

CMYK color model

#93C7AB color CMYK value is (26,0,14,22).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 21.96%
CMYK:
(26,0,14,22)
C26M0Y14K22 
(26%,0%,14%,22%)
(0.26/0.00/0.14/0.22)	

CMYK percentages

%26.13
%0
%14.07
%21.96

Codes

Color #93C7AB in popluar color models

93C7AB
RGB147199171
HSL148°31.71%67.84%
HSB/HSV148°26.13%78.04%
CMYK26.13%0.00%14.07%
21.96%

Color #93C7AB in popluar number systems.

HEX93C7AB
Decimal147199171
Binary100100111100011110101011
Octal223307253

Shades and tints

Shades of #93C7AB

#93C7AB
(147,199,171)
#86B59C
(134,181,156)
#79A38D
(121,163,141)
#6C917E
(108,145,126)
#5F7F6F
(95,127,111)
#526D60
(82,109,96)
#455B51
(69,91,81)
#384942
(56,73,66)
#2B3733
(43,55,51)
#1E2524
(30,37,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #93C7AB

#93C7AB
(147,199,171)
#9CCCB2
(156,204,178)
#A5D1B9
(165,209,185)
#AED6C0
(174,214,192)
#B7DBC7
(183,219,199)
#C0E0CE
(192,224,206)
#C9E5D5
(201,229,213)
#D2EADC
(210,234,220)
#DBEFE3
(219,239,227)
#E4F4EA
(228,244,234)
#EDF9F1
(237,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C7AB; }

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

This text font color is #93C7AB.


Background Color

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

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

This div background color is #93C7AB.


Border color

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

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

This div border color is #93C7AB.


Opacity

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

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

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

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

This text has shadow with #93C7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C7AB on black background.


Color preview on white background

This text has color #93C7AB on white background.



Black color preview on #93C7AB background

This text has black color on #93C7AB background.


White color preview on #93C7AB background

This text has white color on #93C7AB background.