COLOR #93EDB7

HEX: #93EDB7 RGB: (147,237,183)

Color info

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

RGB color model

#93EDB7 color RGB value is (147,237,183).

RGB: (147,237,183) (58%, 93%, 72%)

RGB channels and saturation

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

147
237
183

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

Portions of RGB colors in percentages

R + G + B = 147 + 237 + 183 = 567 (100%)
R 147 of 567 ~ 25.93%
G 237 of 567 ~ 41.8%
B 183 of 567 ~ 32.28'%

%25.93
%41.8
%32.28

CMYK color model

#93EDB7 color CMYK value is (38,0,23,7).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%

CMYK: (38,0,23,7)
C38M0Y23K7 (38%, 0%, 23%, 7%)
(0.38 / 0.00 / 0.23 / 0.07)

CMYK percentages

%37.97
%0
%22.78
%7.06

Codes

Color #93EDB7 in popluar color models

93 ED B7
RGB 147 237 183
HSL 144° 71.43% 75.29%
HSB/HSV 144° 37.97% 92.94%
CMYK 37.97% 0.00% 22.78%
7.06%

Color #93EDB7 in popluar number systems.

HEX 93 ED B7
Decimal 147 237 183
Binary 10010011 11101101 10110111
Octal 223 355 267

Shades and tints

Shades of #93EDB7

#93EDB7
(147,237,183)
#86D8A7
(134,216,167)
#79C397
(121,195,151)
#6CAE87
(108,174,135)
#5F9977
(95,153,119)
#528467
(82,132,103)
#456F57
(69,111,87)
#385A47
(56,90,71)
#2B4537
(43,69,55)
#1E3027
(30,48,39)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #93EDB7

#93EDB7
(147,237,183)
#9CEEBD
(156,238,189)
#A5EFC3
(165,239,195)
#AEF0C9
(174,240,201)
#B7F1CF
(183,241,207)
#C0F2D5
(192,242,213)
#C9F3DB
(201,243,219)
#D2F4E1
(210,244,225)
#DBF5E7
(219,245,231)
#E4F6ED
(228,246,237)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93EDB7; }

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

This text font color is #93EDB7.

Background Color

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

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

This div background color is #93EDB7.

Border color

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

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

This div border color is #93EDB7.

Opacity

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

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

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

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

This text has shadow with #93EDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93EDB7.

Preview

Color preview on black background

This text has color #93EDB7 on black background.


Color preview on white background

This text has color #93EDB7 on white background.


Black color preview on #93EDB7 background

This text has black color on #93EDB7 background.


White color preview on #93EDB7 background

This text has white color on #93EDB7 background.


Related colors

Complementary color

Complementary color for #hex is #6C1248.


I love getcolorcode.com

Triadic colors

1 #B793ED and #EDB793 with #93EDB7 are triadic colors.

2 #B7ED93 and #ED93B7 with #93EDB7 are triadic colors.