COLOR #93ABDA

HEX: #93ABDA RGB: (147,171,218)

Color info

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

RGB color model

#93ABDA color RGB value is (147,171,218).

RGB: (147,171,218) (58%, 67%, 85%)

RGB channels and saturation

R 147 of 255 = 58%
G 171 of 255 = 67%
B 218 of 255 = 85%

147
171
218

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

Portions of RGB colors in percentages

R + G + B = 147 + 171 + 218 = 536 (100%)
R 147 of 536 ~ 27.43%
G 171 of 536 ~ 31.9%
B 218 of 536 ~ 40.67'%

%27.43
%31.9
%40.67

CMYK color model

#93ABDA color CMYK value is (33,22,0,15).

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

CMYK: (33,22,0,15)
C33M22Y0K15 (33%, 22%, 0%, 15%)
(0.33 / 0.22 / 0.00 / 0.15)

CMYK percentages

%32.57
%21.56
%0
%14.51

Codes

Color #93ABDA in popluar color models

93 AB DA
RGB 147 171 218
HSL 220° 48.97% 71.57%
HSB/HSV 220° 32.57% 85.49%
CMYK 32.57% 21.56% 0.00%
14.51%

Color #93ABDA in popluar number systems.

HEX 93 AB DA
Decimal 147 171 218
Binary 10010011 10101011 11011010
Octal 223 253 332

Shades and tints

Shades of #93ABDA

#93ABDA
(147,171,218)
#869CC7
(134,156,199)
#798DB4
(121,141,180)
#6C7EA1
(108,126,161)
#5F6F8E
(95,111,142)
#52607B
(82,96,123)
#455168
(69,81,104)
#384255
(56,66,85)
#2B3342
(43,51,66)
#1E242F
(30,36,47)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #93ABDA

#93ABDA
(147,171,218)
#9CB2DD
(156,178,221)
#A5B9E0
(165,185,224)
#AEC0E3
(174,192,227)
#B7C7E6
(183,199,230)
#C0CEE9
(192,206,233)
#C9D5EC
(201,213,236)
#D2DCEF
(210,220,239)
#DBE3F2
(219,227,242)
#E4EAF5
(228,234,245)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ABDA; }

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

This text font color is #93ABDA.

Background Color

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

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

This div background color is #93ABDA.

Border color

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

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

This div border color is #93ABDA.

Opacity

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

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

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

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

This text has shadow with #93ABDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ABDA.

Preview

Color preview on black background

This text has color #93ABDA on black background.


Color preview on white background

This text has color #93ABDA on white background.


Black color preview on #93ABDA background

This text has black color on #93ABDA background.


White color preview on #93ABDA background

This text has white color on #93ABDA background.


Related colors

Complementary color

Complementary color for #hex is #6C5425.


I love getcolorcode.com

Triadic colors

1 #DA93AB and #ABDA93 with #93ABDA are triadic colors.

2 #DAAB93 and #AB93DA with #93ABDA are triadic colors.