COLOR #93C4CC

HEX: #93C4CC
RGB: (147,196,204)

Color info

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

RGB color model

#93C4CC color RGB value is (147,196,204).

  • red value is 147;
  • green value is 196;
  • blue value is 204.
RGB:
(147,196,204)
(58%,77%,80%)

RGB channels and saturation

R 147 of 255 = 58%
G 196 of 255 = 77%
B 204 of 255 = 80%

147
196
204

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

Portions of RGB colors in percentages

R + G + B =
147 + 196 + 204 = 547 (100%)
R 147 of 547 ~ 26.87%
G 196 of 547 ~ 35.83%
B 204 of 547 ~ 37.29%

%26.87
%35.83
%37.29

CMYK color model

#93C4CC color CMYK value is (28,4,0,20).

  • cyan value is 27.94%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(28,4,0,20)
C28M4Y0K20 
(28%,4%,0%,20%)
(0.28/0.04/0.00/0.20)	

CMYK percentages

%27.94
%3.92
%0
%20

Codes

Color #93C4CC in popluar color models

93C4CC
RGB147196204
HSL188°35.85%68.82%
HSB/HSV188°27.94%80.00%
CMYK27.94%3.92%0.00%
20.00%

Color #93C4CC in popluar number systems.

HEX93C4CC
Decimal147196204
Binary100100111100010011001100
Octal223304314

Shades and tints

Shades of #93C4CC

#93C4CC
(147,196,204)
#86B3BA
(134,179,186)
#79A2A8
(121,162,168)
#6C9196
(108,145,150)
#5F8084
(95,128,132)
#526F72
(82,111,114)
#455E60
(69,94,96)
#384D4E
(56,77,78)
#2B3C3C
(43,60,60)
#1E2B2A
(30,43,42)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #93C4CC

#93C4CC
(147,196,204)
#9CC9D0
(156,201,208)
#A5CED4
(165,206,212)
#AED3D8
(174,211,216)
#B7D8DC
(183,216,220)
#C0DDE0
(192,221,224)
#C9E2E4
(201,226,228)
#D2E7E8
(210,231,232)
#DBECEC
(219,236,236)
#E4F1F0
(228,241,240)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C4CC color. Also use rgb(147,196,204) instead hex code.

Text Font Color

.myTextColor { color: #93C4CC; }

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

This text font color is #93C4CC.


Background Color

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

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

This div background color is #93C4CC.


Border color

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

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

This div border color is #93C4CC.


Opacity

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

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

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

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

This text has shadow with #93C4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C4CC on black background.


Color preview on white background

This text has color #93C4CC on white background.



Black color preview on #93C4CC background

This text has black color on #93C4CC background.


White color preview on #93C4CC background

This text has white color on #93C4CC background.