COLOR #93B8E4

HEX: #93B8E4
RGB: (147,184,228)

Color info

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

RGB color model

#93B8E4 color RGB value is (147,184,228).

  • red value is 147;
  • green value is 184;
  • blue value is 228.
RGB:
(147,184,228)
(58%,72%,89%)

RGB channels and saturation

R 147 of 255 = 58%
G 184 of 255 = 72%
B 228 of 255 = 89%

147
184
228

R + G + B ~ 73%. #93B8E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 184 + 228 = 559 (100%)
R 147 of 559 ~ 26.3%
G 184 of 559 ~ 32.92%
B 228 of 559 ~ 40.79%

%26.3
%32.92
%40.79

CMYK color model

#93B8E4 color CMYK value is (36,19,0,11).

  • cyan value is 35.53%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(36,19,0,11)
C36M19Y0K11 
(36%,19%,0%,11%)
(0.36/0.19/0.00/0.11)	

CMYK percentages

%35.53
%19.3
%0
%10.59

Codes

Color #93B8E4 in popluar color models

93B8E4
RGB147184228
HSL213°60.00%73.53%
HSB/HSV213°35.53%89.41%
CMYK35.53%19.30%0.00%
10.59%

Color #93B8E4 in popluar number systems.

HEX93B8E4
Decimal147184228
Binary100100111011100011100100
Octal223270344

Shades and tints

Shades of #93B8E4

#93B8E4
(147,184,228)
#86A8D0
(134,168,208)
#7998BC
(121,152,188)
#6C88A8
(108,136,168)
#5F7894
(95,120,148)
#526880
(82,104,128)
#45586C
(69,88,108)
#384858
(56,72,88)
#2B3844
(43,56,68)
#1E2830
(30,40,48)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #93B8E4

#93B8E4
(147,184,228)
#9CBEE6
(156,190,230)
#A5C4E8
(165,196,232)
#AECAEA
(174,202,234)
#B7D0EC
(183,208,236)
#C0D6EE
(192,214,238)
#C9DCF0
(201,220,240)
#D2E2F2
(210,226,242)
#DBE8F4
(219,232,244)
#E4EEF6
(228,238,246)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B8E4 color. Also use rgb(147,184,228) instead hex code.

Text Font Color

.myTextColor { color: #93B8E4; }

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

This text font color is #93B8E4.


Background Color

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

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

This div background color is #93B8E4.


Border color

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

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

This div border color is #93B8E4.


Opacity

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

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

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

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

This text has shadow with #93B8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B8E4 on black background.


Color preview on white background

This text has color #93B8E4 on white background.



Black color preview on #93B8E4 background

This text has black color on #93B8E4 background.


White color preview on #93B8E4 background

This text has white color on #93B8E4 background.