COLOR #93ACC0

HEX: #93ACC0 RGB: (147,172,192)

Color info

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

RGB color model

#93ACC0 color RGB value is (147,172,192).

RGB: (147,172,192) (58%, 67%, 75%)

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 192 of 255 = 75%

147
172
192

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

Portions of RGB colors in percentages

R + G + B = 147 + 172 + 192 = 511 (100%)
R 147 of 511 ~ 28.77%
G 172 of 511 ~ 33.66%
B 192 of 511 ~ 37.57'%

%28.77
%33.66
%37.57

CMYK color model

#93ACC0 color CMYK value is (23,10,0,25).

  • cyan value is 23.44%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (23,10,0,25)
C23M10Y0K25 (23%, 10%, 0%, 25%)
(0.23 / 0.10 / 0.00 / 0.25)

CMYK percentages

%23.44
%10.42
%0
%24.71

Codes

Color #93ACC0 in popluar color models

93 AC C0
RGB 147 172 192
HSL 207° 26.32% 66.47%
HSB/HSV 207° 23.44% 75.29%
CMYK 23.44% 10.42% 0.00%
24.71%

Color #93ACC0 in popluar number systems.

HEX 93 AC C0
Decimal 147 172 192
Binary 10010011 10101100 11000000
Octal 223 254 300

Shades and tints

Shades of #93ACC0

#93ACC0
(147,172,192)
#869DAF
(134,157,175)
#798E9E
(121,142,158)
#6C7F8D
(108,127,141)
#5F707C
(95,112,124)
#52616B
(82,97,107)
#45525A
(69,82,90)
#384349
(56,67,73)
#2B3438
(43,52,56)
#1E2527
(30,37,39)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #93ACC0

#93ACC0
(147,172,192)
#9CB3C5
(156,179,197)
#A5BACA
(165,186,202)
#AEC1CF
(174,193,207)
#B7C8D4
(183,200,212)
#C0CFD9
(192,207,217)
#C9D6DE
(201,214,222)
#D2DDE3
(210,221,227)
#DBE4E8
(219,228,232)
#E4EBED
(228,235,237)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ACC0; }

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

This text font color is #93ACC0.

Background Color

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

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

This div background color is #93ACC0.

Border color

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

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

This div border color is #93ACC0.

Opacity

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

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

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

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

This text has shadow with #93ACC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ACC0.

Preview

Color preview on black background

This text has color #93ACC0 on black background.


Color preview on white background

This text has color #93ACC0 on white background.


Black color preview on #93ACC0 background

This text has black color on #93ACC0 background.


White color preview on #93ACC0 background

This text has white color on #93ACC0 background.


Related colors

Complementary color

Complementary color for #hex is #6C533F.


I love getcolorcode.com

Triadic colors

1 #C093AC and #ACC093 with #93ACC0 are triadic colors.

2 #C0AC93 and #AC93C0 with #93ACC0 are triadic colors.