COLOR #93C0D3

HEX: #93C0D3
RGB: (147,192,211)

Color info

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

RGB color model

#93C0D3 color RGB value is (147,192,211).

  • red value is 147;
  • green value is 192;
  • blue value is 211.
RGB:
(147,192,211)
(58%,75%,83%)

RGB channels and saturation

R 147 of 255 = 58%
G 192 of 255 = 75%
B 211 of 255 = 83%

147
192
211

R + G + B ~ 72%. #93C0D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 192 + 211 = 550 (100%)
R 147 of 550 ~ 26.73%
G 192 of 550 ~ 34.91%
B 211 of 550 ~ 38.36%

%26.73
%34.91
%38.36

CMYK color model

#93C0D3 color CMYK value is (30,9,0,17).

  • cyan value is 30.33%
  • magenta value is 9.00%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(30,9,0,17)
C30M9Y0K17 
(30%,9%,0%,17%)
(0.30/0.09/0.00/0.17)	

CMYK percentages

%30.33
%9
%0
%17.25

Codes

Color #93C0D3 in popluar color models

93C0D3
RGB147192211
HSL198°42.11%70.20%
HSB/HSV198°30.33%82.75%
CMYK30.33%9.00%0.00%
17.25%

Color #93C0D3 in popluar number systems.

HEX93C0D3
Decimal147192211
Binary100100111100000011010011
Octal223300323

Shades and tints

Shades of #93C0D3

#93C0D3
(147,192,211)
#86AFC0
(134,175,192)
#799EAD
(121,158,173)
#6C8D9A
(108,141,154)
#5F7C87
(95,124,135)
#526B74
(82,107,116)
#455A61
(69,90,97)
#38494E
(56,73,78)
#2B383B
(43,56,59)
#1E2728
(30,39,40)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #93C0D3

#93C0D3
(147,192,211)
#9CC5D7
(156,197,215)
#A5CADB
(165,202,219)
#AECFDF
(174,207,223)
#B7D4E3
(183,212,227)
#C0D9E7
(192,217,231)
#C9DEEB
(201,222,235)
#D2E3EF
(210,227,239)
#DBE8F3
(219,232,243)
#E4EDF7
(228,237,247)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C0D3 color. Also use rgb(147,192,211) instead hex code.

Text Font Color

.myTextColor { color: #93C0D3; }

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

This text font color is #93C0D3.


Background Color

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

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

This div background color is #93C0D3.


Border color

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

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

This div border color is #93C0D3.


Opacity

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

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

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

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

This text has shadow with #93C0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C0D3 on black background.


Color preview on white background

This text has color #93C0D3 on white background.



Black color preview on #93C0D3 background

This text has black color on #93C0D3 background.


White color preview on #93C0D3 background

This text has white color on #93C0D3 background.