COLOR #93CFC6

HEX: #93CFC6
RGB: (147,207,198)

Color info

#93CFC6 contains mainly green and blue colors. Web safe color of #93CFC6 is #99CCCC (or #9CC).

RGB color model

#93CFC6 color RGB value is (147,207,198).

  • red value is 147;
  • green value is 207;
  • blue value is 198.
RGB:
(147,207,198)
(58%,81%,78%)

RGB channels and saturation

R 147 of 255 = 58%
G 207 of 255 = 81%
B 198 of 255 = 78%

147
207
198

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

Portions of RGB colors in percentages

R + G + B =
147 + 207 + 198 = 552 (100%)
R 147 of 552 ~ 26.63%
G 207 of 552 ~ 37.5%
B 198 of 552 ~ 35.87%

%26.63
%37.5
%35.87

CMYK color model

#93CFC6 color CMYK value is (29,0,4,19).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(29,0,4,19)
C29M0Y4K19 
(29%,0%,4%,19%)
(0.29/0.00/0.04/0.19)	

CMYK percentages

%28.99
%0
%4.35
%18.82

Codes

Color #93CFC6 in popluar color models

93CFC6
RGB147207198
HSL171°38.46%69.41%
HSB/HSV171°28.99%81.18%
CMYK28.99%0.00%4.35%
18.82%

Color #93CFC6 in popluar number systems.

HEX93CFC6
Decimal147207198
Binary100100111100111111000110
Octal223317306

Shades and tints

Shades of #93CFC6

#93CFC6
(147,207,198)
#86BDB4
(134,189,180)
#79ABA2
(121,171,162)
#6C9990
(108,153,144)
#5F877E
(95,135,126)
#52756C
(82,117,108)
#45635A
(69,99,90)
#385148
(56,81,72)
#2B3F36
(43,63,54)
#1E2D24
(30,45,36)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #93CFC6

#93CFC6
(147,207,198)
#9CD3CB
(156,211,203)
#A5D7D0
(165,215,208)
#AEDBD5
(174,219,213)
#B7DFDA
(183,223,218)
#C0E3DF
(192,227,223)
#C9E7E4
(201,231,228)
#D2EBE9
(210,235,233)
#DBEFEE
(219,239,238)
#E4F3F3
(228,243,243)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CFC6 color. Also use rgb(147,207,198) instead hex code.

Text Font Color

.myTextColor { color: #93CFC6; }

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

This text font color is #93CFC6.


Background Color

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

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

This div background color is #93CFC6.


Border color

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

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

This div border color is #93CFC6.


Opacity

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

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

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

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

This text has shadow with #93CFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CFC6 on black background.


Color preview on white background

This text has color #93CFC6 on white background.



Black color preview on #93CFC6 background

This text has black color on #93CFC6 background.


White color preview on #93CFC6 background

This text has white color on #93CFC6 background.