COLOR #93ECE6

HEX: #93ECE6
RGB: (147,236,230)

Color info

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

RGB color model

#93ECE6 color RGB value is (147,236,230).

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

RGB channels and saturation

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

147
236
230

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

Portions of RGB colors in percentages

R + G + B =
147 + 236 + 230 = 613 (100%)
R 147 of 613 ~ 23.98%
G 236 of 613 ~ 38.5%
B 230 of 613 ~ 37.52%

%23.98
%38.5
%37.52

CMYK color model

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

  • cyan value is 37.71%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(38,0,3,7)
C38M0Y3K7 
(38%,0%,3%,7%)
(0.38/0.00/0.03/0.07)	

CMYK percentages

%37.71
%0
%2.54
%7.45

Codes

Color #93ECE6 in popluar color models

93ECE6
RGB147236230
HSL176°70.08%75.10%
HSB/HSV176°37.71%92.55%
CMYK37.71%0.00%2.54%
7.45%

Color #93ECE6 in popluar number systems.

HEX93ECE6
Decimal147236230
Binary100100111110110011100110
Octal223354346

Shades and tints

Shades of #93ECE6

#93ECE6
(147,236,230)
#86D7D2
(134,215,210)
#79C2BE
(121,194,190)
#6CADAA
(108,173,170)
#5F9896
(95,152,150)
#528382
(82,131,130)
#456E6E
(69,110,110)
#38595A
(56,89,90)
#2B4446
(43,68,70)
#1E2F32
(30,47,50)
#111A1E
(17,26,30)
#000000
(0,0,0)

Tints of #93ECE6

#93ECE6
(147,236,230)
#9CEDE8
(156,237,232)
#A5EEEA
(165,238,234)
#AEEFEC
(174,239,236)
#B7F0EE
(183,240,238)
#C0F1F0
(192,241,240)
#C9F2F2
(201,242,242)
#D2F3F4
(210,243,244)
#DBF4F6
(219,244,246)
#E4F5F8
(228,245,248)
#EDF6FA
(237,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ECE6; }

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

This text font color is #93ECE6.


Background Color

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

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

This div background color is #93ECE6.


Border color

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

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

This div border color is #93ECE6.


Opacity

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

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

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

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

This text has shadow with #93ECE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ECE6 on black background.


Color preview on white background

This text has color #93ECE6 on white background.



Black color preview on #93ECE6 background

This text has black color on #93ECE6 background.


White color preview on #93ECE6 background

This text has white color on #93ECE6 background.