COLOR #93CDE1

HEX: #93CDE1
RGB: (147,205,225)

Color info

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

RGB color model

#93CDE1 color RGB value is (147,205,225).

  • red value is 147;
  • green value is 205;
  • blue value is 225.
RGB:
(147,205,225)
(58%,80%,88%)

RGB channels and saturation

R 147 of 255 = 58%
G 205 of 255 = 80%
B 225 of 255 = 88%

147
205
225

R + G + B ~ 75%. #93CDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 205 + 225 = 577 (100%)
R 147 of 577 ~ 25.48%
G 205 of 577 ~ 35.53%
B 225 of 577 ~ 38.99%

%25.48
%35.53
%38.99

CMYK color model

#93CDE1 color CMYK value is (35,9,0,12).

  • cyan value is 34.67%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(35,9,0,12)
C35M9Y0K12 
(35%,9%,0%,12%)
(0.35/0.09/0.00/0.12)	

CMYK percentages

%34.67
%8.89
%0
%11.76

Codes

Color #93CDE1 in popluar color models

93CDE1
RGB147205225
HSL195°56.52%72.94%
HSB/HSV195°34.67%88.24%
CMYK34.67%8.89%0.00%
11.76%

Color #93CDE1 in popluar number systems.

HEX93CDE1
Decimal147205225
Binary100100111100110111100001
Octal223315341

Shades and tints

Shades of #93CDE1

#93CDE1
(147,205,225)
#86BBCD
(134,187,205)
#79A9B9
(121,169,185)
#6C97A5
(108,151,165)
#5F8591
(95,133,145)
#52737D
(82,115,125)
#456169
(69,97,105)
#384F55
(56,79,85)
#2B3D41
(43,61,65)
#1E2B2D
(30,43,45)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #93CDE1

#93CDE1
(147,205,225)
#9CD1E3
(156,209,227)
#A5D5E5
(165,213,229)
#AED9E7
(174,217,231)
#B7DDE9
(183,221,233)
#C0E1EB
(192,225,235)
#C9E5ED
(201,229,237)
#D2E9EF
(210,233,239)
#DBEDF1
(219,237,241)
#E4F1F3
(228,241,243)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CDE1 color. Also use rgb(147,205,225) instead hex code.

Text Font Color

.myTextColor { color: #93CDE1; }

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

This text font color is #93CDE1.


Background Color

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

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

This div background color is #93CDE1.


Border color

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

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

This div border color is #93CDE1.


Opacity

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

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

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

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

This text has shadow with #93CDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CDE1 on black background.


Color preview on white background

This text has color #93CDE1 on white background.



Black color preview on #93CDE1 background

This text has black color on #93CDE1 background.


White color preview on #93CDE1 background

This text has white color on #93CDE1 background.