COLOR #93DEE5

HEX: #93DEE5 RGB: (147,222,229)

Color info

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

RGB color model

#93DEE5 color RGB value is (147,222,229).

RGB: (147,222,229) (58%, 87%, 90%)

RGB channels and saturation

R 147 of 255 = 58%
G 222 of 255 = 87%
B 229 of 255 = 90%

147
222
229

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

Portions of RGB colors in percentages

R + G + B = 147 + 222 + 229 = 598 (100%)
R 147 of 598 ~ 24.58%
G 222 of 598 ~ 37.12%
B 229 of 598 ~ 38.29'%

%24.58
%37.12
%38.29

CMYK color model

#93DEE5 color CMYK value is (36,3,0,10).

  • cyan value is 35.81%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (36,3,0,10)
C36M3Y0K10 (36%, 3%, 0%, 10%)
(0.36 / 0.03 / 0.00 / 0.10)

CMYK percentages

%35.81
%3.06
%0
%10.2

Codes

Color #93DEE5 in popluar color models

93 DE E5
RGB 147 222 229
HSL 185° 61.19% 73.73%
HSB/HSV 185° 35.81% 89.80%
CMYK 35.81% 3.06% 0.00%
10.20%

Color #93DEE5 in popluar number systems.

HEX 93 DE E5
Decimal 147 222 229
Binary 10010011 11011110 11100101
Octal 223 336 345

Shades and tints

Shades of #93DEE5

#93DEE5
(147,222,229)
#86CAD1
(134,202,209)
#79B6BD
(121,182,189)
#6CA2A9
(108,162,169)
#5F8E95
(95,142,149)
#527A81
(82,122,129)
#45666D
(69,102,109)
#385259
(56,82,89)
#2B3E45
(43,62,69)
#1E2A31
(30,42,49)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #93DEE5

#93DEE5
(147,222,229)
#9CE1E7
(156,225,231)
#A5E4E9
(165,228,233)
#AEE7EB
(174,231,235)
#B7EAED
(183,234,237)
#C0EDEF
(192,237,239)
#C9F0F1
(201,240,241)
#D2F3F3
(210,243,243)
#DBF6F5
(219,246,245)
#E4F9F7
(228,249,247)
#EDFCF9
(237,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DEE5; }

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

This text font color is #93DEE5.

Background Color

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

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

This div background color is #93DEE5.

Border color

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

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

This div border color is #93DEE5.

Opacity

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

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

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

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

This text has shadow with #93DEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93DEE5.

Preview

Color preview on black background

This text has color #93DEE5 on black background.


Color preview on white background

This text has color #93DEE5 on white background.


Black color preview on #93DEE5 background

This text has black color on #93DEE5 background.


White color preview on #93DEE5 background

This text has white color on #93DEE5 background.


Related colors

Complementary color

Complementary color for #hex is #6C211A.


I love getcolorcode.com

Triadic colors

1 #E593DE and #DEE593 with #93DEE5 are triadic colors.

2 #E5DE93 and #DE93E5 with #93DEE5 are triadic colors.