COLOR #93ADBC

HEX: #93ADBC RGB: (147,173,188)

Color info

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

RGB color model

#93ADBC color RGB value is (147,173,188).

RGB: (147,173,188) (58%, 68%, 74%)

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 188 of 255 = 74%

147
173
188

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

Portions of RGB colors in percentages

R + G + B = 147 + 173 + 188 = 508 (100%)
R 147 of 508 ~ 28.94%
G 173 of 508 ~ 34.06%
B 188 of 508 ~ 37.01'%

%28.94
%34.06
%37.01

CMYK color model

#93ADBC color CMYK value is (22,8,0,26).

  • cyan value is 21.81%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (22,8,0,26)
C22M8Y0K26 (22%, 8%, 0%, 26%)
(0.22 / 0.08 / 0.00 / 0.26)

CMYK percentages

%21.81
%7.98
%0
%26.27

Codes

Color #93ADBC in popluar color models

93 AD BC
RGB 147 173 188
HSL 202° 23.43% 65.69%
HSB/HSV 202° 21.81% 73.73%
CMYK 21.81% 7.98% 0.00%
26.27%

Color #93ADBC in popluar number systems.

HEX 93 AD BC
Decimal 147 173 188
Binary 10010011 10101101 10111100
Octal 223 255 274

Shades and tints

Shades of #93ADBC

#93ADBC
(147,173,188)
#869EAB
(134,158,171)
#798F9A
(121,143,154)
#6C8089
(108,128,137)
#5F7178
(95,113,120)
#526267
(82,98,103)
#455356
(69,83,86)
#384445
(56,68,69)
#2B3534
(43,53,52)
#1E2623
(30,38,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #93ADBC

#93ADBC
(147,173,188)
#9CB4C2
(156,180,194)
#A5BBC8
(165,187,200)
#AEC2CE
(174,194,206)
#B7C9D4
(183,201,212)
#C0D0DA
(192,208,218)
#C9D7E0
(201,215,224)
#D2DEE6
(210,222,230)
#DBE5EC
(219,229,236)
#E4ECF2
(228,236,242)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ADBC; }

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

This text font color is #93ADBC.

Background Color

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

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

This div background color is #93ADBC.

Border color

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

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

This div border color is #93ADBC.

Opacity

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

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

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

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

This text has shadow with #93ADBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ADBC.

Preview

Color preview on black background

This text has color #93ADBC on black background.


Color preview on white background

This text has color #93ADBC on white background.


Black color preview on #93ADBC background

This text has black color on #93ADBC background.


White color preview on #93ADBC background

This text has white color on #93ADBC background.


Related colors

Complementary color

Complementary color for #hex is #6C5243.


I love getcolorcode.com

Triadic colors

1 #BC93AD and #ADBC93 with #93ADBC are triadic colors.

2 #BCAD93 and #AD93BC with #93ADBC are triadic colors.