COLOR #93CDAE

HEX: #93CDAE
RGB: (147,205,174)

Color info

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

RGB color model

#93CDAE color RGB value is (147,205,174).

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

RGB channels and saturation

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

147
205
174

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

Portions of RGB colors in percentages

R + G + B =
147 + 205 + 174 = 526 (100%)
R 147 of 526 ~ 27.95%
G 205 of 526 ~ 38.97%
B 174 of 526 ~ 33.08%

%27.95
%38.97
%33.08

CMYK color model

#93CDAE color CMYK value is (28,0,15,20).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 19.61%
CMYK:
(28,0,15,20)
C28M0Y15K20 
(28%,0%,15%,20%)
(0.28/0.00/0.15/0.20)	

CMYK percentages

%28.29
%0
%15.12
%19.61

Codes

Color #93CDAE in popluar color models

93CDAE
RGB147205174
HSL148°36.71%69.02%
HSB/HSV148°28.29%80.39%
CMYK28.29%0.00%15.12%
19.61%

Color #93CDAE in popluar number systems.

HEX93CDAE
Decimal147205174
Binary100100111100110110101110
Octal223315256

Shades and tints

Shades of #93CDAE

#93CDAE
(147,205,174)
#86BB9F
(134,187,159)
#79A990
(121,169,144)
#6C9781
(108,151,129)
#5F8572
(95,133,114)
#527363
(82,115,99)
#456154
(69,97,84)
#384F45
(56,79,69)
#2B3D36
(43,61,54)
#1E2B27
(30,43,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #93CDAE

#93CDAE
(147,205,174)
#9CD1B5
(156,209,181)
#A5D5BC
(165,213,188)
#AED9C3
(174,217,195)
#B7DDCA
(183,221,202)
#C0E1D1
(192,225,209)
#C9E5D8
(201,229,216)
#D2E9DF
(210,233,223)
#DBEDE6
(219,237,230)
#E4F1ED
(228,241,237)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CDAE; }

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

This text font color is #93CDAE.


Background Color

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

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

This div background color is #93CDAE.


Border color

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

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

This div border color is #93CDAE.


Opacity

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

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

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

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

This text has shadow with #93CDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CDAE on black background.


Color preview on white background

This text has color #93CDAE on white background.



Black color preview on #93CDAE background

This text has black color on #93CDAE background.


White color preview on #93CDAE background

This text has white color on #93CDAE background.