COLOR #93CDEA

HEX: #93CDEA
RGB: (147,205,234)

Color info

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

RGB color model

#93CDEA color RGB value is (147,205,234).

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

RGB channels and saturation

R 147 of 255 = 58%
G 205 of 255 = 80%
B 234 of 255 = 92%

147
205
234

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

Portions of RGB colors in percentages

R + G + B =
147 + 205 + 234 = 586 (100%)
R 147 of 586 ~ 25.09%
G 205 of 586 ~ 34.98%
B 234 of 586 ~ 39.93%

%25.09
%34.98
%39.93

CMYK color model

#93CDEA color CMYK value is (37,12,0,8).

  • cyan value is 37.18%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(37,12,0,8)
C37M12Y0K8 
(37%,12%,0%,8%)
(0.37/0.12/0.00/0.08)	

CMYK percentages

%37.18
%12.39
%0
%8.24

Codes

Color #93CDEA in popluar color models

93CDEA
RGB147205234
HSL200°67.44%74.71%
HSB/HSV200°37.18%91.76%
CMYK37.18%12.39%0.00%
8.24%

Color #93CDEA in popluar number systems.

HEX93CDEA
Decimal147205234
Binary100100111100110111101010
Octal223315352

Shades and tints

Shades of #93CDEA

#93CDEA
(147,205,234)
#86BBD5
(134,187,213)
#79A9C0
(121,169,192)
#6C97AB
(108,151,171)
#5F8596
(95,133,150)
#527381
(82,115,129)
#45616C
(69,97,108)
#384F57
(56,79,87)
#2B3D42
(43,61,66)
#1E2B2D
(30,43,45)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #93CDEA

#93CDEA
(147,205,234)
#9CD1EB
(156,209,235)
#A5D5EC
(165,213,236)
#AED9ED
(174,217,237)
#B7DDEE
(183,221,238)
#C0E1EF
(192,225,239)
#C9E5F0
(201,229,240)
#D2E9F1
(210,233,241)
#DBEDF2
(219,237,242)
#E4F1F3
(228,241,243)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CDEA; }

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

This text font color is #93CDEA.


Background Color

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

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

This div background color is #93CDEA.


Border color

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

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

This div border color is #93CDEA.


Opacity

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

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

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

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

This text has shadow with #93CDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CDEA on black background.


Color preview on white background

This text has color #93CDEA on white background.



Black color preview on #93CDEA background

This text has black color on #93CDEA background.


White color preview on #93CDEA background

This text has white color on #93CDEA background.