COLOR #93DFB7

HEX: #93DFB7
RGB: (147,223,183)

Color info

#93DFB7 contains mainly green and blue colors. Web safe color of #93DFB7 is #99CCCC (or #9CC).

RGB color model

#93DFB7 color RGB value is (147,223,183).

  • red value is 147;
  • green value is 223;
  • blue value is 183.
RGB:
(147,223,183)
(58%,87%,72%)

RGB channels and saturation

R 147 of 255 = 58%
G 223 of 255 = 87%
B 183 of 255 = 72%

147
223
183

R + G + B ~ 72%. #93DFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 223 + 183 = 553 (100%)
R 147 of 553 ~ 26.58%
G 223 of 553 ~ 40.33%
B 183 of 553 ~ 33.09%

%26.58
%40.33
%33.09

CMYK color model

#93DFB7 color CMYK value is (34,0,18,13).

  • cyan value is 34.08%
  • magenta value is 0.00%
  • yellow value is 17.94%
  • key color value is 12.55%
CMYK:
(34,0,18,13)
C34M0Y18K13 
(34%,0%,18%,13%)
(0.34/0.00/0.18/0.13)	

CMYK percentages

%34.08
%0
%17.94
%12.55

Codes

Color #93DFB7 in popluar color models

93DFB7
RGB147223183
HSL148°54.29%72.55%
HSB/HSV148°34.08%87.45%
CMYK34.08%0.00%17.94%
12.55%

Color #93DFB7 in popluar number systems.

HEX93DFB7
Decimal147223183
Binary100100111101111110110111
Octal223337267

Shades and tints

Shades of #93DFB7

#93DFB7
(147,223,183)
#86CBA7
(134,203,167)
#79B797
(121,183,151)
#6CA387
(108,163,135)
#5F8F77
(95,143,119)
#527B67
(82,123,103)
#456757
(69,103,87)
#385347
(56,83,71)
#2B3F37
(43,63,55)
#1E2B27
(30,43,39)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #93DFB7

#93DFB7
(147,223,183)
#9CE1BD
(156,225,189)
#A5E3C3
(165,227,195)
#AEE5C9
(174,229,201)
#B7E7CF
(183,231,207)
#C0E9D5
(192,233,213)
#C9EBDB
(201,235,219)
#D2EDE1
(210,237,225)
#DBEFE7
(219,239,231)
#E4F1ED
(228,241,237)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DFB7 color. Also use rgb(147,223,183) instead hex code.

Text Font Color

.myTextColor { color: #93DFB7; }

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

This text font color is #93DFB7.


Background Color

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

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

This div background color is #93DFB7.


Border color

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

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

This div border color is #93DFB7.


Opacity

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

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

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

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

This text has shadow with #93DFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DFB7 on black background.


Color preview on white background

This text has color #93DFB7 on white background.



Black color preview on #93DFB7 background

This text has black color on #93DFB7 background.


White color preview on #93DFB7 background

This text has white color on #93DFB7 background.