COLOR #93ACB7

HEX: #93ACB7 RGB: (147,172,183)

Color info

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

RGB color model

#93ACB7 color RGB value is (147,172,183).

RGB: (147,172,183) (58%, 67%, 72%)

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 183 of 255 = 72%

147
172
183

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

Portions of RGB colors in percentages

R + G + B = 147 + 172 + 183 = 502 (100%)
R 147 of 502 ~ 29.28%
G 172 of 502 ~ 34.26%
B 183 of 502 ~ 36.45'%

%29.28
%34.26
%36.45

CMYK color model

#93ACB7 color CMYK value is (20,6,0,28).

  • cyan value is 19.67%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (20,6,0,28)
C20M6Y0K28 (20%, 6%, 0%, 28%)
(0.20 / 0.06 / 0.00 / 0.28)

CMYK percentages

%19.67
%6.01
%0
%28.24

Codes

Color #93ACB7 in popluar color models

93 AC B7
RGB 147 172 183
HSL 198° 20.00% 64.71%
HSB/HSV 198° 19.67% 71.76%
CMYK 19.67% 6.01% 0.00%
28.24%

Color #93ACB7 in popluar number systems.

HEX 93 AC B7
Decimal 147 172 183
Binary 10010011 10101100 10110111
Octal 223 254 267

Shades and tints

Shades of #93ACB7

#93ACB7
(147,172,183)
#869DA7
(134,157,167)
#798E97
(121,142,151)
#6C7F87
(108,127,135)
#5F7077
(95,112,119)
#526167
(82,97,103)
#455257
(69,82,87)
#384347
(56,67,71)
#2B3437
(43,52,55)
#1E2527
(30,37,39)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #93ACB7

#93ACB7
(147,172,183)
#9CB3BD
(156,179,189)
#A5BAC3
(165,186,195)
#AEC1C9
(174,193,201)
#B7C8CF
(183,200,207)
#C0CFD5
(192,207,213)
#C9D6DB
(201,214,219)
#D2DDE1
(210,221,225)
#DBE4E7
(219,228,231)
#E4EBED
(228,235,237)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ACB7; }

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

This text font color is #93ACB7.

Background Color

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

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

This div background color is #93ACB7.

Border color

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

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

This div border color is #93ACB7.

Opacity

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

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

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

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

This text has shadow with #93ACB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ACB7.

Preview

Color preview on black background

This text has color #93ACB7 on black background.


Color preview on white background

This text has color #93ACB7 on white background.


Black color preview on #93ACB7 background

This text has black color on #93ACB7 background.


White color preview on #93ACB7 background

This text has white color on #93ACB7 background.


Related colors

Complementary color

Complementary color for #hex is #6C5348.


I love getcolorcode.com

Triadic colors

1 #B793AC and #ACB793 with #93ACB7 are triadic colors.

2 #B7AC93 and #AC93B7 with #93ACB7 are triadic colors.