COLOR #93A0CB

HEX: #93A0CB
RGB: (147,160,203)

Color info

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

RGB color model

#93A0CB color RGB value is (147,160,203).

  • red value is 147;
  • green value is 160;
  • blue value is 203.
RGB:
(147,160,203)
(58%,63%,80%)

RGB channels and saturation

R 147 of 255 = 58%
G 160 of 255 = 63%
B 203 of 255 = 80%

147
160
203

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

Portions of RGB colors in percentages

R + G + B =
147 + 160 + 203 = 510 (100%)
R 147 of 510 ~ 28.82%
G 160 of 510 ~ 31.37%
B 203 of 510 ~ 39.8%

%28.82
%31.37
%39.8

CMYK color model

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

  • cyan value is 27.59%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(28,21,0,20)
C28M21Y0K20 
(28%,21%,0%,20%)
(0.28/0.21/0.00/0.20)	

CMYK percentages

%27.59
%21.18
%0
%20.39

Codes

Color #93A0CB in popluar color models

93A0CB
RGB147160203
HSL226°35.00%68.63%
HSB/HSV226°27.59%79.61%
CMYK27.59%21.18%0.00%
20.39%

Color #93A0CB in popluar number systems.

HEX93A0CB
Decimal147160203
Binary100100111010000011001011
Octal223240313

Shades and tints

Shades of #93A0CB

#93A0CB
(147,160,203)
#8692B9
(134,146,185)
#7984A7
(121,132,167)
#6C7695
(108,118,149)
#5F6883
(95,104,131)
#525A71
(82,90,113)
#454C5F
(69,76,95)
#383E4D
(56,62,77)
#2B303B
(43,48,59)
#1E2229
(30,34,41)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #93A0CB

#93A0CB
(147,160,203)
#9CA8CF
(156,168,207)
#A5B0D3
(165,176,211)
#AEB8D7
(174,184,215)
#B7C0DB
(183,192,219)
#C0C8DF
(192,200,223)
#C9D0E3
(201,208,227)
#D2D8E7
(210,216,231)
#DBE0EB
(219,224,235)
#E4E8EF
(228,232,239)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A0CB color. Also use rgb(147,160,203) instead hex code.

Text Font Color

.myTextColor { color: #93A0CB; }

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

This text font color is #93A0CB.


Background Color

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

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

This div background color is #93A0CB.


Border color

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

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

This div border color is #93A0CB.


Opacity

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

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

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

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

This text has shadow with #93A0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A0CB on black background.


Color preview on white background

This text has color #93A0CB on white background.



Black color preview on #93A0CB background

This text has black color on #93A0CB background.


White color preview on #93A0CB background

This text has white color on #93A0CB background.