COLOR #93D0C6

HEX: #93D0C6
RGB: (147,208,198)

Color info

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

RGB color model

#93D0C6 color RGB value is (147,208,198).

  • red value is 147;
  • green value is 208;
  • blue value is 198.
RGB:
(147,208,198)
(58%,82%,78%)

RGB channels and saturation

R 147 of 255 = 58%
G 208 of 255 = 82%
B 198 of 255 = 78%

147
208
198

R + G + B ~ 73%. #93D0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 208 + 198 = 553 (100%)
R 147 of 553 ~ 26.58%
G 208 of 553 ~ 37.61%
B 198 of 553 ~ 35.8%

%26.58
%37.61
%35.8

CMYK color model

#93D0C6 color CMYK value is (29,0,5,18).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 4.81%
  • key color value is 18.43%
CMYK:
(29,0,5,18)
C29M0Y5K18 
(29%,0%,5%,18%)
(0.29/0.00/0.05/0.18)	

CMYK percentages

%29.33
%0
%4.81
%18.43

Codes

Color #93D0C6 in popluar color models

93D0C6
RGB147208198
HSL170°39.35%69.61%
HSB/HSV170°29.33%81.57%
CMYK29.33%0.00%4.81%
18.43%

Color #93D0C6 in popluar number systems.

HEX93D0C6
Decimal147208198
Binary100100111101000011000110
Octal223320306

Shades and tints

Shades of #93D0C6

#93D0C6
(147,208,198)
#86BEB4
(134,190,180)
#79ACA2
(121,172,162)
#6C9A90
(108,154,144)
#5F887E
(95,136,126)
#52766C
(82,118,108)
#45645A
(69,100,90)
#385248
(56,82,72)
#2B4036
(43,64,54)
#1E2E24
(30,46,36)
#111C12
(17,28,18)
#000000
(0,0,0)

Tints of #93D0C6

#93D0C6
(147,208,198)
#9CD4CB
(156,212,203)
#A5D8D0
(165,216,208)
#AEDCD5
(174,220,213)
#B7E0DA
(183,224,218)
#C0E4DF
(192,228,223)
#C9E8E4
(201,232,228)
#D2ECE9
(210,236,233)
#DBF0EE
(219,240,238)
#E4F4F3
(228,244,243)
#EDF8F8
(237,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D0C6; }

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

This text font color is #93D0C6.


Background Color

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

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

This div background color is #93D0C6.


Border color

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

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

This div border color is #93D0C6.


Opacity

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

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

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

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

This text has shadow with #93D0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D0C6 on black background.


Color preview on white background

This text has color #93D0C6 on white background.



Black color preview on #93D0C6 background

This text has black color on #93D0C6 background.


White color preview on #93D0C6 background

This text has white color on #93D0C6 background.