COLOR #93CDAD

HEX: #93CDAD
RGB: (147,205,173)

Color info

#93CDAD contains red, green and blue colors in about the same proportion. Web safe color of #93CDAD is #99CC99 (or #9C9).

RGB color model

#93CDAD color RGB value is (147,205,173).

  • red value is 147;
  • green value is 205;
  • blue value is 173.
RGB:
(147,205,173)
(58%,80%,68%)

RGB channels and saturation

R 147 of 255 = 58%
G 205 of 255 = 80%
B 173 of 255 = 68%

147
205
173

R + G + B ~ 69%. #93CDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 205 + 173 = 525 (100%)
R 147 of 525 ~ 28%
G 205 of 525 ~ 39.05%
B 173 of 525 ~ 32.95%

%28
%39.05
%32.95

CMYK color model

#93CDAD color CMYK value is (28,0,16,20).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 19.61%
CMYK:
(28,0,16,20)
C28M0Y16K20 
(28%,0%,16%,20%)
(0.28/0.00/0.16/0.20)	

CMYK percentages

%28.29
%0
%15.61
%19.61

Codes

Color #93CDAD in popluar color models

93CDAD
RGB147205173
HSL147°36.71%69.02%
HSB/HSV147°28.29%80.39%
CMYK28.29%0.00%15.61%
19.61%

Color #93CDAD in popluar number systems.

HEX93CDAD
Decimal147205173
Binary100100111100110110101101
Octal223315255

Shades and tints

Shades of #93CDAD

#93CDAD
(147,205,173)
#86BB9E
(134,187,158)
#79A98F
(121,169,143)
#6C9780
(108,151,128)
#5F8571
(95,133,113)
#527362
(82,115,98)
#456153
(69,97,83)
#384F44
(56,79,68)
#2B3D35
(43,61,53)
#1E2B26
(30,43,38)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #93CDAD

#93CDAD
(147,205,173)
#9CD1B4
(156,209,180)
#A5D5BB
(165,213,187)
#AED9C2
(174,217,194)
#B7DDC9
(183,221,201)
#C0E1D0
(192,225,208)
#C9E5D7
(201,229,215)
#D2E9DE
(210,233,222)
#DBEDE5
(219,237,229)
#E4F1EC
(228,241,236)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CDAD color. Also use rgb(147,205,173) instead hex code.

Text Font Color

.myTextColor { color: #93CDAD; }

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

This text font color is #93CDAD.


Background Color

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

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

This div background color is #93CDAD.


Border color

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

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

This div border color is #93CDAD.


Opacity

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

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

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

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

This text has shadow with #93CDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CDAD on black background.


Color preview on white background

This text has color #93CDAD on white background.



Black color preview on #93CDAD background

This text has black color on #93CDAD background.


White color preview on #93CDAD background

This text has white color on #93CDAD background.