COLOR #93DEE6

HEX: #93DEE6
RGB: (147,222,230)

Color info

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

RGB color model

#93DEE6 color RGB value is (147,222,230).

  • red value is 147;
  • green value is 222;
  • blue value is 230.
RGB:
(147,222,230)
(58%,87%,90%)

RGB channels and saturation

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

147
222
230

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

Portions of RGB colors in percentages

R + G + B =
147 + 222 + 230 = 599 (100%)
R 147 of 599 ~ 24.54%
G 222 of 599 ~ 37.06%
B 230 of 599 ~ 38.4%

%24.54
%37.06
%38.4

CMYK color model

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

  • cyan value is 36.09%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(36,3,0,10)
C36M3Y0K10 
(36%,3%,0%,10%)
(0.36/0.03/0.00/0.10)	

CMYK percentages

%36.09
%3.48
%0
%9.8

Codes

Color #93DEE6 in popluar color models

93DEE6
RGB147222230
HSL186°62.41%73.92%
HSB/HSV186°36.09%90.20%
CMYK36.09%3.48%0.00%
9.80%

Color #93DEE6 in popluar number systems.

HEX93DEE6
Decimal147222230
Binary100100111101111011100110
Octal223336346

Shades and tints

Shades of #93DEE6

#93DEE6
(147,222,230)
#86CAD2
(134,202,210)
#79B6BE
(121,182,190)
#6CA2AA
(108,162,170)
#5F8E96
(95,142,150)
#527A82
(82,122,130)
#45666E
(69,102,110)
#38525A
(56,82,90)
#2B3E46
(43,62,70)
#1E2A32
(30,42,50)
#11161E
(17,22,30)
#000000
(0,0,0)

Tints of #93DEE6

#93DEE6
(147,222,230)
#9CE1E8
(156,225,232)
#A5E4EA
(165,228,234)
#AEE7EC
(174,231,236)
#B7EAEE
(183,234,238)
#C0EDF0
(192,237,240)
#C9F0F2
(201,240,242)
#D2F3F4
(210,243,244)
#DBF6F6
(219,246,246)
#E4F9F8
(228,249,248)
#EDFCFA
(237,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DEE6; }

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

This text font color is #93DEE6.


Background Color

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

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

This div background color is #93DEE6.


Border color

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

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

This div border color is #93DEE6.


Opacity

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

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

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

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

This text has shadow with #93DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DEE6 on black background.


Color preview on white background

This text has color #93DEE6 on white background.



Black color preview on #93DEE6 background

This text has black color on #93DEE6 background.


White color preview on #93DEE6 background

This text has white color on #93DEE6 background.