COLOR #93E6EE

HEX: #93E6EE RGB: (147,230,238)

Color info

#93E6EE contains mainly green and blue colors. Web safe color of #93E6EE is #99CCFF (or #9CF).

RGB color model

#93E6EE color RGB value is (147,230,238).

RGB: (147,230,238) (58%, 90%, 93%)

RGB channels and saturation

R 147 of 255 = 58%
G 230 of 255 = 90%
B 238 of 255 = 93%

147
230
238

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

Portions of RGB colors in percentages

R + G + B = 147 + 230 + 238 = 615 (100%)
R 147 of 615 ~ 23.9%
G 230 of 615 ~ 37.4%
B 238 of 615 ~ 38.7'%

%23.9
%37.4
%38.7

CMYK color model

#93E6EE color CMYK value is (38,3,0,7).

  • cyan value is 38.24%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (38,3,0,7)
C38M3Y0K7 (38%, 3%, 0%, 7%)
(0.38 / 0.03 / 0.00 / 0.07)

CMYK percentages

%38.24
%3.36
%0
%6.67

Codes

Color #93E6EE in popluar color models

93 E6 EE
RGB 147 230 238
HSL 185° 72.80% 75.49%
HSB/HSV 185° 38.24% 93.33%
CMYK 38.24% 3.36% 0.00%
6.67%

Color #93E6EE in popluar number systems.

HEX 93 E6 EE
Decimal 147 230 238
Binary 10010011 11100110 11101110
Octal 223 346 356

Shades and tints

Shades of #93E6EE

#93E6EE
(147,230,238)
#86D2D9
(134,210,217)
#79BEC4
(121,190,196)
#6CAAAF
(108,170,175)
#5F969A
(95,150,154)
#528285
(82,130,133)
#456E70
(69,110,112)
#385A5B
(56,90,91)
#2B4646
(43,70,70)
#1E3231
(30,50,49)
#111E1C
(17,30,28)
#000000
(0,0,0)

Tints of #93E6EE

#93E6EE
(147,230,238)
#9CE8EF
(156,232,239)
#A5EAF0
(165,234,240)
#AEECF1
(174,236,241)
#B7EEF2
(183,238,242)
#C0F0F3
(192,240,243)
#C9F2F4
(201,242,244)
#D2F4F5
(210,244,245)
#DBF6F6
(219,246,246)
#E4F8F7
(228,248,247)
#EDFAF8
(237,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E6EE color. Also use rgb(147,230,238) instead hex code.

Text Font Color

.myTextColor { color: #93E6EE; }

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

This text font color is #93E6EE.

Background Color

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

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

This div background color is #93E6EE.

Border color

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

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

This div border color is #93E6EE.

Opacity

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

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

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

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

This text has shadow with #93E6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93E6EE.

Preview

Color preview on black background

This text has color #93E6EE on black background.


Color preview on white background

This text has color #93E6EE on white background.


Black color preview on #93E6EE background

This text has black color on #93E6EE background.


White color preview on #93E6EE background

This text has white color on #93E6EE background.


Related colors

Complementary color

Complementary color for #hex is #6C1911.


I love getcolorcode.com

Triadic colors

1 #EE93E6 and #E6EE93 with #93E6EE are triadic colors.

2 #EEE693 and #E693EE with #93E6EE are triadic colors.