COLOR #93C4E2

HEX: #93C4E2 RGB: (147,196,226)

Color info

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

RGB color model

#93C4E2 color RGB value is (147,196,226).

RGB: (147,196,226) (58%, 77%, 89%)

RGB channels and saturation

R 147 of 255 = 58%
G 196 of 255 = 77%
B 226 of 255 = 89%

147
196
226

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

Portions of RGB colors in percentages

R + G + B = 147 + 196 + 226 = 569 (100%)
R 147 of 569 ~ 25.83%
G 196 of 569 ~ 34.45%
B 226 of 569 ~ 39.72'%

%25.83
%34.45
%39.72

CMYK color model

#93C4E2 color CMYK value is (35,13,0,11).

  • cyan value is 34.96%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (35,13,0,11)
C35M13Y0K11 (35%, 13%, 0%, 11%)
(0.35 / 0.13 / 0.00 / 0.11)

CMYK percentages

%34.96
%13.27
%0
%11.37

Codes

Color #93C4E2 in popluar color models

93 C4 E2
RGB 147 196 226
HSL 203° 57.66% 73.14%
HSB/HSV 203° 34.96% 88.63%
CMYK 34.96% 13.27% 0.00%
11.37%

Color #93C4E2 in popluar number systems.

HEX 93 C4 E2
Decimal 147 196 226
Binary 10010011 11000100 11100010
Octal 223 304 342

Shades and tints

Shades of #93C4E2

#93C4E2
(147,196,226)
#86B3CE
(134,179,206)
#79A2BA
(121,162,186)
#6C91A6
(108,145,166)
#5F8092
(95,128,146)
#526F7E
(82,111,126)
#455E6A
(69,94,106)
#384D56
(56,77,86)
#2B3C42
(43,60,66)
#1E2B2E
(30,43,46)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #93C4E2

#93C4E2
(147,196,226)
#9CC9E4
(156,201,228)
#A5CEE6
(165,206,230)
#AED3E8
(174,211,232)
#B7D8EA
(183,216,234)
#C0DDEC
(192,221,236)
#C9E2EE
(201,226,238)
#D2E7F0
(210,231,240)
#DBECF2
(219,236,242)
#E4F1F4
(228,241,244)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C4E2 color. Also use rgb(147,196,226) instead hex code.

Text Font Color

.myTextColor { color: #93C4E2; }

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

This text font color is #93C4E2.

Background Color

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

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

This div background color is #93C4E2.

Border color

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

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

This div border color is #93C4E2.

Opacity

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

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

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

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

This text has shadow with #93C4E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C4E2.

Preview

Color preview on black background

This text has color #93C4E2 on black background.


Color preview on white background

This text has color #93C4E2 on white background.


Black color preview on #93C4E2 background

This text has black color on #93C4E2 background.


White color preview on #93C4E2 background

This text has white color on #93C4E2 background.


Related colors

Complementary color

Complementary color for #hex is #6C3B1D.


I love getcolorcode.com

Triadic colors

1 #E293C4 and #C4E293 with #93C4E2 are triadic colors.

2 #E2C493 and #C493E2 with #93C4E2 are triadic colors.