COLOR #93CCC3

HEX: #93CCC3
RGB: (147,204,195)

Color info

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

RGB color model

#93CCC3 color RGB value is (147,204,195).

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

RGB channels and saturation

R 147 of 255 = 58%
G 204 of 255 = 80%
B 195 of 255 = 76%

147
204
195

R + G + B ~ 71%. #93CCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 204 + 195 = 546 (100%)
R 147 of 546 ~ 26.92%
G 204 of 546 ~ 37.36%
B 195 of 546 ~ 35.71%

%26.92
%37.36
%35.71

CMYK color model

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

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • 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
%4.41
%20

Codes

Color #93CCC3 in popluar color models

93CCC3
RGB147204195
HSL171°35.85%68.82%
HSB/HSV171°27.94%80.00%
CMYK27.94%0.00%4.41%
20.00%

Color #93CCC3 in popluar number systems.

HEX93CCC3
Decimal147204195
Binary100100111100110011000011
Octal223314303

Shades and tints

Shades of #93CCC3

#93CCC3
(147,204,195)
#86BAB2
(134,186,178)
#79A8A1
(121,168,161)
#6C9690
(108,150,144)
#5F847F
(95,132,127)
#52726E
(82,114,110)
#45605D
(69,96,93)
#384E4C
(56,78,76)
#2B3C3B
(43,60,59)
#1E2A2A
(30,42,42)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #93CCC3

#93CCC3
(147,204,195)
#9CD0C8
(156,208,200)
#A5D4CD
(165,212,205)
#AED8D2
(174,216,210)
#B7DCD7
(183,220,215)
#C0E0DC
(192,224,220)
#C9E4E1
(201,228,225)
#D2E8E6
(210,232,230)
#DBECEB
(219,236,235)
#E4F0F0
(228,240,240)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CCC3; }

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

This text font color is #93CCC3.


Background Color

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

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

This div background color is #93CCC3.


Border color

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

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

This div border color is #93CCC3.


Opacity

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

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

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

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

This text has shadow with #93CCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CCC3 on black background.


Color preview on white background

This text has color #93CCC3 on white background.



Black color preview on #93CCC3 background

This text has black color on #93CCC3 background.


White color preview on #93CCC3 background

This text has white color on #93CCC3 background.