COLOR #93AEB7

HEX: #93AEB7 RGB: (147,174,183)

Color info

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

RGB color model

#93AEB7 color RGB value is (147,174,183).

RGB: (147,174,183) (58%, 68%, 72%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 183 of 255 = 72%

147
174
183

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

Portions of RGB colors in percentages

R + G + B = 147 + 174 + 183 = 504 (100%)
R 147 of 504 ~ 29.17%
G 174 of 504 ~ 34.52%
B 183 of 504 ~ 36.31'%

%29.17
%34.52
%36.31

CMYK color model

#93AEB7 color CMYK value is (20,5,0,28).

  • cyan value is 19.67%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (20,5,0,28) C20M5Y0K28 (20%,5%,0%,28%) (0.20/0.05/0.00/0.28) 

CMYK percentages

%19.67
%4.92
%0
%28.24

Codes

Color #93AEB7 in popluar color models

93 AE B7
RGB 147 174 183
HSL 195° 20.00% 64.71%
HSB/HSV 195° 19.67% 71.76%
CMYK 19.67% 4.92% 0.00%
28.24%

Color #93AEB7 in popluar number systems.

HEX 93 AE B7
Decimal 147 174 183
Binary 10010011 10101110 10110111
Octal 223 256 267

Shades and tints

Shades of #93AEB7

#93AEB7
(147,174,183)
#869FA7
(134,159,167)
#799097
(121,144,151)
#6C8187
(108,129,135)
#5F7277
(95,114,119)
#526367
(82,99,103)
#455457
(69,84,87)
#384547
(56,69,71)
#2B3637
(43,54,55)
#1E2727
(30,39,39)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #93AEB7

#93AEB7
(147,174,183)
#9CB5BD
(156,181,189)
#A5BCC3
(165,188,195)
#AEC3C9
(174,195,201)
#B7CACF
(183,202,207)
#C0D1D5
(192,209,213)
#C9D8DB
(201,216,219)
#D2DFE1
(210,223,225)
#DBE6E7
(219,230,231)
#E4EDED
(228,237,237)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AEB7; }

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

This text font color is #93AEB7.

Background Color

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

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

This div background color is #93AEB7.

Border color

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

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

This div border color is #93AEB7.

Opacity

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

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

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

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

This text has shadow with #93AEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AEB7.

Preview

Color preview on black background

This text has color #93AEB7 on black background.


Color preview on white background

This text has color #93AEB7 on white background.


Black color preview on #93AEB7 background

This text has black color on #93AEB7 background.


White color preview on #93AEB7 background

This text has white color on #93AEB7 background.


Related colors

Complementary color

Complementary color for #hex is #6C5148.


I love getcolorcode.com

Triadic colors

1 #B793AE and #AEB793 with #93AEB7 are triadic colors.

2 #B7AE93 and #AE93B7 with #93AEB7 are triadic colors.