COLOR #93B7D5

HEX: #93B7D5
RGB: (147,183,213)

Color info

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

RGB color model

#93B7D5 color RGB value is (147,183,213).

  • red value is 147;
  • green value is 183;
  • blue value is 213.
RGB:
(147,183,213)
(58%,72%,84%)

RGB channels and saturation

R 147 of 255 = 58%
G 183 of 255 = 72%
B 213 of 255 = 84%

147
183
213

R + G + B ~ 71%. #93B7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 183 + 213 = 543 (100%)
R 147 of 543 ~ 27.07%
G 183 of 543 ~ 33.7%
B 213 of 543 ~ 39.23%

%27.07
%33.7
%39.23

CMYK color model

#93B7D5 color CMYK value is (31,14,0,16).

  • cyan value is 30.99%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(31,14,0,16)
C31M14Y0K16 
(31%,14%,0%,16%)
(0.31/0.14/0.00/0.16)	

CMYK percentages

%30.99
%14.08
%0
%16.47

Codes

Color #93B7D5 in popluar color models

93B7D5
RGB147183213
HSL207°44.00%70.59%
HSB/HSV207°30.99%83.53%
CMYK30.99%14.08%0.00%
16.47%

Color #93B7D5 in popluar number systems.

HEX93B7D5
Decimal147183213
Binary100100111011011111010101
Octal223267325

Shades and tints

Shades of #93B7D5

#93B7D5
(147,183,213)
#86A7C2
(134,167,194)
#7997AF
(121,151,175)
#6C879C
(108,135,156)
#5F7789
(95,119,137)
#526776
(82,103,118)
#455763
(69,87,99)
#384750
(56,71,80)
#2B373D
(43,55,61)
#1E272A
(30,39,42)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #93B7D5

#93B7D5
(147,183,213)
#9CBDD8
(156,189,216)
#A5C3DB
(165,195,219)
#AEC9DE
(174,201,222)
#B7CFE1
(183,207,225)
#C0D5E4
(192,213,228)
#C9DBE7
(201,219,231)
#D2E1EA
(210,225,234)
#DBE7ED
(219,231,237)
#E4EDF0
(228,237,240)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B7D5; }

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

This text font color is #93B7D5.


Background Color

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

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

This div background color is #93B7D5.


Border color

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

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

This div border color is #93B7D5.


Opacity

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

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

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

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

This text has shadow with #93B7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B7D5 on black background.


Color preview on white background

This text has color #93B7D5 on white background.



Black color preview on #93B7D5 background

This text has black color on #93B7D5 background.


White color preview on #93B7D5 background

This text has white color on #93B7D5 background.