COLOR #93D6C0

HEX: #93D6C0 RGB: (147,214,192)

Color info

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

RGB color model

#93D6C0 color RGB value is (147,214,192).

RGB: (147,214,192) (58%, 84%, 75%)

RGB channels and saturation

R 147 of 255 = 58%
G 214 of 255 = 84%
B 192 of 255 = 75%

147
214
192

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

Portions of RGB colors in percentages

R + G + B = 147 + 214 + 192 = 553 (100%)
R 147 of 553 ~ 26.58%
G 214 of 553 ~ 38.7%
B 192 of 553 ~ 34.72'%

%26.58
%38.7
%34.72

CMYK color model

#93D6C0 color CMYK value is (31,0,10,16).

  • cyan value is 31.31%
  • magenta value is 0.00%
  • yellow value is 10.28%
  • key color value is 16.08%

CMYK: (31,0,10,16)
C31M0Y10K16 (31%, 0%, 10%, 16%)
(0.31 / 0.00 / 0.10 / 0.16)

CMYK percentages

%31.31
%0
%10.28
%16.08

Codes

Color #93D6C0 in popluar color models

93 D6 C0
RGB 147 214 192
HSL 160° 44.97% 70.78%
HSB/HSV 160° 31.31% 83.92%
CMYK 31.31% 0.00% 10.28%
16.08%

Color #93D6C0 in popluar number systems.

HEX 93 D6 C0
Decimal 147 214 192
Binary 10010011 11010110 11000000
Octal 223 326 300

Shades and tints

Shades of #93D6C0

#93D6C0
(147,214,192)
#86C3AF
(134,195,175)
#79B09E
(121,176,158)
#6C9D8D
(108,157,141)
#5F8A7C
(95,138,124)
#52776B
(82,119,107)
#45645A
(69,100,90)
#385149
(56,81,73)
#2B3E38
(43,62,56)
#1E2B27
(30,43,39)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #93D6C0

#93D6C0
(147,214,192)
#9CD9C5
(156,217,197)
#A5DCCA
(165,220,202)
#AEDFCF
(174,223,207)
#B7E2D4
(183,226,212)
#C0E5D9
(192,229,217)
#C9E8DE
(201,232,222)
#D2EBE3
(210,235,227)
#DBEEE8
(219,238,232)
#E4F1ED
(228,241,237)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D6C0; }

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

This text font color is #93D6C0.

Background Color

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

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

This div background color is #93D6C0.

Border color

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

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

This div border color is #93D6C0.

Opacity

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

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

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

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

This text has shadow with #93D6C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93D6C0.

Preview

Color preview on black background

This text has color #93D6C0 on black background.


Color preview on white background

This text has color #93D6C0 on white background.


Black color preview on #93D6C0 background

This text has black color on #93D6C0 background.


White color preview on #93D6C0 background

This text has white color on #93D6C0 background.


Related colors

Complementary color

Complementary color for #hex is #6C293F.


I love getcolorcode.com

Triadic colors

1 #C093D6 and #D6C093 with #93D6C0 are triadic colors.

2 #C0D693 and #D693C0 with #93D6C0 are triadic colors.