COLOR #93FCE5

HEX: #93FCE5
RGB: (147,252,229)

Color info

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

RGB color model

#93FCE5 color RGB value is (147,252,229).

  • red value is 147;
  • green value is 252;
  • blue value is 229.
RGB:
(147,252,229)
(58%,99%,90%)

RGB channels and saturation

R 147 of 255 = 58%
G 252 of 255 = 99%
B 229 of 255 = 90%

147
252
229

R + G + B ~ 82%. #93FCE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 252 + 229 = 628 (100%)
R 147 of 628 ~ 23.41%
G 252 of 628 ~ 40.13%
B 229 of 628 ~ 36.46%

%23.41
%40.13
%36.46

CMYK color model

#93FCE5 color CMYK value is (42,0,9,1).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(42,0,9,1)
C42M0Y9K1 
(42%,0%,9%,1%)
(0.42/0.00/0.09/0.01)	

CMYK percentages

%41.67
%0
%9.13
%1.18

Codes

Color #93FCE5 in popluar color models

93FCE5
RGB147252229
HSL167°94.59%78.24%
HSB/HSV167°41.67%98.82%
CMYK41.67%0.00%9.13%
1.18%

Color #93FCE5 in popluar number systems.

HEX93FCE5
Decimal147252229
Binary100100111111110011100101
Octal223374345

Shades and tints

Shades of #93FCE5

#93FCE5
(147,252,229)
#86E6D1
(134,230,209)
#79D0BD
(121,208,189)
#6CBAA9
(108,186,169)
#5FA495
(95,164,149)
#528E81
(82,142,129)
#45786D
(69,120,109)
#386259
(56,98,89)
#2B4C45
(43,76,69)
#1E3631
(30,54,49)
#11201D
(17,32,29)
#000000
(0,0,0)

Tints of #93FCE5

#93FCE5
(147,252,229)
#9CFCE7
(156,252,231)
#A5FCE9
(165,252,233)
#AEFCEB
(174,252,235)
#B7FCED
(183,252,237)
#C0FCEF
(192,252,239)
#C9FCF1
(201,252,241)
#D2FCF3
(210,252,243)
#DBFCF5
(219,252,245)
#E4FCF7
(228,252,247)
#EDFCF9
(237,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93FCE5 color. Also use rgb(147,252,229) instead hex code.

Text Font Color

.myTextColor { color: #93FCE5; }

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

This text font color is #93FCE5.


Background Color

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

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

This div background color is #93FCE5.


Border color

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

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

This div border color is #93FCE5.


Opacity

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

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

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

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

This text has shadow with #93FCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93FCE5 on black background.


Color preview on white background

This text has color #93FCE5 on white background.



Black color preview on #93FCE5 background

This text has black color on #93FCE5 background.


White color preview on #93FCE5 background

This text has white color on #93FCE5 background.