COLOR #93D7C9

HEX: #93D7C9
RGB: (147,215,201)

Color info

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

RGB color model

#93D7C9 color RGB value is (147,215,201).

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

RGB channels and saturation

R 147 of 255 = 58%
G 215 of 255 = 84%
B 201 of 255 = 79%

147
215
201

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

Portions of RGB colors in percentages

R + G + B =
147 + 215 + 201 = 563 (100%)
R 147 of 563 ~ 26.11%
G 215 of 563 ~ 38.19%
B 201 of 563 ~ 35.7%

%26.11
%38.19
%35.7

CMYK color model

#93D7C9 color CMYK value is (32,0,7,16).

  • cyan value is 31.63%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 15.69%
CMYK: (32,0,7,16) C32M0Y7K16 (32%,0%,7%,16%) (0.32/0.00/0.07/0.16)

CMYK percentages

%31.63
%0
%6.51
%15.69

Codes

Color #93D7C9 in popluar color models

93D7C9
RGB147215201
HSL168°45.95%70.98%
HSB/HSV168°31.63%84.31%
CMYK31.63%0.00%6.51%
15.69%

Color #93D7C9 in popluar number systems.

HEX93D7C9
Decimal147215201
Binary100100111101011111001001
Octal223327311

Shades and tints

Shades of #93D7C9

#93D7C9
(147,215,201)
#86C4B7
(134,196,183)
#79B1A5
(121,177,165)
#6C9E93
(108,158,147)
#5F8B81
(95,139,129)
#52786F
(82,120,111)
#45655D
(69,101,93)
#38524B
(56,82,75)
#2B3F39
(43,63,57)
#1E2C27
(30,44,39)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #93D7C9

#93D7C9
(147,215,201)
#9CDACD
(156,218,205)
#A5DDD1
(165,221,209)
#AEE0D5
(174,224,213)
#B7E3D9
(183,227,217)
#C0E6DD
(192,230,221)
#C9E9E1
(201,233,225)
#D2ECE5
(210,236,229)
#DBEFE9
(219,239,233)
#E4F2ED
(228,242,237)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93D7C9; }

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

This text font color is #93D7C9.


Background Color

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

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

This div background color is #93D7C9.


Border color

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

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

This div border color is #93D7C9.


Opacity

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

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

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

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

This text has shadow with #93D7C9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #93D7C9 on black background.


Color preview on white background

This text has color #93D7C9 on white background.



Black color preview on #93D7C9 background

This text has black color on #93D7C9 background.


White color preview on #93D7C9 background

This text has white color on #93D7C9 background.