COLOR #93A5C6

HEX: #93A5C6
RGB: (147,165,198)

Color info

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

RGB color model

#93A5C6 color RGB value is (147,165,198).

  • red value is 147;
  • green value is 165;
  • blue value is 198.
RGB:
(147,165,198)
(58%,65%,78%)

RGB channels and saturation

R 147 of 255 = 58%
G 165 of 255 = 65%
B 198 of 255 = 78%

147
165
198

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

Portions of RGB colors in percentages

R + G + B =
147 + 165 + 198 = 510 (100%)
R 147 of 510 ~ 28.82%
G 165 of 510 ~ 32.35%
B 198 of 510 ~ 38.82%

%28.82
%32.35
%38.82

CMYK color model

#93A5C6 color CMYK value is (26,17,0,22).

  • cyan value is 25.76%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(26,17,0,22)
C26M17Y0K22 
(26%,17%,0%,22%)
(0.26/0.17/0.00/0.22)	

CMYK percentages

%25.76
%16.67
%0
%22.35

Codes

Color #93A5C6 in popluar color models

93A5C6
RGB147165198
HSL219°30.91%67.65%
HSB/HSV219°25.76%77.65%
CMYK25.76%16.67%0.00%
22.35%

Color #93A5C6 in popluar number systems.

HEX93A5C6
Decimal147165198
Binary100100111010010111000110
Octal223245306

Shades and tints

Shades of #93A5C6

#93A5C6
(147,165,198)
#8696B4
(134,150,180)
#7987A2
(121,135,162)
#6C7890
(108,120,144)
#5F697E
(95,105,126)
#525A6C
(82,90,108)
#454B5A
(69,75,90)
#383C48
(56,60,72)
#2B2D36
(43,45,54)
#1E1E24
(30,30,36)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #93A5C6

#93A5C6
(147,165,198)
#9CADCB
(156,173,203)
#A5B5D0
(165,181,208)
#AEBDD5
(174,189,213)
#B7C5DA
(183,197,218)
#C0CDDF
(192,205,223)
#C9D5E4
(201,213,228)
#D2DDE9
(210,221,233)
#DBE5EE
(219,229,238)
#E4EDF3
(228,237,243)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A5C6 color. Also use rgb(147,165,198) instead hex code.

Text Font Color

.myTextColor { color: #93A5C6; }

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

This text font color is #93A5C6.


Background Color

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

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

This div background color is #93A5C6.


Border color

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

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

This div border color is #93A5C6.


Opacity

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

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

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

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

This text has shadow with #93A5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A5C6 on black background.


Color preview on white background

This text has color #93A5C6 on white background.



Black color preview on #93A5C6 background

This text has black color on #93A5C6 background.


White color preview on #93A5C6 background

This text has white color on #93A5C6 background.