COLOR #93A8C2

HEX: #93A8C2
RGB: (147,168,194)

Color info

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

RGB color model

#93A8C2 color RGB value is (147,168,194).

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

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 194 of 255 = 76%

147
168
194

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

Portions of RGB colors in percentages

R + G + B =
147 + 168 + 194 = 509 (100%)
R 147 of 509 ~ 28.88%
G 168 of 509 ~ 33.01%
B 194 of 509 ~ 38.11%

%28.88
%33.01
%38.11

CMYK color model

#93A8C2 color CMYK value is (24,13,0,24).

  • cyan value is 24.23%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(24,13,0,24)
C24M13Y0K24 
(24%,13%,0%,24%)
(0.24/0.13/0.00/0.24)	

CMYK percentages

%24.23
%13.4
%0
%23.92

Codes

Color #93A8C2 in popluar color models

93A8C2
RGB147168194
HSL213°27.81%66.86%
HSB/HSV213°24.23%76.08%
CMYK24.23%13.40%0.00%
23.92%

Color #93A8C2 in popluar number systems.

HEX93A8C2
Decimal147168194
Binary100100111010100011000010
Octal223250302

Shades and tints

Shades of #93A8C2

#93A8C2
(147,168,194)
#8699B1
(134,153,177)
#798AA0
(121,138,160)
#6C7B8F
(108,123,143)
#5F6C7E
(95,108,126)
#525D6D
(82,93,109)
#454E5C
(69,78,92)
#383F4B
(56,63,75)
#2B303A
(43,48,58)
#1E2129
(30,33,41)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #93A8C2

#93A8C2
(147,168,194)
#9CAFC7
(156,175,199)
#A5B6CC
(165,182,204)
#AEBDD1
(174,189,209)
#B7C4D6
(183,196,214)
#C0CBDB
(192,203,219)
#C9D2E0
(201,210,224)
#D2D9E5
(210,217,229)
#DBE0EA
(219,224,234)
#E4E7EF
(228,231,239)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A8C2; }

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

This text font color is #93A8C2.


Background Color

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

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

This div background color is #93A8C2.


Border color

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

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

This div border color is #93A8C2.


Opacity

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

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

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

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

This text has shadow with #93A8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A8C2 on black background.


Color preview on white background

This text has color #93A8C2 on white background.



Black color preview on #93A8C2 background

This text has black color on #93A8C2 background.


White color preview on #93A8C2 background

This text has white color on #93A8C2 background.