COLOR #93E2DE

HEX: #93E2DE RGB: (147,226,222)

Color info

#93E2DE contains mainly green and blue colors. Web safe color of #93E2DE is #99CCCC (or #9CC).

RGB color model

#93E2DE color RGB value is (147,226,222).

RGB: (147,226,222) (58%, 89%, 87%)

RGB channels and saturation

R 147 of 255 = 58%
G 226 of 255 = 89%
B 222 of 255 = 87%

147
226
222

R + G + B ~ 78%. #93E2DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 226 + 222 = 595 (100%)
R 147 of 595 ~ 24.71%
G 226 of 595 ~ 37.98%
B 222 of 595 ~ 37.31'%

%24.71
%37.98
%37.31

CMYK color model

#93E2DE color CMYK value is (35,0,2,11).

  • cyan value is 34.96%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%

CMYK: (35,0,2,11)
C35M0Y2K11 (35%, 0%, 2%, 11%)
(0.35 / 0.00 / 0.02 / 0.11)

CMYK percentages

%34.96
%0
%1.77
%11.37

Codes

Color #93E2DE in popluar color models

93 E2 DE
RGB 147 226 222
HSL 177° 57.66% 73.14%
HSB/HSV 177° 34.96% 88.63%
CMYK 34.96% 0.00% 1.77%
11.37%

Color #93E2DE in popluar number systems.

HEX 93 E2 DE
Decimal 147 226 222
Binary 10010011 11100010 11011110
Octal 223 342 336

Shades and tints

Shades of #93E2DE

#93E2DE
(147,226,222)
#86CECA
(134,206,202)
#79BAB6
(121,186,182)
#6CA6A2
(108,166,162)
#5F928E
(95,146,142)
#527E7A
(82,126,122)
#456A66
(69,106,102)
#385652
(56,86,82)
#2B423E
(43,66,62)
#1E2E2A
(30,46,42)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #93E2DE

#93E2DE
(147,226,222)
#9CE4E1
(156,228,225)
#A5E6E4
(165,230,228)
#AEE8E7
(174,232,231)
#B7EAEA
(183,234,234)
#C0ECED
(192,236,237)
#C9EEF0
(201,238,240)
#D2F0F3
(210,240,243)
#DBF2F6
(219,242,246)
#E4F4F9
(228,244,249)
#EDF6FC
(237,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E2DE color. Also use rgb(147,226,222) instead hex code.

Text Font Color

.myTextColor { color: #93E2DE; }

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

This text font color is #93E2DE.

Background Color

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

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

This div background color is #93E2DE.

Border color

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

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

This div border color is #93E2DE.

Opacity

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

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

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

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

This text has shadow with #93E2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93E2DE.

Preview

Color preview on black background

This text has color #93E2DE on black background.


Color preview on white background

This text has color #93E2DE on white background.


Black color preview on #93E2DE background

This text has black color on #93E2DE background.


White color preview on #93E2DE background

This text has white color on #93E2DE background.


Related colors

Complementary color

Complementary color for #hex is #6C1D21.


I love getcolorcode.com

Triadic colors

1 #DE93E2 and #E2DE93 with #93E2DE are triadic colors.

2 #DEE293 and #E293DE with #93E2DE are triadic colors.