COLOR #93A3CD

HEX: #93A3CD
RGB: (147,163,205)

Color info

#93A3CD contains red, green and blue colors in about the same proportion. Web safe color of #93A3CD is #9999CC (or #99C).

RGB color model

#93A3CD color RGB value is (147,163,205).

  • red value is 147;
  • green value is 163;
  • blue value is 205.
RGB: (147,163,205) (58%,64%,80%)

RGB channels and saturation

R 147 of 255 = 58%
G 163 of 255 = 64%
B 205 of 255 = 80%

147
163
205

R + G + B ~ 67%. #93A3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 163 + 205 = 515 (100%)
R 147 of 515 ~ 28.54%
G 163 of 515 ~ 31.65%
B 205 of 515 ~ 39.81%

%28.54
%31.65
%39.81

CMYK color model

#93A3CD color CMYK value is (28,20,0,20).

  • cyan value is 28.29%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (28,20,0,20) C28M20Y0K20 (28%,20%,0%,20%) (0.28/0.20/0.00/0.20)

CMYK percentages

%28.29
%20.49
%0
%19.61

Codes

Color #93A3CD in popluar color models

93A3CD
RGB147163205
HSL223°36.71%69.02%
HSB/HSV223°28.29%80.39%
CMYK28.29%20.49%0.00%
19.61%

Color #93A3CD in popluar number systems.

HEX93A3CD
Decimal147163205
Binary100100111010001111001101
Octal223243315

Shades and tints

Shades of #93A3CD

#93A3CD
(147,163,205)
#8695BB
(134,149,187)
#7987A9
(121,135,169)
#6C7997
(108,121,151)
#5F6B85
(95,107,133)
#525D73
(82,93,115)
#454F61
(69,79,97)
#38414F
(56,65,79)
#2B333D
(43,51,61)
#1E252B
(30,37,43)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #93A3CD

#93A3CD
(147,163,205)
#9CABD1
(156,171,209)
#A5B3D5
(165,179,213)
#AEBBD9
(174,187,217)
#B7C3DD
(183,195,221)
#C0CBE1
(192,203,225)
#C9D3E5
(201,211,229)
#D2DBE9
(210,219,233)
#DBE3ED
(219,227,237)
#E4EBF1
(228,235,241)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A3CD color. Also use rgb(147,163,205) instead hex code.

Text Font Color

.myTextColor { color: #93A3CD; }

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

This text font color is #93A3CD.


Background Color

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

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

This div background color is #93A3CD.


Border color

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

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

This div border color is #93A3CD.


Opacity

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

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

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

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

This text has shadow with #93A3CD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #93A3CD on black background.


Color preview on white background

This text has color #93A3CD on white background.



Black color preview on #93A3CD background

This text has black color on #93A3CD background.


White color preview on #93A3CD background

This text has white color on #93A3CD background.