COLOR #93A8C0

HEX: #93A8C0
RGB: (147,168,192)

Color info

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

RGB color model

#93A8C0 color RGB value is (147,168,192).

  • red value is 147;
  • green value is 168;
  • blue value is 192.
RGB:
(147,168,192)
(58%,66%,75%)

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 192 of 255 = 75%

147
168
192

R + G + B ~ 66%. #93A8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 168 + 192 = 507 (100%)
R 147 of 507 ~ 28.99%
G 168 of 507 ~ 33.14%
B 192 of 507 ~ 37.87%

%28.99
%33.14
%37.87

CMYK color model

#93A8C0 color CMYK value is (23,13,0,25).

  • cyan value is 23.44%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(23,13,0,25)
C23M13Y0K25 
(23%,13%,0%,25%)
(0.23/0.13/0.00/0.25)	

CMYK percentages

%23.44
%12.5
%0
%24.71

Codes

Color #93A8C0 in popluar color models

93A8C0
RGB147168192
HSL212°26.32%66.47%
HSB/HSV212°23.44%75.29%
CMYK23.44%12.50%0.00%
24.71%

Color #93A8C0 in popluar number systems.

HEX93A8C0
Decimal147168192
Binary100100111010100011000000
Octal223250300

Shades and tints

Shades of #93A8C0

#93A8C0
(147,168,192)
#8699AF
(134,153,175)
#798A9E
(121,138,158)
#6C7B8D
(108,123,141)
#5F6C7C
(95,108,124)
#525D6B
(82,93,107)
#454E5A
(69,78,90)
#383F49
(56,63,73)
#2B3038
(43,48,56)
#1E2127
(30,33,39)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #93A8C0

#93A8C0
(147,168,192)
#9CAFC5
(156,175,197)
#A5B6CA
(165,182,202)
#AEBDCF
(174,189,207)
#B7C4D4
(183,196,212)
#C0CBD9
(192,203,217)
#C9D2DE
(201,210,222)
#D2D9E3
(210,217,227)
#DBE0E8
(219,224,232)
#E4E7ED
(228,231,237)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A8C0 color. Also use rgb(147,168,192) instead hex code.

Text Font Color

.myTextColor { color: #93A8C0; }

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

This text font color is #93A8C0.


Background Color

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

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

This div background color is #93A8C0.


Border color

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

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

This div border color is #93A8C0.


Opacity

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

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

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

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

This text has shadow with #93A8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A8C0 on black background.


Color preview on white background

This text has color #93A8C0 on white background.



Black color preview on #93A8C0 background

This text has black color on #93A8C0 background.


White color preview on #93A8C0 background

This text has white color on #93A8C0 background.