COLOR #93EDE3

HEX: #93EDE3
RGB: (147,237,227)

Color info

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

RGB color model

#93EDE3 color RGB value is (147,237,227).

  • red value is 147;
  • green value is 237;
  • blue value is 227.
RGB:
(147,237,227)
(58%,93%,89%)

RGB channels and saturation

R 147 of 255 = 58%
G 237 of 255 = 93%
B 227 of 255 = 89%

147
237
227

R + G + B ~ 80%. #93EDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 237 + 227 = 611 (100%)
R 147 of 611 ~ 24.06%
G 237 of 611 ~ 38.79%
B 227 of 611 ~ 37.15%

%24.06
%38.79
%37.15

CMYK color model

#93EDE3 color CMYK value is (38,0,4,7).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(38,0,4,7)
C38M0Y4K7 
(38%,0%,4%,7%)
(0.38/0.00/0.04/0.07)	

CMYK percentages

%37.97
%0
%4.22
%7.06

Codes

Color #93EDE3 in popluar color models

93EDE3
RGB147237227
HSL173°71.43%75.29%
HSB/HSV173°37.97%92.94%
CMYK37.97%0.00%4.22%
7.06%

Color #93EDE3 in popluar number systems.

HEX93EDE3
Decimal147237227
Binary100100111110110111100011
Octal223355343

Shades and tints

Shades of #93EDE3

#93EDE3
(147,237,227)
#86D8CF
(134,216,207)
#79C3BB
(121,195,187)
#6CAEA7
(108,174,167)
#5F9993
(95,153,147)
#52847F
(82,132,127)
#456F6B
(69,111,107)
#385A57
(56,90,87)
#2B4543
(43,69,67)
#1E302F
(30,48,47)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #93EDE3

#93EDE3
(147,237,227)
#9CEEE5
(156,238,229)
#A5EFE7
(165,239,231)
#AEF0E9
(174,240,233)
#B7F1EB
(183,241,235)
#C0F2ED
(192,242,237)
#C9F3EF
(201,243,239)
#D2F4F1
(210,244,241)
#DBF5F3
(219,245,243)
#E4F6F5
(228,246,245)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93EDE3 color. Also use rgb(147,237,227) instead hex code.

Text Font Color

.myTextColor { color: #93EDE3; }

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

This text font color is #93EDE3.


Background Color

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

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

This div background color is #93EDE3.


Border color

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

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

This div border color is #93EDE3.


Opacity

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

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

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

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

This text has shadow with #93EDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EDE3 on black background.


Color preview on white background

This text has color #93EDE3 on white background.



Black color preview on #93EDE3 background

This text has black color on #93EDE3 background.


White color preview on #93EDE3 background

This text has white color on #93EDE3 background.