COLOR #93DBE0

HEX: #93DBE0
RGB: (147,219,224)

Color info

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

RGB color model

#93DBE0 color RGB value is (147,219,224).

  • red value is 147;
  • green value is 219;
  • blue value is 224.
RGB:
(147,219,224)
(58%,86%,88%)

RGB channels and saturation

R 147 of 255 = 58%
G 219 of 255 = 86%
B 224 of 255 = 88%

147
219
224

R + G + B ~ 77%. #93DBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 219 + 224 = 590 (100%)
R 147 of 590 ~ 24.92%
G 219 of 590 ~ 37.12%
B 224 of 590 ~ 37.97%

%24.92
%37.12
%37.97

CMYK color model

#93DBE0 color CMYK value is (34,2,0,12).

  • cyan value is 34.38%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(34,2,0,12)
C34M2Y0K12 
(34%,2%,0%,12%)
(0.34/0.02/0.00/0.12)	

CMYK percentages

%34.38
%2.23
%0
%12.16

Codes

Color #93DBE0 in popluar color models

93DBE0
RGB147219224
HSL184°55.40%72.75%
HSB/HSV184°34.38%87.84%
CMYK34.38%2.23%0.00%
12.16%

Color #93DBE0 in popluar number systems.

HEX93DBE0
Decimal147219224
Binary100100111101101111100000
Octal223333340

Shades and tints

Shades of #93DBE0

#93DBE0
(147,219,224)
#86C8CC
(134,200,204)
#79B5B8
(121,181,184)
#6CA2A4
(108,162,164)
#5F8F90
(95,143,144)
#527C7C
(82,124,124)
#456968
(69,105,104)
#385654
(56,86,84)
#2B4340
(43,67,64)
#1E302C
(30,48,44)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #93DBE0

#93DBE0
(147,219,224)
#9CDEE2
(156,222,226)
#A5E1E4
(165,225,228)
#AEE4E6
(174,228,230)
#B7E7E8
(183,231,232)
#C0EAEA
(192,234,234)
#C9EDEC
(201,237,236)
#D2F0EE
(210,240,238)
#DBF3F0
(219,243,240)
#E4F6F2
(228,246,242)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DBE0 color. Also use rgb(147,219,224) instead hex code.

Text Font Color

.myTextColor { color: #93DBE0; }

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

This text font color is #93DBE0.


Background Color

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

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

This div background color is #93DBE0.


Border color

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

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

This div border color is #93DBE0.


Opacity

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

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

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

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

This text has shadow with #93DBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DBE0 on black background.


Color preview on white background

This text has color #93DBE0 on white background.



Black color preview on #93DBE0 background

This text has black color on #93DBE0 background.


White color preview on #93DBE0 background

This text has white color on #93DBE0 background.