COLOR #93CCC4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

147
204
196

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

Portions of RGB colors in percentages

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

%26.87
%37.29
%35.83

CMYK color model

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

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

CMYK percentages

%27.94
%0
%3.92
%20

Codes

Color #93CCC4 in popluar color models

93CCC4
RGB147204196
HSL172°35.85%68.82%
HSB/HSV172°27.94%80.00%
CMYK27.94%0.00%3.92%
20.00%

Color #93CCC4 in popluar number systems.

HEX93CCC4
Decimal147204196
Binary100100111100110011000100
Octal223314304

Shades and tints

Shades of #93CCC4

#93CCC4
(147,204,196)
#86BAB3
(134,186,179)
#79A8A2
(121,168,162)
#6C9691
(108,150,145)
#5F8480
(95,132,128)
#52726F
(82,114,111)
#45605E
(69,96,94)
#384E4D
(56,78,77)
#2B3C3C
(43,60,60)
#1E2A2B
(30,42,43)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #93CCC4

#93CCC4
(147,204,196)
#9CD0C9
(156,208,201)
#A5D4CE
(165,212,206)
#AED8D3
(174,216,211)
#B7DCD8
(183,220,216)
#C0E0DD
(192,224,221)
#C9E4E2
(201,228,226)
#D2E8E7
(210,232,231)
#DBECEC
(219,236,236)
#E4F0F1
(228,240,241)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CCC4; }

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

This text font color is #93CCC4.


Background Color

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

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

This div background color is #93CCC4.


Border color

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

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

This div border color is #93CCC4.


Opacity

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

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

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

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

This text has shadow with #93CCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CCC4 on black background.


Color preview on white background

This text has color #93CCC4 on white background.



Black color preview on #93CCC4 background

This text has black color on #93CCC4 background.


White color preview on #93CCC4 background

This text has white color on #93CCC4 background.