COLOR #93AACD

HEX: #93AACD
RGB: (147,170,205)

Color info

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

RGB color model

#93AACD color RGB value is (147,170,205).

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

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 205 of 255 = 80%

147
170
205

R + G + B ~ 68%. #93AACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 170 + 205 = 522 (100%)
R 147 of 522 ~ 28.16%
G 170 of 522 ~ 32.57%
B 205 of 522 ~ 39.27%

%28.16
%32.57
%39.27

CMYK color model

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

  • cyan value is 28.29%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(28,17,0,20)
C28M17Y0K20 
(28%,17%,0%,20%)
(0.28/0.17/0.00/0.20)	

CMYK percentages

%28.29
%17.07
%0
%19.61

Codes

Color #93AACD in popluar color models

93AACD
RGB147170205
HSL216°36.71%69.02%
HSB/HSV216°28.29%80.39%
CMYK28.29%17.07%0.00%
19.61%

Color #93AACD in popluar number systems.

HEX93AACD
Decimal147170205
Binary100100111010101011001101
Octal223252315

Shades and tints

Shades of #93AACD

#93AACD
(147,170,205)
#869BBB
(134,155,187)
#798CA9
(121,140,169)
#6C7D97
(108,125,151)
#5F6E85
(95,110,133)
#525F73
(82,95,115)
#455061
(69,80,97)
#38414F
(56,65,79)
#2B323D
(43,50,61)
#1E232B
(30,35,43)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #93AACD

#93AACD
(147,170,205)
#9CB1D1
(156,177,209)
#A5B8D5
(165,184,213)
#AEBFD9
(174,191,217)
#B7C6DD
(183,198,221)
#C0CDE1
(192,205,225)
#C9D4E5
(201,212,229)
#D2DBE9
(210,219,233)
#DBE2ED
(219,226,237)
#E4E9F1
(228,233,241)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AACD; }

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

This text font color is #93AACD.


Background Color

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

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

This div background color is #93AACD.


Border color

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

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

This div border color is #93AACD.


Opacity

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

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

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

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

This text has shadow with #93AACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AACD on black background.


Color preview on white background

This text has color #93AACD on white background.



Black color preview on #93AACD background

This text has black color on #93AACD background.


White color preview on #93AACD background

This text has white color on #93AACD background.