COLOR #93C7B6

HEX: #93C7B6
RGB: (147,199,182)

Color info

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

RGB color model

#93C7B6 color RGB value is (147,199,182).

  • red value is 147;
  • green value is 199;
  • blue value is 182.
RGB:
(147,199,182)
(58%,78%,71%)

RGB channels and saturation

R 147 of 255 = 58%
G 199 of 255 = 78%
B 182 of 255 = 71%

147
199
182

R + G + B ~ 69%. #93C7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 199 + 182 = 528 (100%)
R 147 of 528 ~ 27.84%
G 199 of 528 ~ 37.69%
B 182 of 528 ~ 34.47%

%27.84
%37.69
%34.47

CMYK color model

#93C7B6 color CMYK value is (26,0,9,22).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 21.96%
CMYK:
(26,0,9,22)
C26M0Y9K22 
(26%,0%,9%,22%)
(0.26/0.00/0.09/0.22)	

CMYK percentages

%26.13
%0
%8.54
%21.96

Codes

Color #93C7B6 in popluar color models

93C7B6
RGB147199182
HSL160°31.71%67.84%
HSB/HSV160°26.13%78.04%
CMYK26.13%0.00%8.54%
21.96%

Color #93C7B6 in popluar number systems.

HEX93C7B6
Decimal147199182
Binary100100111100011110110110
Octal223307266

Shades and tints

Shades of #93C7B6

#93C7B6
(147,199,182)
#86B5A6
(134,181,166)
#79A396
(121,163,150)
#6C9186
(108,145,134)
#5F7F76
(95,127,118)
#526D66
(82,109,102)
#455B56
(69,91,86)
#384946
(56,73,70)
#2B3736
(43,55,54)
#1E2526
(30,37,38)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #93C7B6

#93C7B6
(147,199,182)
#9CCCBC
(156,204,188)
#A5D1C2
(165,209,194)
#AED6C8
(174,214,200)
#B7DBCE
(183,219,206)
#C0E0D4
(192,224,212)
#C9E5DA
(201,229,218)
#D2EAE0
(210,234,224)
#DBEFE6
(219,239,230)
#E4F4EC
(228,244,236)
#EDF9F2
(237,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C7B6 color. Also use rgb(147,199,182) instead hex code.

Text Font Color

.myTextColor { color: #93C7B6; }

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

This text font color is #93C7B6.


Background Color

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

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

This div background color is #93C7B6.


Border color

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

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

This div border color is #93C7B6.


Opacity

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

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

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

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

This text has shadow with #93C7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C7B6 on black background.


Color preview on white background

This text has color #93C7B6 on white background.



Black color preview on #93C7B6 background

This text has black color on #93C7B6 background.


White color preview on #93C7B6 background

This text has white color on #93C7B6 background.