COLOR #93EDB8

HEX: #93EDB8
RGB: (147,237,184)

Color info

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

RGB color model

#93EDB8 color RGB value is (147,237,184).

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

RGB channels and saturation

R 147 of 255 = 58%
G 237 of 255 = 93%
B 184 of 255 = 72%

147
237
184

R + G + B ~ 74%. #93EDB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 237 + 184 = 568 (100%)
R 147 of 568 ~ 25.88%
G 237 of 568 ~ 41.73%
B 184 of 568 ~ 32.39%

%25.88
%41.73
%32.39

CMYK color model

#93EDB8 color CMYK value is (38,0,22,7).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 7.06%
CMYK:
(38,0,22,7)
C38M0Y22K7 
(38%,0%,22%,7%)
(0.38/0.00/0.22/0.07)	

CMYK percentages

%37.97
%0
%22.36
%7.06

Codes

Color #93EDB8 in popluar color models

93EDB8
RGB147237184
HSL145°71.43%75.29%
HSB/HSV145°37.97%92.94%
CMYK37.97%0.00%22.36%
7.06%

Color #93EDB8 in popluar number systems.

HEX93EDB8
Decimal147237184
Binary100100111110110110111000
Octal223355270

Shades and tints

Shades of #93EDB8

#93EDB8
(147,237,184)
#86D8A8
(134,216,168)
#79C398
(121,195,152)
#6CAE88
(108,174,136)
#5F9978
(95,153,120)
#528468
(82,132,104)
#456F58
(69,111,88)
#385A48
(56,90,72)
#2B4538
(43,69,56)
#1E3028
(30,48,40)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #93EDB8

#93EDB8
(147,237,184)
#9CEEBE
(156,238,190)
#A5EFC4
(165,239,196)
#AEF0CA
(174,240,202)
#B7F1D0
(183,241,208)
#C0F2D6
(192,242,214)
#C9F3DC
(201,243,220)
#D2F4E2
(210,244,226)
#DBF5E8
(219,245,232)
#E4F6EE
(228,246,238)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93EDB8; }

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

This text font color is #93EDB8.


Background Color

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

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

This div background color is #93EDB8.


Border color

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

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

This div border color is #93EDB8.


Opacity

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

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

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

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

This text has shadow with #93EDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EDB8 on black background.


Color preview on white background

This text has color #93EDB8 on white background.



Black color preview on #93EDB8 background

This text has black color on #93EDB8 background.


White color preview on #93EDB8 background

This text has white color on #93EDB8 background.