COLOR #93D7C0

HEX: #93D7C0
RGB: (147,215,192)

Color info

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

RGB color model

#93D7C0 color RGB value is (147,215,192).

  • red value is 147;
  • green value is 215;
  • blue value is 192.
RGB:
(147,215,192)
(58%,84%,75%)

RGB channels and saturation

R 147 of 255 = 58%
G 215 of 255 = 84%
B 192 of 255 = 75%

147
215
192

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

Portions of RGB colors in percentages

R + G + B =
147 + 215 + 192 = 554 (100%)
R 147 of 554 ~ 26.53%
G 215 of 554 ~ 38.81%
B 192 of 554 ~ 34.66%

%26.53
%38.81
%34.66

CMYK color model

#93D7C0 color CMYK value is (32,0,11,16).

  • cyan value is 31.63%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK:
(32,0,11,16)
C32M0Y11K16 
(32%,0%,11%,16%)
(0.32/0.00/0.11/0.16)	

CMYK percentages

%31.63
%0
%10.7
%15.69

Codes

Color #93D7C0 in popluar color models

93D7C0
RGB147215192
HSL160°45.95%70.98%
HSB/HSV160°31.63%84.31%
CMYK31.63%0.00%10.70%
15.69%

Color #93D7C0 in popluar number systems.

HEX93D7C0
Decimal147215192
Binary100100111101011111000000
Octal223327300

Shades and tints

Shades of #93D7C0

#93D7C0
(147,215,192)
#86C4AF
(134,196,175)
#79B19E
(121,177,158)
#6C9E8D
(108,158,141)
#5F8B7C
(95,139,124)
#52786B
(82,120,107)
#45655A
(69,101,90)
#385249
(56,82,73)
#2B3F38
(43,63,56)
#1E2C27
(30,44,39)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #93D7C0

#93D7C0
(147,215,192)
#9CDAC5
(156,218,197)
#A5DDCA
(165,221,202)
#AEE0CF
(174,224,207)
#B7E3D4
(183,227,212)
#C0E6D9
(192,230,217)
#C9E9DE
(201,233,222)
#D2ECE3
(210,236,227)
#DBEFE8
(219,239,232)
#E4F2ED
(228,242,237)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D7C0 color. Also use rgb(147,215,192) instead hex code.

Text Font Color

.myTextColor { color: #93D7C0; }

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

This text font color is #93D7C0.


Background Color

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

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

This div background color is #93D7C0.


Border color

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

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

This div border color is #93D7C0.


Opacity

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

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

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

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

This text has shadow with #93D7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D7C0 on black background.


Color preview on white background

This text has color #93D7C0 on white background.



Black color preview on #93D7C0 background

This text has black color on #93D7C0 background.


White color preview on #93D7C0 background

This text has white color on #93D7C0 background.