COLOR #93A7E1

HEX: #93A7E1
RGB: (147,167,225)

Color info

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

RGB color model

#93A7E1 color RGB value is (147,167,225).

  • red value is 147;
  • green value is 167;
  • blue value is 225.
RGB:
(147,167,225)
(58%,65%,88%)

RGB channels and saturation

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

147
167
225

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

Portions of RGB colors in percentages

R + G + B =
147 + 167 + 225 = 539 (100%)
R 147 of 539 ~ 27.27%
G 167 of 539 ~ 30.98%
B 225 of 539 ~ 41.74%

%27.27
%30.98
%41.74

CMYK color model

#93A7E1 color CMYK value is (35,26,0,12).

  • cyan value is 34.67%
  • magenta value is 25.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(35,26,0,12)
C35M26Y0K12 
(35%,26%,0%,12%)
(0.35/0.26/0.00/0.12)	

CMYK percentages

%34.67
%25.78
%0
%11.76

Codes

Color #93A7E1 in popluar color models

93A7E1
RGB147167225
HSL225°56.52%72.94%
HSB/HSV225°34.67%88.24%
CMYK34.67%25.78%0.00%
11.76%

Color #93A7E1 in popluar number systems.

HEX93A7E1
Decimal147167225
Binary100100111010011111100001
Octal223247341

Shades and tints

Shades of #93A7E1

#93A7E1
(147,167,225)
#8698CD
(134,152,205)
#7989B9
(121,137,185)
#6C7AA5
(108,122,165)
#5F6B91
(95,107,145)
#525C7D
(82,92,125)
#454D69
(69,77,105)
#383E55
(56,62,85)
#2B2F41
(43,47,65)
#1E202D
(30,32,45)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #93A7E1

#93A7E1
(147,167,225)
#9CAFE3
(156,175,227)
#A5B7E5
(165,183,229)
#AEBFE7
(174,191,231)
#B7C7E9
(183,199,233)
#C0CFEB
(192,207,235)
#C9D7ED
(201,215,237)
#D2DFEF
(210,223,239)
#DBE7F1
(219,231,241)
#E4EFF3
(228,239,243)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A7E1; }

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

This text font color is #93A7E1.


Background Color

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

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

This div background color is #93A7E1.


Border color

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

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

This div border color is #93A7E1.


Opacity

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

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

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

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

This text has shadow with #93A7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A7E1 on black background.


Color preview on white background

This text has color #93A7E1 on white background.



Black color preview on #93A7E1 background

This text has black color on #93A7E1 background.


White color preview on #93A7E1 background

This text has white color on #93A7E1 background.