COLOR #93AEDA

HEX: #93AEDA RGB: (147,174,218)

Color info

#93AEDA contains mainly green and blue colors. Web safe color of #93AEDA is #9999CC (or #99C).

RGB color model

#93AEDA color RGB value is (147,174,218).

RGB: (147,174,218) (58%, 68%, 85%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 218 of 255 = 85%

147
174
218

R + G + B ~ 70%. #93AEDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 174 + 218 = 539 (100%)
R 147 of 539 ~ 27.27%
G 174 of 539 ~ 32.28%
B 218 of 539 ~ 40.45'%

%27.27
%32.28
%40.45

CMYK color model

#93AEDA color CMYK value is (33,20,0,15).

  • cyan value is 32.57%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (33,20,0,15)
C33M20Y0K15 (33%, 20%, 0%, 15%)
(0.33 / 0.20 / 0.00 / 0.15)

CMYK percentages

%32.57
%20.18
%0
%14.51

Codes

Color #93AEDA in popluar color models

93 AE DA
RGB 147 174 218
HSL 217° 48.97% 71.57%
HSB/HSV 217° 32.57% 85.49%
CMYK 32.57% 20.18% 0.00%
14.51%

Color #93AEDA in popluar number systems.

HEX 93 AE DA
Decimal 147 174 218
Binary 10010011 10101110 11011010
Octal 223 256 332

Shades and tints

Shades of #93AEDA

#93AEDA
(147,174,218)
#869FC7
(134,159,199)
#7990B4
(121,144,180)
#6C81A1
(108,129,161)
#5F728E
(95,114,142)
#52637B
(82,99,123)
#455468
(69,84,104)
#384555
(56,69,85)
#2B3642
(43,54,66)
#1E272F
(30,39,47)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #93AEDA

#93AEDA
(147,174,218)
#9CB5DD
(156,181,221)
#A5BCE0
(165,188,224)
#AEC3E3
(174,195,227)
#B7CAE6
(183,202,230)
#C0D1E9
(192,209,233)
#C9D8EC
(201,216,236)
#D2DFEF
(210,223,239)
#DBE6F2
(219,230,242)
#E4EDF5
(228,237,245)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AEDA; }

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

This text font color is #93AEDA.

Background Color

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

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

This div background color is #93AEDA.

Border color

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

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

This div border color is #93AEDA.

Opacity

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

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

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

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

This text has shadow with #93AEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AEDA.

Preview

Color preview on black background

This text has color #93AEDA on black background.


Color preview on white background

This text has color #93AEDA on white background.


Black color preview on #93AEDA background

This text has black color on #93AEDA background.


White color preview on #93AEDA background

This text has white color on #93AEDA background.


Related colors

Complementary color

Complementary color for #hex is #6C5125.


I love getcolorcode.com

Triadic colors

1 #DA93AE and #AEDA93 with #93AEDA are triadic colors.

2 #DAAE93 and #AE93DA with #93AEDA are triadic colors.