COLOR #93ECC0

HEX: #93ECC0 RGB: (147,236,192)

Color info

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

RGB color model

#93ECC0 color RGB value is (147,236,192).

RGB: (147,236,192) (58%, 93%, 75%)

RGB channels and saturation

R 147 of 255 = 58%
G 236 of 255 = 93%
B 192 of 255 = 75%

147
236
192

R + G + B ~ 75%. #93ECC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 236 + 192 = 575 (100%)
R 147 of 575 ~ 25.57%
G 236 of 575 ~ 41.04%
B 192 of 575 ~ 33.39'%

%25.57
%41.04
%33.39

CMYK color model

#93ECC0 color CMYK value is (38,0,19,7).

  • cyan value is 37.71%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 7.45%

CMYK: (38,0,19,7)
C38M0Y19K7 (38%, 0%, 19%, 7%)
(0.38 / 0.00 / 0.19 / 0.07)

CMYK percentages

%37.71
%0
%18.64
%7.45

Codes

Color #93ECC0 in popluar color models

93 EC C0
RGB 147 236 192
HSL 150° 70.08% 75.10%
HSB/HSV 150° 37.71% 92.55%
CMYK 37.71% 0.00% 18.64%
7.45%

Color #93ECC0 in popluar number systems.

HEX 93 EC C0
Decimal 147 236 192
Binary 10010011 11101100 11000000
Octal 223 354 300

Shades and tints

Shades of #93ECC0

#93ECC0
(147,236,192)
#86D7AF
(134,215,175)
#79C29E
(121,194,158)
#6CAD8D
(108,173,141)
#5F987C
(95,152,124)
#52836B
(82,131,107)
#456E5A
(69,110,90)
#385949
(56,89,73)
#2B4438
(43,68,56)
#1E2F27
(30,47,39)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #93ECC0

#93ECC0
(147,236,192)
#9CEDC5
(156,237,197)
#A5EECA
(165,238,202)
#AEEFCF
(174,239,207)
#B7F0D4
(183,240,212)
#C0F1D9
(192,241,217)
#C9F2DE
(201,242,222)
#D2F3E3
(210,243,227)
#DBF4E8
(219,244,232)
#E4F5ED
(228,245,237)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ECC0; }

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

This text font color is #93ECC0.

Background Color

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

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

This div background color is #93ECC0.

Border color

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

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

This div border color is #93ECC0.

Opacity

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

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

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

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

This text has shadow with #93ECC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ECC0.

Preview

Color preview on black background

This text has color #93ECC0 on black background.


Color preview on white background

This text has color #93ECC0 on white background.


Black color preview on #93ECC0 background

This text has black color on #93ECC0 background.


White color preview on #93ECC0 background

This text has white color on #93ECC0 background.


Related colors

Complementary color

Complementary color for #hex is #6C133F.


I love getcolorcode.com

Triadic colors

1 #C093EC and #ECC093 with #93ECC0 are triadic colors.

2 #C0EC93 and #EC93C0 with #93ECC0 are triadic colors.