COLOR #93AABE

HEX: #93AABE RGB: (147,170,190)

Color info

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

RGB color model

#93AABE color RGB value is (147,170,190).

RGB: (147,170,190) (58%, 67%, 75%)

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 190 of 255 = 75%

147
170
190

R + G + B ~ 67%. #93AABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 170 + 190 = 507 (100%)
R 147 of 507 ~ 28.99%
G 170 of 507 ~ 33.53%
B 190 of 507 ~ 37.48'%

%28.99
%33.53
%37.48

CMYK color model

#93AABE color CMYK value is (23,11,0,25).

  • cyan value is 22.63%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (23,11,0,25)
C23M11Y0K25 (23%, 11%, 0%, 25%)
(0.23 / 0.11 / 0.00 / 0.25)

CMYK percentages

%22.63
%10.53
%0
%25.49

Codes

Color #93AABE in popluar color models

93 AA BE
RGB 147 170 190
HSL 208° 24.86% 66.08%
HSB/HSV 208° 22.63% 74.51%
CMYK 22.63% 10.53% 0.00%
25.49%

Color #93AABE in popluar number systems.

HEX 93 AA BE
Decimal 147 170 190
Binary 10010011 10101010 10111110
Octal 223 252 276

Shades and tints

Shades of #93AABE

#93AABE
(147,170,190)
#869BAD
(134,155,173)
#798C9C
(121,140,156)
#6C7D8B
(108,125,139)
#5F6E7A
(95,110,122)
#525F69
(82,95,105)
#455058
(69,80,88)
#384147
(56,65,71)
#2B3236
(43,50,54)
#1E2325
(30,35,37)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #93AABE

#93AABE
(147,170,190)
#9CB1C3
(156,177,195)
#A5B8C8
(165,184,200)
#AEBFCD
(174,191,205)
#B7C6D2
(183,198,210)
#C0CDD7
(192,205,215)
#C9D4DC
(201,212,220)
#D2DBE1
(210,219,225)
#DBE2E6
(219,226,230)
#E4E9EB
(228,233,235)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AABE; }

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

This text font color is #93AABE.

Background Color

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

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

This div background color is #93AABE.

Border color

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

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

This div border color is #93AABE.

Opacity

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

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

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

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

This text has shadow with #93AABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AABE.

Preview

Color preview on black background

This text has color #93AABE on black background.


Color preview on white background

This text has color #93AABE on white background.


Black color preview on #93AABE background

This text has black color on #93AABE background.


White color preview on #93AABE background

This text has white color on #93AABE background.


Related colors

Complementary color

Complementary color for #hex is #6C5541.


I love getcolorcode.com

Triadic colors

1 #BE93AA and #AABE93 with #93AABE are triadic colors.

2 #BEAA93 and #AA93BE with #93AABE are triadic colors.