COLOR #93C6A5

HEX: #93C6A5
RGB: (147,198,165)

Color info

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

RGB color model

#93C6A5 color RGB value is (147,198,165).

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

RGB channels and saturation

R 147 of 255 = 58%
G 198 of 255 = 78%
B 165 of 255 = 65%

147
198
165

R + G + B ~ 67%. #93C6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 198 + 165 = 510 (100%)
R 147 of 510 ~ 28.82%
G 198 of 510 ~ 38.82%
B 165 of 510 ~ 32.35%

%28.82
%38.82
%32.35

CMYK color model

#93C6A5 color CMYK value is (26,0,17,22).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(26,0,17,22)
C26M0Y17K22 
(26%,0%,17%,22%)
(0.26/0.00/0.17/0.22)	

CMYK percentages

%25.76
%0
%16.67
%22.35

Codes

Color #93C6A5 in popluar color models

93C6A5
RGB147198165
HSL141°30.91%67.65%
HSB/HSV141°25.76%77.65%
CMYK25.76%0.00%16.67%
22.35%

Color #93C6A5 in popluar number systems.

HEX93C6A5
Decimal147198165
Binary100100111100011010100101
Octal223306245

Shades and tints

Shades of #93C6A5

#93C6A5
(147,198,165)
#86B496
(134,180,150)
#79A287
(121,162,135)
#6C9078
(108,144,120)
#5F7E69
(95,126,105)
#526C5A
(82,108,90)
#455A4B
(69,90,75)
#38483C
(56,72,60)
#2B362D
(43,54,45)
#1E241E
(30,36,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #93C6A5

#93C6A5
(147,198,165)
#9CCBAD
(156,203,173)
#A5D0B5
(165,208,181)
#AED5BD
(174,213,189)
#B7DAC5
(183,218,197)
#C0DFCD
(192,223,205)
#C9E4D5
(201,228,213)
#D2E9DD
(210,233,221)
#DBEEE5
(219,238,229)
#E4F3ED
(228,243,237)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C6A5; }

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

This text font color is #93C6A5.


Background Color

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

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

This div background color is #93C6A5.


Border color

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

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

This div border color is #93C6A5.


Opacity

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

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

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

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

This text has shadow with #93C6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C6A5 on black background.


Color preview on white background

This text has color #93C6A5 on white background.



Black color preview on #93C6A5 background

This text has black color on #93C6A5 background.


White color preview on #93C6A5 background

This text has white color on #93C6A5 background.