COLOR #93FFC7

HEX: #93FFC7
RGB: (147,255,199)

Color info

#93FFC7 contains mainly green and blue colors. Web safe color of #93FFC7 is #99FFCC (or #9FC).

RGB color model

#93FFC7 color RGB value is (147,255,199).

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

RGB channels and saturation

R 147 of 255 = 58%
G 255 of 255 = 100%
B 199 of 255 = 78%

147
255
199

R + G + B ~ 79%. #93FFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 255 + 199 = 601 (100%)
R 147 of 601 ~ 24.46%
G 255 of 601 ~ 42.43%
B 199 of 601 ~ 33.11%

%24.46
%42.43
%33.11

CMYK color model

#93FFC7 color CMYK value is (42,0,22,0).

  • cyan value is 42.35%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 0.00%
CMYK:
(42,0,22,0)
C42M0Y22K0 
(42%,0%,22%,0%)
(0.42/0.00/0.22/0.00)	

CMYK percentages

%42.35
%0
%21.96
%0

Codes

Color #93FFC7 in popluar color models

93FFC7
RGB147255199
HSL149°100.00%78.82%
HSB/HSV149°42.35%100.00%
CMYK42.35%0.00%21.96%
0.00%

Color #93FFC7 in popluar number systems.

HEX93FFC7
Decimal147255199
Binary100100111111111111000111
Octal223377307

Shades and tints

Shades of #93FFC7

#93FFC7
(147,255,199)
#86E8B5
(134,232,181)
#79D1A3
(121,209,163)
#6CBA91
(108,186,145)
#5FA37F
(95,163,127)
#528C6D
(82,140,109)
#45755B
(69,117,91)
#385E49
(56,94,73)
#2B4737
(43,71,55)
#1E3025
(30,48,37)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #93FFC7

#93FFC7
(147,255,199)
#9CFFCC
(156,255,204)
#A5FFD1
(165,255,209)
#AEFFD6
(174,255,214)
#B7FFDB
(183,255,219)
#C0FFE0
(192,255,224)
#C9FFE5
(201,255,229)
#D2FFEA
(210,255,234)
#DBFFEF
(219,255,239)
#E4FFF4
(228,255,244)
#EDFFF9
(237,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93FFC7; }

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

This text font color is #93FFC7.


Background Color

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

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

This div background color is #93FFC7.


Border color

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

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

This div border color is #93FFC7.


Opacity

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

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

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

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

This text has shadow with #93FFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93FFC7 on black background.


Color preview on white background

This text has color #93FFC7 on white background.



Black color preview on #93FFC7 background

This text has black color on #93FFC7 background.


White color preview on #93FFC7 background

This text has white color on #93FFC7 background.