COLOR #93CED8

HEX: #93CED8 RGB: (147,206,216)

Color info

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

RGB color model

#93CED8 color RGB value is (147,206,216).

RGB: (147,206,216) (58%, 81%, 85%)

RGB channels and saturation

R 147 of 255 = 58%
G 206 of 255 = 81%
B 216 of 255 = 85%

147
206
216

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

Portions of RGB colors in percentages

R + G + B = 147 + 206 + 216 = 569 (100%)
R 147 of 569 ~ 25.83%
G 206 of 569 ~ 36.2%
B 216 of 569 ~ 37.96'%

%25.83
%36.2
%37.96

CMYK color model

#93CED8 color CMYK value is (32,5,0,15).

  • cyan value is 31.94%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (32,5,0,15)
C32M5Y0K15 (32%, 5%, 0%, 15%)
(0.32 / 0.05 / 0.00 / 0.15)

CMYK percentages

%31.94
%4.63
%0
%15.29

Codes

Color #93CED8 in popluar color models

93 CE D8
RGB 147 206 216
HSL 189° 46.94% 71.18%
HSB/HSV 189° 31.94% 84.71%
CMYK 31.94% 4.63% 0.00%
15.29%

Color #93CED8 in popluar number systems.

HEX 93 CE D8
Decimal 147 206 216
Binary 10010011 11001110 11011000
Octal 223 316 330

Shades and tints

Shades of #93CED8

#93CED8
(147,206,216)
#86BCC5
(134,188,197)
#79AAB2
(121,170,178)
#6C989F
(108,152,159)
#5F868C
(95,134,140)
#527479
(82,116,121)
#456266
(69,98,102)
#385053
(56,80,83)
#2B3E40
(43,62,64)
#1E2C2D
(30,44,45)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #93CED8

#93CED8
(147,206,216)
#9CD2DB
(156,210,219)
#A5D6DE
(165,214,222)
#AEDAE1
(174,218,225)
#B7DEE4
(183,222,228)
#C0E2E7
(192,226,231)
#C9E6EA
(201,230,234)
#D2EAED
(210,234,237)
#DBEEF0
(219,238,240)
#E4F2F3
(228,242,243)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CED8 color. Also use rgb(147,206,216) instead hex code.

Text Font Color

.myTextColor { color: #93CED8; }

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

This text font color is #93CED8.

Background Color

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

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

This div background color is #93CED8.

Border color

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

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

This div border color is #93CED8.

Opacity

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

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

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

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

This text has shadow with #93CED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93CED8.

Preview

Color preview on black background

This text has color #93CED8 on black background.


Color preview on white background

This text has color #93CED8 on white background.


Black color preview on #93CED8 background

This text has black color on #93CED8 background.


White color preview on #93CED8 background

This text has white color on #93CED8 background.


Related colors

Complementary color

Complementary color for #hex is #6C3127.


I love getcolorcode.com

Triadic colors

1 #D893CE and #CED893 with #93CED8 are triadic colors.

2 #D8CE93 and #CE93D8 with #93CED8 are triadic colors.