COLOR #93B6EC

HEX: #93B6EC RGB: (147,182,236)

Color info

#93B6EC contains mainly green and blue colors. Web safe color of #93B6EC is #99CCFF (or #9CF).

RGB color model

#93B6EC color RGB value is (147,182,236).

RGB: (147,182,236) (58%, 71%, 93%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 236 of 255 = 93%

147
182
236

R + G + B ~ 74%. #93B6EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 182 + 236 = 565 (100%)
R 147 of 565 ~ 26.02%
G 182 of 565 ~ 32.21%
B 236 of 565 ~ 41.77'%

%26.02
%32.21
%41.77

CMYK color model

#93B6EC color CMYK value is (38,23,0,7).

  • cyan value is 37.71%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (38,23,0,7) C38M23Y0K7 (38%,23%,0%,7%) (0.38/0.23/0.00/0.07) 

CMYK percentages

%37.71
%22.88
%0
%7.45

Codes

Color #93B6EC in popluar color models

93 B6 EC
RGB 147 182 236
HSL 216° 70.08% 75.10%
HSB/HSV 216° 37.71% 92.55%
CMYK 37.71% 22.88% 0.00%
7.45%

Color #93B6EC in popluar number systems.

HEX 93 B6 EC
Decimal 147 182 236
Binary 10010011 10110110 11101100
Octal 223 266 354

Shades and tints

Shades of #93B6EC

#93B6EC
(147,182,236)
#86A6D7
(134,166,215)
#7996C2
(121,150,194)
#6C86AD
(108,134,173)
#5F7698
(95,118,152)
#526683
(82,102,131)
#45566E
(69,86,110)
#384659
(56,70,89)
#2B3644
(43,54,68)
#1E262F
(30,38,47)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #93B6EC

#93B6EC
(147,182,236)
#9CBCED
(156,188,237)
#A5C2EE
(165,194,238)
#AEC8EF
(174,200,239)
#B7CEF0
(183,206,240)
#C0D4F1
(192,212,241)
#C9DAF2
(201,218,242)
#D2E0F3
(210,224,243)
#DBE6F4
(219,230,244)
#E4ECF5
(228,236,245)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B6EC color. Also use rgb(147,182,236) instead hex code.

Text Font Color

.myTextColor { color: #93B6EC; }

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

This text font color is #93B6EC.

Background Color

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

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

This div background color is #93B6EC.

Border color

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

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

This div border color is #93B6EC.

Opacity

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

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

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

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

This text has shadow with #93B6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B6EC.

Preview

Color preview on black background

This text has color #93B6EC on black background.


Color preview on white background

This text has color #93B6EC on white background.


Black color preview on #93B6EC background

This text has black color on #93B6EC background.


White color preview on #93B6EC background

This text has white color on #93B6EC background.


Related colors

Complementary color

Complementary color for #hex is #6C4913.


I love getcolorcode.com

Triadic colors

1 #EC93B6 and #B6EC93 with #93B6EC are triadic colors.

2 #ECB693 and #B693EC with #93B6EC are triadic colors.