COLOR #93CFA6

HEX: #93CFA6
RGB: (147,207,166)

Color info

#93CFA6 contains mainly green and blue colors. Web safe color of #93CFA6 is #99CC99 (or #9C9).

RGB color model

#93CFA6 color RGB value is (147,207,166).

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

RGB channels and saturation

R 147 of 255 = 58%
G 207 of 255 = 81%
B 166 of 255 = 65%

147
207
166

R + G + B ~ 68%. #93CFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 207 + 166 = 520 (100%)
R 147 of 520 ~ 28.27%
G 207 of 520 ~ 39.81%
B 166 of 520 ~ 31.92%

%28.27
%39.81
%31.92

CMYK color model

#93CFA6 color CMYK value is (29,0,20,19).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 18.82%
CMYK:
(29,0,20,19)
C29M0Y20K19 
(29%,0%,20%,19%)
(0.29/0.00/0.20/0.19)	

CMYK percentages

%28.99
%0
%19.81
%18.82

Codes

Color #93CFA6 in popluar color models

93CFA6
RGB147207166
HSL139°38.46%69.41%
HSB/HSV139°28.99%81.18%
CMYK28.99%0.00%19.81%
18.82%

Color #93CFA6 in popluar number systems.

HEX93CFA6
Decimal147207166
Binary100100111100111110100110
Octal223317246

Shades and tints

Shades of #93CFA6

#93CFA6
(147,207,166)
#86BD97
(134,189,151)
#79AB88
(121,171,136)
#6C9979
(108,153,121)
#5F876A
(95,135,106)
#52755B
(82,117,91)
#45634C
(69,99,76)
#38513D
(56,81,61)
#2B3F2E
(43,63,46)
#1E2D1F
(30,45,31)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #93CFA6

#93CFA6
(147,207,166)
#9CD3AE
(156,211,174)
#A5D7B6
(165,215,182)
#AEDBBE
(174,219,190)
#B7DFC6
(183,223,198)
#C0E3CE
(192,227,206)
#C9E7D6
(201,231,214)
#D2EBDE
(210,235,222)
#DBEFE6
(219,239,230)
#E4F3EE
(228,243,238)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CFA6; }

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

This text font color is #93CFA6.


Background Color

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

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

This div background color is #93CFA6.


Border color

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

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

This div border color is #93CFA6.


Opacity

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

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

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

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

This text has shadow with #93CFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CFA6 on black background.


Color preview on white background

This text has color #93CFA6 on white background.



Black color preview on #93CFA6 background

This text has black color on #93CFA6 background.


White color preview on #93CFA6 background

This text has white color on #93CFA6 background.