COLOR #93DFC6

HEX: #93DFC6 RGB: (147,223,198)

Color info

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

RGB color model

#93DFC6 color RGB value is (147,223,198).

RGB: (147,223,198) (58%, 87%, 78%)

RGB channels and saturation

R 147 of 255 = 58%
G 223 of 255 = 87%
B 198 of 255 = 78%

147
223
198

R + G + B ~ 74%. #93DFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 223 + 198 = 568 (100%)
R 147 of 568 ~ 25.88%
G 223 of 568 ~ 39.26%
B 198 of 568 ~ 34.86'%

%25.88
%39.26
%34.86

CMYK color model

#93DFC6 color CMYK value is (34,0,11,13).

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

CMYK: (34,0,11,13)
C34M0Y11K13 (34%, 0%, 11%, 13%)
(0.34 / 0.00 / 0.11 / 0.13)

CMYK percentages

%34.08
%0
%11.21
%12.55

Codes

Color #93DFC6 in popluar color models

93 DF C6
RGB 147 223 198
HSL 160° 54.29% 72.55%
HSB/HSV 160° 34.08% 87.45%
CMYK 34.08% 0.00% 11.21%
12.55%

Color #93DFC6 in popluar number systems.

HEX 93 DF C6
Decimal 147 223 198
Binary 10010011 11011111 11000110
Octal 223 337 306

Shades and tints

Shades of #93DFC6

#93DFC6
(147,223,198)
#86CBB4
(134,203,180)
#79B7A2
(121,183,162)
#6CA390
(108,163,144)
#5F8F7E
(95,143,126)
#527B6C
(82,123,108)
#45675A
(69,103,90)
#385348
(56,83,72)
#2B3F36
(43,63,54)
#1E2B24
(30,43,36)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #93DFC6

#93DFC6
(147,223,198)
#9CE1CB
(156,225,203)
#A5E3D0
(165,227,208)
#AEE5D5
(174,229,213)
#B7E7DA
(183,231,218)
#C0E9DF
(192,233,223)
#C9EBE4
(201,235,228)
#D2EDE9
(210,237,233)
#DBEFEE
(219,239,238)
#E4F1F3
(228,241,243)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DFC6; }

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

This text font color is #93DFC6.

Background Color

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

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

This div background color is #93DFC6.

Border color

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

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

This div border color is #93DFC6.

Opacity

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

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

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

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

This text has shadow with #93DFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93DFC6.

Preview

Color preview on black background

This text has color #93DFC6 on black background.


Color preview on white background

This text has color #93DFC6 on white background.


Black color preview on #93DFC6 background

This text has black color on #93DFC6 background.


White color preview on #93DFC6 background

This text has white color on #93DFC6 background.


Related colors

Complementary color

Complementary color for #hex is #6C2039.


I love getcolorcode.com

Triadic colors

1 #C693DF and #DFC693 with #93DFC6 are triadic colors.

2 #C6DF93 and #DF93C6 with #93DFC6 are triadic colors.