COLOR #93B7DC

HEX: #93B7DC RGB: (147,183,220)

Color info

#93B7DC contains mainly green and blue colors. Web safe color of #93B7DC is #99CCCC (or #9CC).

RGB color model

#93B7DC color RGB value is (147,183,220).

RGB: (147,183,220) (58%, 72%, 86%)

RGB channels and saturation

R 147 of 255 = 58%
G 183 of 255 = 72%
B 220 of 255 = 86%

147
183
220

R + G + B ~ 72%. #93B7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 183 + 220 = 550 (100%)
R 147 of 550 ~ 26.73%
G 183 of 550 ~ 33.27%
B 220 of 550 ~ 40'%

%26.73
%33.27
%40

CMYK color model

#93B7DC color CMYK value is (33,17,0,14).

  • cyan value is 33.18%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (33,17,0,14)
C33M17Y0K14 (33%, 17%, 0%, 14%)
(0.33 / 0.17 / 0.00 / 0.14)

CMYK percentages

%33.18
%16.82
%0
%13.73

Codes

Color #93B7DC in popluar color models

93 B7 DC
RGB 147 183 220
HSL 210° 51.05% 71.96%
HSB/HSV 210° 33.18% 86.27%
CMYK 33.18% 16.82% 0.00%
13.73%

Color #93B7DC in popluar number systems.

HEX 93 B7 DC
Decimal 147 183 220
Binary 10010011 10110111 11011100
Octal 223 267 334

Shades and tints

Shades of #93B7DC

#93B7DC
(147,183,220)
#86A7C8
(134,167,200)
#7997B4
(121,151,180)
#6C87A0
(108,135,160)
#5F778C
(95,119,140)
#526778
(82,103,120)
#455764
(69,87,100)
#384750
(56,71,80)
#2B373C
(43,55,60)
#1E2728
(30,39,40)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #93B7DC

#93B7DC
(147,183,220)
#9CBDDF
(156,189,223)
#A5C3E2
(165,195,226)
#AEC9E5
(174,201,229)
#B7CFE8
(183,207,232)
#C0D5EB
(192,213,235)
#C9DBEE
(201,219,238)
#D2E1F1
(210,225,241)
#DBE7F4
(219,231,244)
#E4EDF7
(228,237,247)
#EDF3FA
(237,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B7DC; }

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

This text font color is #93B7DC.

Background Color

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

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

This div background color is #93B7DC.

Border color

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

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

This div border color is #93B7DC.

Opacity

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

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

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

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

This text has shadow with #93B7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B7DC.

Preview

Color preview on black background

This text has color #93B7DC on black background.


Color preview on white background

This text has color #93B7DC on white background.


Black color preview on #93B7DC background

This text has black color on #93B7DC background.


White color preview on #93B7DC background

This text has white color on #93B7DC background.


Related colors

Complementary color

Complementary color for #hex is #6C4823.


I love getcolorcode.com

Triadic colors

1 #DC93B7 and #B7DC93 with #93B7DC are triadic colors.

2 #DCB793 and #B793DC with #93B7DC are triadic colors.