COLOR #93B2E3

HEX: #93B2E3
RGB: (147,178,227)

Color info

#93B2E3 contains mainly green and blue colors. Web safe color of #93B2E3 is #9999CC (or #99C).

RGB color model

#93B2E3 color RGB value is (147,178,227).

  • red value is 147;
  • green value is 178;
  • blue value is 227.
RGB:
(147,178,227)
(58%,70%,89%)

RGB channels and saturation

R 147 of 255 = 58%
G 178 of 255 = 70%
B 227 of 255 = 89%

147
178
227

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

Portions of RGB colors in percentages

R + G + B =
147 + 178 + 227 = 552 (100%)
R 147 of 552 ~ 26.63%
G 178 of 552 ~ 32.25%
B 227 of 552 ~ 41.12%

%26.63
%32.25
%41.12

CMYK color model

#93B2E3 color CMYK value is (35,22,0,11).

  • cyan value is 35.24%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(35,22,0,11)
C35M22Y0K11 
(35%,22%,0%,11%)
(0.35/0.22/0.00/0.11)	

CMYK percentages

%35.24
%21.59
%0
%10.98

Codes

Color #93B2E3 in popluar color models

93B2E3
RGB147178227
HSL217°58.82%73.33%
HSB/HSV217°35.24%89.02%
CMYK35.24%21.59%0.00%
10.98%

Color #93B2E3 in popluar number systems.

HEX93B2E3
Decimal147178227
Binary100100111011001011100011
Octal223262343

Shades and tints

Shades of #93B2E3

#93B2E3
(147,178,227)
#86A2CF
(134,162,207)
#7992BB
(121,146,187)
#6C82A7
(108,130,167)
#5F7293
(95,114,147)
#52627F
(82,98,127)
#45526B
(69,82,107)
#384257
(56,66,87)
#2B3243
(43,50,67)
#1E222F
(30,34,47)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #93B2E3

#93B2E3
(147,178,227)
#9CB9E5
(156,185,229)
#A5C0E7
(165,192,231)
#AEC7E9
(174,199,233)
#B7CEEB
(183,206,235)
#C0D5ED
(192,213,237)
#C9DCEF
(201,220,239)
#D2E3F1
(210,227,241)
#DBEAF3
(219,234,243)
#E4F1F5
(228,241,245)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B2E3 color. Also use rgb(147,178,227) instead hex code.

Text Font Color

.myTextColor { color: #93B2E3; }

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

This text font color is #93B2E3.


Background Color

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

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

This div background color is #93B2E3.


Border color

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

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

This div border color is #93B2E3.


Opacity

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

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

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

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

This text has shadow with #93B2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B2E3 on black background.


Color preview on white background

This text has color #93B2E3 on white background.



Black color preview on #93B2E3 background

This text has black color on #93B2E3 background.


White color preview on #93B2E3 background

This text has white color on #93B2E3 background.