COLOR #93DEC9

HEX: #93DEC9
RGB: (147,222,201)

Color info

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

RGB color model

#93DEC9 color RGB value is (147,222,201).

  • red value is 147;
  • green value is 222;
  • blue value is 201.
RGB:
(147,222,201)
(58%,87%,79%)

RGB channels and saturation

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

147
222
201

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

Portions of RGB colors in percentages

R + G + B =
147 + 222 + 201 = 570 (100%)
R 147 of 570 ~ 25.79%
G 222 of 570 ~ 38.95%
B 201 of 570 ~ 35.26%

%25.79
%38.95
%35.26

CMYK color model

#93DEC9 color CMYK value is (34,0,9,13).

  • cyan value is 33.78%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(34,0,9,13)
C34M0Y9K13 
(34%,0%,9%,13%)
(0.34/0.00/0.09/0.13)	

CMYK percentages

%33.78
%0
%9.46
%12.94

Codes

Color #93DEC9 in popluar color models

93DEC9
RGB147222201
HSL163°53.19%72.35%
HSB/HSV163°33.78%87.06%
CMYK33.78%0.00%9.46%
12.94%

Color #93DEC9 in popluar number systems.

HEX93DEC9
Decimal147222201
Binary100100111101111011001001
Octal223336311

Shades and tints

Shades of #93DEC9

#93DEC9
(147,222,201)
#86CAB7
(134,202,183)
#79B6A5
(121,182,165)
#6CA293
(108,162,147)
#5F8E81
(95,142,129)
#527A6F
(82,122,111)
#45665D
(69,102,93)
#38524B
(56,82,75)
#2B3E39
(43,62,57)
#1E2A27
(30,42,39)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #93DEC9

#93DEC9
(147,222,201)
#9CE1CD
(156,225,205)
#A5E4D1
(165,228,209)
#AEE7D5
(174,231,213)
#B7EAD9
(183,234,217)
#C0EDDD
(192,237,221)
#C9F0E1
(201,240,225)
#D2F3E5
(210,243,229)
#DBF6E9
(219,246,233)
#E4F9ED
(228,249,237)
#EDFCF1
(237,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DEC9; }

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

This text font color is #93DEC9.


Background Color

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

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

This div background color is #93DEC9.


Border color

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

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

This div border color is #93DEC9.


Opacity

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

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

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

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

This text has shadow with #93DEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DEC9 on black background.


Color preview on white background

This text has color #93DEC9 on white background.



Black color preview on #93DEC9 background

This text has black color on #93DEC9 background.


White color preview on #93DEC9 background

This text has white color on #93DEC9 background.