COLOR #93ADC1

HEX: #93ADC1 RGB: (147,173,193)

Color info

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

RGB color model

#93ADC1 color RGB value is (147,173,193).

RGB: (147,173,193) (58%, 68%, 76%)

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 193 of 255 = 76%

147
173
193

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

Portions of RGB colors in percentages

R + G + B = 147 + 173 + 193 = 513 (100%)
R 147 of 513 ~ 28.65%
G 173 of 513 ~ 33.72%
B 193 of 513 ~ 37.62'%

%28.65
%33.72
%37.62

CMYK color model

#93ADC1 color CMYK value is (24,10,0,24).

  • cyan value is 23.83%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (24,10,0,24)
C24M10Y0K24 (24%, 10%, 0%, 24%)
(0.24 / 0.10 / 0.00 / 0.24)

CMYK percentages

%23.83
%10.36
%0
%24.31

Codes

Color #93ADC1 in popluar color models

93 AD C1
RGB 147 173 193
HSL 206° 27.06% 66.67%
HSB/HSV 206° 23.83% 75.69%
CMYK 23.83% 10.36% 0.00%
24.31%

Color #93ADC1 in popluar number systems.

HEX 93 AD C1
Decimal 147 173 193
Binary 10010011 10101101 11000001
Octal 223 255 301

Shades and tints

Shades of #93ADC1

#93ADC1
(147,173,193)
#869EB0
(134,158,176)
#798F9F
(121,143,159)
#6C808E
(108,128,142)
#5F717D
(95,113,125)
#52626C
(82,98,108)
#45535B
(69,83,91)
#38444A
(56,68,74)
#2B3539
(43,53,57)
#1E2628
(30,38,40)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #93ADC1

#93ADC1
(147,173,193)
#9CB4C6
(156,180,198)
#A5BBCB
(165,187,203)
#AEC2D0
(174,194,208)
#B7C9D5
(183,201,213)
#C0D0DA
(192,208,218)
#C9D7DF
(201,215,223)
#D2DEE4
(210,222,228)
#DBE5E9
(219,229,233)
#E4ECEE
(228,236,238)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93ADC1 color. Also use rgb(147,173,193) instead hex code.

Text Font Color

.myTextColor { color: #93ADC1; }

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

This text font color is #93ADC1.

Background Color

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

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

This div background color is #93ADC1.

Border color

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

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

This div border color is #93ADC1.

Opacity

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

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

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

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

This text has shadow with #93ADC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ADC1.

Preview

Color preview on black background

This text has color #93ADC1 on black background.


Color preview on white background

This text has color #93ADC1 on white background.


Black color preview on #93ADC1 background

This text has black color on #93ADC1 background.


White color preview on #93ADC1 background

This text has white color on #93ADC1 background.


Related colors

Complementary color

Complementary color for #hex is #6C523E.


I love getcolorcode.com

Triadic colors

1 #C193AD and #ADC193 with #93ADC1 are triadic colors.

2 #C1AD93 and #AD93C1 with #93ADC1 are triadic colors.