COLOR #93AEC9

HEX: #93AEC9
RGB: (147,174,201)

Color info

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

RGB color model

#93AEC9 color RGB value is (147,174,201).

  • red value is 147;
  • green value is 174;
  • blue value is 201.
RGB:
(147,174,201)
(58%,68%,79%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 201 of 255 = 79%

147
174
201

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

Portions of RGB colors in percentages

R + G + B =
147 + 174 + 201 = 522 (100%)
R 147 of 522 ~ 28.16%
G 174 of 522 ~ 33.33%
B 201 of 522 ~ 38.51%

%28.16
%33.33
%38.51

CMYK color model

#93AEC9 color CMYK value is (27,13,0,21).

  • cyan value is 26.87%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(27,13,0,21)
C27M13Y0K21 
(27%,13%,0%,21%)
(0.27/0.13/0.00/0.21)	

CMYK percentages

%26.87
%13.43
%0
%21.18

Codes

Color #93AEC9 in popluar color models

93AEC9
RGB147174201
HSL210°33.33%68.24%
HSB/HSV210°26.87%78.82%
CMYK26.87%13.43%0.00%
21.18%

Color #93AEC9 in popluar number systems.

HEX93AEC9
Decimal147174201
Binary100100111010111011001001
Octal223256311

Shades and tints

Shades of #93AEC9

#93AEC9
(147,174,201)
#869FB7
(134,159,183)
#7990A5
(121,144,165)
#6C8193
(108,129,147)
#5F7281
(95,114,129)
#52636F
(82,99,111)
#45545D
(69,84,93)
#38454B
(56,69,75)
#2B3639
(43,54,57)
#1E2727
(30,39,39)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #93AEC9

#93AEC9
(147,174,201)
#9CB5CD
(156,181,205)
#A5BCD1
(165,188,209)
#AEC3D5
(174,195,213)
#B7CAD9
(183,202,217)
#C0D1DD
(192,209,221)
#C9D8E1
(201,216,225)
#D2DFE5
(210,223,229)
#DBE6E9
(219,230,233)
#E4EDED
(228,237,237)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AEC9 color. Also use rgb(147,174,201) instead hex code.

Text Font Color

.myTextColor { color: #93AEC9; }

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

This text font color is #93AEC9.


Background Color

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

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

This div background color is #93AEC9.


Border color

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

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

This div border color is #93AEC9.


Opacity

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

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

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

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

This text has shadow with #93AEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AEC9 on black background.


Color preview on white background

This text has color #93AEC9 on white background.



Black color preview on #93AEC9 background

This text has black color on #93AEC9 background.


White color preview on #93AEC9 background

This text has white color on #93AEC9 background.