COLOR #93B4EA

HEX: #93B4EA
RGB: (147,180,234)

Color info

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

RGB color model

#93B4EA color RGB value is (147,180,234).

  • red value is 147;
  • green value is 180;
  • blue value is 234.
RGB: (147,180,234) (58%,71%,92%)

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 234 of 255 = 92%

147
180
234

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

Portions of RGB colors in percentages

R + G + B =
147 + 180 + 234 = 561 (100%)
R 147 of 561 ~ 26.2%
G 180 of 561 ~ 32.09%
B 234 of 561 ~ 41.71%

%26.2
%32.09
%41.71

CMYK color model

#93B4EA color CMYK value is (37,23,0,8).

  • cyan value is 37.18%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (37,23,0,8) C37M23Y0K8 (37%,23%,0%,8%) (0.37/0.23/0.00/0.08)

CMYK percentages

%37.18
%23.08
%0
%8.24

Codes

Color #93B4EA in popluar color models

93B4EA
RGB147180234
HSL217°67.44%74.71%
HSB/HSV217°37.18%91.76%
CMYK37.18%23.08%0.00%
8.24%

Color #93B4EA in popluar number systems.

HEX93B4EA
Decimal147180234
Binary100100111011010011101010
Octal223264352

Shades and tints

Shades of #93B4EA

#93B4EA
(147,180,234)
#86A4D5
(134,164,213)
#7994C0
(121,148,192)
#6C84AB
(108,132,171)
#5F7496
(95,116,150)
#526481
(82,100,129)
#45546C
(69,84,108)
#384457
(56,68,87)
#2B3442
(43,52,66)
#1E242D
(30,36,45)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #93B4EA

#93B4EA
(147,180,234)
#9CBAEB
(156,186,235)
#A5C0EC
(165,192,236)
#AEC6ED
(174,198,237)
#B7CCEE
(183,204,238)
#C0D2EF
(192,210,239)
#C9D8F0
(201,216,240)
#D2DEF1
(210,222,241)
#DBE4F2
(219,228,242)
#E4EAF3
(228,234,243)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B4EA color. Also use rgb(147,180,234) instead hex code.

Text Font Color

.myTextColor { color: #93B4EA; }

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

This text font color is #93B4EA.


Background Color

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

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

This div background color is #93B4EA.


Border color

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

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

This div border color is #93B4EA.


Opacity

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

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

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

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

This text has shadow with #93B4EA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #93B4EA on black background.


Color preview on white background

This text has color #93B4EA on white background.



Black color preview on #93B4EA background

This text has black color on #93B4EA background.


White color preview on #93B4EA background

This text has white color on #93B4EA background.