COLOR #93D3A8

HEX: #93D3A8
RGB: (147,211,168)

Color info

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

RGB color model

#93D3A8 color RGB value is (147,211,168).

  • red value is 147;
  • green value is 211;
  • blue value is 168.
RGB:
(147,211,168)
(58%,83%,66%)

RGB channels and saturation

R 147 of 255 = 58%
G 211 of 255 = 83%
B 168 of 255 = 66%

147
211
168

R + G + B ~ 69%. #93D3A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 211 + 168 = 526 (100%)
R 147 of 526 ~ 27.95%
G 211 of 526 ~ 40.11%
B 168 of 526 ~ 31.94%

%27.95
%40.11
%31.94

CMYK color model

#93D3A8 color CMYK value is (30,0,20,17).

  • cyan value is 30.33%
  • magenta value is 0.00%
  • yellow value is 20.38%
  • key color value is 17.25%
CMYK:
(30,0,20,17)
C30M0Y20K17 
(30%,0%,20%,17%)
(0.30/0.00/0.20/0.17)	

CMYK percentages

%30.33
%0
%20.38
%17.25

Codes

Color #93D3A8 in popluar color models

93D3A8
RGB147211168
HSL140°42.11%70.20%
HSB/HSV140°30.33%82.75%
CMYK30.33%0.00%20.38%
17.25%

Color #93D3A8 in popluar number systems.

HEX93D3A8
Decimal147211168
Binary100100111101001110101000
Octal223323250

Shades and tints

Shades of #93D3A8

#93D3A8
(147,211,168)
#86C099
(134,192,153)
#79AD8A
(121,173,138)
#6C9A7B
(108,154,123)
#5F876C
(95,135,108)
#52745D
(82,116,93)
#45614E
(69,97,78)
#384E3F
(56,78,63)
#2B3B30
(43,59,48)
#1E2821
(30,40,33)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #93D3A8

#93D3A8
(147,211,168)
#9CD7AF
(156,215,175)
#A5DBB6
(165,219,182)
#AEDFBD
(174,223,189)
#B7E3C4
(183,227,196)
#C0E7CB
(192,231,203)
#C9EBD2
(201,235,210)
#D2EFD9
(210,239,217)
#DBF3E0
(219,243,224)
#E4F7E7
(228,247,231)
#EDFBEE
(237,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D3A8 color. Also use rgb(147,211,168) instead hex code.

Text Font Color

.myTextColor { color: #93D3A8; }

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

This text font color is #93D3A8.


Background Color

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

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

This div background color is #93D3A8.


Border color

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

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

This div border color is #93D3A8.


Opacity

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

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

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

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

This text has shadow with #93D3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D3A8 on black background.


Color preview on white background

This text has color #93D3A8 on white background.



Black color preview on #93D3A8 background

This text has black color on #93D3A8 background.


White color preview on #93D3A8 background

This text has white color on #93D3A8 background.