COLOR #93AEBA

HEX: #93AEBA RGB: (147,174,186)

Color info

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

RGB color model

#93AEBA color RGB value is (147,174,186).

RGB: (147,174,186) (58%, 68%, 73%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 186 of 255 = 73%

147
174
186

R + G + B ~ 66%. #93AEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 174 + 186 = 507 (100%)
R 147 of 507 ~ 28.99%
G 174 of 507 ~ 34.32%
B 186 of 507 ~ 36.69'%

%28.99
%34.32
%36.69

CMYK color model

#93AEBA color CMYK value is (21,6,0,27).

  • cyan value is 20.97%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (21,6,0,27)
C21M6Y0K27 (21%, 6%, 0%, 27%)
(0.21 / 0.06 / 0.00 / 0.27)

CMYK percentages

%20.97
%6.45
%0
%27.06

Codes

Color #93AEBA in popluar color models

93 AE BA
RGB 147 174 186
HSL 198° 22.03% 65.29%
HSB/HSV 198° 20.97% 72.94%
CMYK 20.97% 6.45% 0.00%
27.06%

Color #93AEBA in popluar number systems.

HEX 93 AE BA
Decimal 147 174 186
Binary 10010011 10101110 10111010
Octal 223 256 272

Shades and tints

Shades of #93AEBA

#93AEBA
(147,174,186)
#869FAA
(134,159,170)
#79909A
(121,144,154)
#6C818A
(108,129,138)
#5F727A
(95,114,122)
#52636A
(82,99,106)
#45545A
(69,84,90)
#38454A
(56,69,74)
#2B363A
(43,54,58)
#1E272A
(30,39,42)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #93AEBA

#93AEBA
(147,174,186)
#9CB5C0
(156,181,192)
#A5BCC6
(165,188,198)
#AEC3CC
(174,195,204)
#B7CAD2
(183,202,210)
#C0D1D8
(192,209,216)
#C9D8DE
(201,216,222)
#D2DFE4
(210,223,228)
#DBE6EA
(219,230,234)
#E4EDF0
(228,237,240)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AEBA; }

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

This text font color is #93AEBA.

Background Color

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

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

This div background color is #93AEBA.

Border color

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

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

This div border color is #93AEBA.

Opacity

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

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

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

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

This text has shadow with #93AEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AEBA.

Preview

Color preview on black background

This text has color #93AEBA on black background.


Color preview on white background

This text has color #93AEBA on white background.


Black color preview on #93AEBA background

This text has black color on #93AEBA background.


White color preview on #93AEBA background

This text has white color on #93AEBA background.


Related colors

Complementary color

Complementary color for #hex is #6C5145.


I love getcolorcode.com

Triadic colors

1 #BA93AE and #AEBA93 with #93AEBA are triadic colors.

2 #BAAE93 and #AE93BA with #93AEBA are triadic colors.