COLOR #93D8AB

HEX: #93D8AB
RGB: (147,216,171)

Color info

#93D8AB contains mainly green and blue colors. Web safe color of #93D8AB is #99CC99 (or #9C9).

RGB color model

#93D8AB color RGB value is (147,216,171).

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

RGB channels and saturation

R 147 of 255 = 58%
G 216 of 255 = 85%
B 171 of 255 = 67%

147
216
171

R + G + B ~ 70%. #93D8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 216 + 171 = 534 (100%)
R 147 of 534 ~ 27.53%
G 216 of 534 ~ 40.45%
B 171 of 534 ~ 32.02%

%27.53
%40.45
%32.02

CMYK color model

#93D8AB color CMYK value is (32,0,21,15).

  • cyan value is 31.94%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(32,0,21,15)
C32M0Y21K15 
(32%,0%,21%,15%)
(0.32/0.00/0.21/0.15)	

CMYK percentages

%31.94
%0
%20.83
%15.29

Codes

Color #93D8AB in popluar color models

93D8AB
RGB147216171
HSL141°46.94%71.18%
HSB/HSV141°31.94%84.71%
CMYK31.94%0.00%20.83%
15.29%

Color #93D8AB in popluar number systems.

HEX93D8AB
Decimal147216171
Binary100100111101100010101011
Octal223330253

Shades and tints

Shades of #93D8AB

#93D8AB
(147,216,171)
#86C59C
(134,197,156)
#79B28D
(121,178,141)
#6C9F7E
(108,159,126)
#5F8C6F
(95,140,111)
#527960
(82,121,96)
#456651
(69,102,81)
#385342
(56,83,66)
#2B4033
(43,64,51)
#1E2D24
(30,45,36)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #93D8AB

#93D8AB
(147,216,171)
#9CDBB2
(156,219,178)
#A5DEB9
(165,222,185)
#AEE1C0
(174,225,192)
#B7E4C7
(183,228,199)
#C0E7CE
(192,231,206)
#C9EAD5
(201,234,213)
#D2EDDC
(210,237,220)
#DBF0E3
(219,240,227)
#E4F3EA
(228,243,234)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D8AB; }

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

This text font color is #93D8AB.


Background Color

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

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

This div background color is #93D8AB.


Border color

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

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

This div border color is #93D8AB.


Opacity

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

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

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

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

This text has shadow with #93D8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D8AB on black background.


Color preview on white background

This text has color #93D8AB on white background.



Black color preview on #93D8AB background

This text has black color on #93D8AB background.


White color preview on #93D8AB background

This text has white color on #93D8AB background.