COLOR #93C9DF

HEX: #93C9DF RGB: (147,201,223)

Color info

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

RGB color model

#93C9DF color RGB value is (147,201,223).

RGB: (147,201,223) (58%, 79%, 87%)

RGB channels and saturation

R 147 of 255 = 58%
G 201 of 255 = 79%
B 223 of 255 = 87%

147
201
223

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

Portions of RGB colors in percentages

R + G + B = 147 + 201 + 223 = 571 (100%)
R 147 of 571 ~ 25.74%
G 201 of 571 ~ 35.2%
B 223 of 571 ~ 39.05'%

%25.74
%35.2
%39.05

CMYK color model

#93C9DF color CMYK value is (34,10,0,13).

  • cyan value is 34.08%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (34,10,0,13)
C34M10Y0K13 (34%, 10%, 0%, 13%)
(0.34 / 0.10 / 0.00 / 0.13)

CMYK percentages

%34.08
%9.87
%0
%12.55

Codes

Color #93C9DF in popluar color models

93 C9 DF
RGB 147 201 223
HSL 197° 54.29% 72.55%
HSB/HSV 197° 34.08% 87.45%
CMYK 34.08% 9.87% 0.00%
12.55%

Color #93C9DF in popluar number systems.

HEX 93 C9 DF
Decimal 147 201 223
Binary 10010011 11001001 11011111
Octal 223 311 337

Shades and tints

Shades of #93C9DF

#93C9DF
(147,201,223)
#86B7CB
(134,183,203)
#79A5B7
(121,165,183)
#6C93A3
(108,147,163)
#5F818F
(95,129,143)
#526F7B
(82,111,123)
#455D67
(69,93,103)
#384B53
(56,75,83)
#2B393F
(43,57,63)
#1E272B
(30,39,43)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #93C9DF

#93C9DF
(147,201,223)
#9CCDE1
(156,205,225)
#A5D1E3
(165,209,227)
#AED5E5
(174,213,229)
#B7D9E7
(183,217,231)
#C0DDE9
(192,221,233)
#C9E1EB
(201,225,235)
#D2E5ED
(210,229,237)
#DBE9EF
(219,233,239)
#E4EDF1
(228,237,241)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C9DF color. Also use rgb(147,201,223) instead hex code.

Text Font Color

.myTextColor { color: #93C9DF; }

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

This text font color is #93C9DF.

Background Color

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

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

This div background color is #93C9DF.

Border color

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

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

This div border color is #93C9DF.

Opacity

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

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

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

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

This text has shadow with #93C9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C9DF.

Preview

Color preview on black background

This text has color #93C9DF on black background.


Color preview on white background

This text has color #93C9DF on white background.


Black color preview on #93C9DF background

This text has black color on #93C9DF background.


White color preview on #93C9DF background

This text has white color on #93C9DF background.


Related colors

Complementary color

Complementary color for #hex is #6C3620.


I love getcolorcode.com

Triadic colors

1 #DF93C9 and #C9DF93 with #93C9DF are triadic colors.

2 #DFC993 and #C993DF with #93C9DF are triadic colors.