COLOR #93AEDB

HEX: #93AEDB RGB: (147,174,219)

Color info

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

RGB color model

#93AEDB color RGB value is (147,174,219).

RGB: (147,174,219) (58%, 68%, 86%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 219 of 255 = 86%

147
174
219

R + G + B ~ 71%. #93AEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 174 + 219 = 540 (100%)
R 147 of 540 ~ 27.22%
G 174 of 540 ~ 32.22%
B 219 of 540 ~ 40.56'%

%27.22
%32.22
%40.56

CMYK color model

#93AEDB color CMYK value is (33,21,0,14).

  • cyan value is 32.88%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (33,21,0,14)
C33M21Y0K14 (33%, 21%, 0%, 14%)
(0.33 / 0.21 / 0.00 / 0.14)

CMYK percentages

%32.88
%20.55
%0
%14.12

Codes

Color #93AEDB in popluar color models

93 AE DB
RGB 147 174 219
HSL 218° 50.00% 71.76%
HSB/HSV 218° 32.88% 85.88%
CMYK 32.88% 20.55% 0.00%
14.12%

Color #93AEDB in popluar number systems.

HEX 93 AE DB
Decimal 147 174 219
Binary 10010011 10101110 11011011
Octal 223 256 333

Shades and tints

Shades of #93AEDB

#93AEDB
(147,174,219)
#869FC8
(134,159,200)
#7990B5
(121,144,181)
#6C81A2
(108,129,162)
#5F728F
(95,114,143)
#52637C
(82,99,124)
#455469
(69,84,105)
#384556
(56,69,86)
#2B3643
(43,54,67)
#1E2730
(30,39,48)
#11181D
(17,24,29)
#000000
(0,0,0)

Tints of #93AEDB

#93AEDB
(147,174,219)
#9CB5DE
(156,181,222)
#A5BCE1
(165,188,225)
#AEC3E4
(174,195,228)
#B7CAE7
(183,202,231)
#C0D1EA
(192,209,234)
#C9D8ED
(201,216,237)
#D2DFF0
(210,223,240)
#DBE6F3
(219,230,243)
#E4EDF6
(228,237,246)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AEDB; }

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

This text font color is #93AEDB.

Background Color

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

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

This div background color is #93AEDB.

Border color

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

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

This div border color is #93AEDB.

Opacity

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

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

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

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

This text has shadow with #93AEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AEDB.

Preview

Color preview on black background

This text has color #93AEDB on black background.


Color preview on white background

This text has color #93AEDB on white background.


Black color preview on #93AEDB background

This text has black color on #93AEDB background.


White color preview on #93AEDB background

This text has white color on #93AEDB background.


Related colors

Complementary color

Complementary color for #hex is #6C5124.


I love getcolorcode.com

Triadic colors

1 #DB93AE and #AEDB93 with #93AEDB are triadic colors.

2 #DBAE93 and #AE93DB with #93AEDB are triadic colors.