COLOR #93C2E0

HEX: #93C2E0 RGB: (147,194,224)

Color info

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

RGB color model

#93C2E0 color RGB value is (147,194,224).

RGB: (147,194,224) (58%, 76%, 88%)

RGB channels and saturation

R 147 of 255 = 58%
G 194 of 255 = 76%
B 224 of 255 = 88%

147
194
224

R + G + B ~ 74%. #93C2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 194 + 224 = 565 (100%)
R 147 of 565 ~ 26.02%
G 194 of 565 ~ 34.34%
B 224 of 565 ~ 39.65'%

%26.02
%34.34
%39.65

CMYK color model

#93C2E0 color CMYK value is (34,13,0,12).

  • cyan value is 34.38%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (34,13,0,12)
C34M13Y0K12 (34%, 13%, 0%, 12%)
(0.34 / 0.13 / 0.00 / 0.12)

CMYK percentages

%34.38
%13.39
%0
%12.16

Codes

Color #93C2E0 in popluar color models

93 C2 E0
RGB 147 194 224
HSL 203° 55.40% 72.75%
HSB/HSV 203° 34.38% 87.84%
CMYK 34.38% 13.39% 0.00%
12.16%

Color #93C2E0 in popluar number systems.

HEX 93 C2 E0
Decimal 147 194 224
Binary 10010011 11000010 11100000
Octal 223 302 340

Shades and tints

Shades of #93C2E0

#93C2E0
(147,194,224)
#86B1CC
(134,177,204)
#79A0B8
(121,160,184)
#6C8FA4
(108,143,164)
#5F7E90
(95,126,144)
#526D7C
(82,109,124)
#455C68
(69,92,104)
#384B54
(56,75,84)
#2B3A40
(43,58,64)
#1E292C
(30,41,44)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #93C2E0

#93C2E0
(147,194,224)
#9CC7E2
(156,199,226)
#A5CCE4
(165,204,228)
#AED1E6
(174,209,230)
#B7D6E8
(183,214,232)
#C0DBEA
(192,219,234)
#C9E0EC
(201,224,236)
#D2E5EE
(210,229,238)
#DBEAF0
(219,234,240)
#E4EFF2
(228,239,242)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C2E0 color. Also use rgb(147,194,224) instead hex code.

Text Font Color

.myTextColor { color: #93C2E0; }

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

This text font color is #93C2E0.

Background Color

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

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

This div background color is #93C2E0.

Border color

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

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

This div border color is #93C2E0.

Opacity

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

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

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

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

This text has shadow with #93C2E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C2E0.

Preview

Color preview on black background

This text has color #93C2E0 on black background.


Color preview on white background

This text has color #93C2E0 on white background.


Black color preview on #93C2E0 background

This text has black color on #93C2E0 background.


White color preview on #93C2E0 background

This text has white color on #93C2E0 background.


Related colors

Complementary color

Complementary color for #hex is #6C3D1F.


I love getcolorcode.com

Triadic colors

1 #E093C2 and #C2E093 with #93C2E0 are triadic colors.

2 #E0C293 and #C293E0 with #93C2E0 are triadic colors.