COLOR #93CDC8

HEX: #93CDC8
RGB: (147,205,200)

Color info

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

RGB color model

#93CDC8 color RGB value is (147,205,200).

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

RGB channels and saturation

R 147 of 255 = 58%
G 205 of 255 = 80%
B 200 of 255 = 78%

147
205
200

R + G + B ~ 72%. #93CDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 205 + 200 = 552 (100%)
R 147 of 552 ~ 26.63%
G 205 of 552 ~ 37.14%
B 200 of 552 ~ 36.23%

%26.63
%37.14
%36.23

CMYK color model

#93CDC8 color CMYK value is (28,0,2,20).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 19.61%
CMYK:
(28,0,2,20)
C28M0Y2K20 
(28%,0%,2%,20%)
(0.28/0.00/0.02/0.20)	

CMYK percentages

%28.29
%0
%2.44
%19.61

Codes

Color #93CDC8 in popluar color models

93CDC8
RGB147205200
HSL175°36.71%69.02%
HSB/HSV175°28.29%80.39%
CMYK28.29%0.00%2.44%
19.61%

Color #93CDC8 in popluar number systems.

HEX93CDC8
Decimal147205200
Binary100100111100110111001000
Octal223315310

Shades and tints

Shades of #93CDC8

#93CDC8
(147,205,200)
#86BBB6
(134,187,182)
#79A9A4
(121,169,164)
#6C9792
(108,151,146)
#5F8580
(95,133,128)
#52736E
(82,115,110)
#45615C
(69,97,92)
#384F4A
(56,79,74)
#2B3D38
(43,61,56)
#1E2B26
(30,43,38)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #93CDC8

#93CDC8
(147,205,200)
#9CD1CD
(156,209,205)
#A5D5D2
(165,213,210)
#AED9D7
(174,217,215)
#B7DDDC
(183,221,220)
#C0E1E1
(192,225,225)
#C9E5E6
(201,229,230)
#D2E9EB
(210,233,235)
#DBEDF0
(219,237,240)
#E4F1F5
(228,241,245)
#EDF5FA
(237,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CDC8; }

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

This text font color is #93CDC8.


Background Color

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

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

This div background color is #93CDC8.


Border color

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

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

This div border color is #93CDC8.


Opacity

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

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

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

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

This text has shadow with #93CDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CDC8 on black background.


Color preview on white background

This text has color #93CDC8 on white background.



Black color preview on #93CDC8 background

This text has black color on #93CDC8 background.


White color preview on #93CDC8 background

This text has white color on #93CDC8 background.