COLOR #93A7E0

HEX: #93A7E0 RGB: (147,167,224)

Color info

#93A7E0 contains mainly green and blue colors. Web safe color of #93A7E0 is #9999CC (or #99C).

RGB color model

#93A7E0 color RGB value is (147,167,224).

RGB: (147,167,224) (58%, 65%, 88%)

RGB channels and saturation

R 147 of 255 = 58%
G 167 of 255 = 65%
B 224 of 255 = 88%

147
167
224

R + G + B ~ 70%. #93A7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 167 + 224 = 538 (100%)
R 147 of 538 ~ 27.32%
G 167 of 538 ~ 31.04%
B 224 of 538 ~ 41.64'%

%27.32
%31.04
%41.64

CMYK color model

#93A7E0 color CMYK value is (34,25,0,12).

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

CMYK: (34,25,0,12)
C34M25Y0K12 (34%, 25%, 0%, 12%)
(0.34 / 0.25 / 0.00 / 0.12)

CMYK percentages

%34.38
%25.45
%0
%12.16

Codes

Color #93A7E0 in popluar color models

93 A7 E0
RGB 147 167 224
HSL 224° 55.40% 72.75%
HSB/HSV 224° 34.38% 87.84%
CMYK 34.38% 25.45% 0.00%
12.16%

Color #93A7E0 in popluar number systems.

HEX 93 A7 E0
Decimal 147 167 224
Binary 10010011 10100111 11100000
Octal 223 247 340

Shades and tints

Shades of #93A7E0

#93A7E0
(147,167,224)
#8698CC
(134,152,204)
#7989B8
(121,137,184)
#6C7AA4
(108,122,164)
#5F6B90
(95,107,144)
#525C7C
(82,92,124)
#454D68
(69,77,104)
#383E54
(56,62,84)
#2B2F40
(43,47,64)
#1E202C
(30,32,44)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #93A7E0

#93A7E0
(147,167,224)
#9CAFE2
(156,175,226)
#A5B7E4
(165,183,228)
#AEBFE6
(174,191,230)
#B7C7E8
(183,199,232)
#C0CFEA
(192,207,234)
#C9D7EC
(201,215,236)
#D2DFEE
(210,223,238)
#DBE7F0
(219,231,240)
#E4EFF2
(228,239,242)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A7E0; }

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

This text font color is #93A7E0.

Background Color

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

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

This div background color is #93A7E0.

Border color

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

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

This div border color is #93A7E0.

Opacity

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

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

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

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

This text has shadow with #93A7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A7E0.

Preview

Color preview on black background

This text has color #93A7E0 on black background.


Color preview on white background

This text has color #93A7E0 on white background.


Black color preview on #93A7E0 background

This text has black color on #93A7E0 background.


White color preview on #93A7E0 background

This text has white color on #93A7E0 background.


Related colors

Complementary color

Complementary color for #93A7E0 is #6C581F.


I love getcolorcode.com

Triadic colors

1 #E093A7 and #A7E093 with #93A7E0 are triadic colors.

2 #E0A793 and #A793E0 with #93A7E0 are triadic colors.