COLOR #93A4D2

HEX: #93A4D2 RGB: (147,164,210)

Color info

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

RGB color model

#93A4D2 color RGB value is (147,164,210).

RGB: (147,164,210) (58%, 64%, 82%)

RGB channels and saturation

R 147 of 255 = 58%
G 164 of 255 = 64%
B 210 of 255 = 82%

147
164
210

R + G + B ~ 68%. #93A4D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 164 + 210 = 521 (100%)
R 147 of 521 ~ 28.21%
G 164 of 521 ~ 31.48%
B 210 of 521 ~ 40.31'%

%28.21
%31.48
%40.31

CMYK color model

#93A4D2 color CMYK value is (30,22,0,18).

  • cyan value is 30.00%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (30,22,0,18)
C30M22Y0K18 (30%, 22%, 0%, 18%)
(0.30 / 0.22 / 0.00 / 0.18)

CMYK percentages

%30
%21.9
%0
%17.65

Codes

Color #93A4D2 in popluar color models

93 A4 D2
RGB 147 164 210
HSL 224° 41.18% 70.00%
HSB/HSV 224° 30.00% 82.35%
CMYK 30.00% 21.90% 0.00%
17.65%

Color #93A4D2 in popluar number systems.

HEX 93 A4 D2
Decimal 147 164 210
Binary 10010011 10100100 11010010
Octal 223 244 322

Shades and tints

Shades of #93A4D2

#93A4D2
(147,164,210)
#8696BF
(134,150,191)
#7988AC
(121,136,172)
#6C7A99
(108,122,153)
#5F6C86
(95,108,134)
#525E73
(82,94,115)
#455060
(69,80,96)
#38424D
(56,66,77)
#2B343A
(43,52,58)
#1E2627
(30,38,39)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #93A4D2

#93A4D2
(147,164,210)
#9CACD6
(156,172,214)
#A5B4DA
(165,180,218)
#AEBCDE
(174,188,222)
#B7C4E2
(183,196,226)
#C0CCE6
(192,204,230)
#C9D4EA
(201,212,234)
#D2DCEE
(210,220,238)
#DBE4F2
(219,228,242)
#E4ECF6
(228,236,246)
#EDF4FA
(237,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A4D2 color. Also use rgb(147,164,210) instead hex code.

Text Font Color

.myTextColor { color: #93A4D2; }

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

This text font color is #93A4D2.

Background Color

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

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

This div background color is #93A4D2.

Border color

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

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

This div border color is #93A4D2.

Opacity

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

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

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

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

This text has shadow with #93A4D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A4D2.

Preview

Color preview on black background

This text has color #93A4D2 on black background.


Color preview on white background

This text has color #93A4D2 on white background.


Black color preview on #93A4D2 background

This text has black color on #93A4D2 background.


White color preview on #93A4D2 background

This text has white color on #93A4D2 background.


Related colors

Complementary color

Complementary color for #hex is #6C5B2D.


I love getcolorcode.com

Triadic colors

1 #D293A4 and #A4D293 with #93A4D2 are triadic colors.

2 #D2A493 and #A493D2 with #93A4D2 are triadic colors.