COLOR #93C7A1

HEX: #93C7A1 RGB: (147,199,161)

Color info

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

RGB color model

#93C7A1 color RGB value is (147,199,161).

RGB: (147,199,161) (58%, 78%, 63%)

RGB channels and saturation

R 147 of 255 = 58%
G 199 of 255 = 78%
B 161 of 255 = 63%

147
199
161

R + G + B ~ 66%. #93C7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 199 + 161 = 507 (100%)
R 147 of 507 ~ 28.99%
G 199 of 507 ~ 39.25%
B 161 of 507 ~ 31.76'%

%28.99
%39.25
%31.76

CMYK color model

#93C7A1 color CMYK value is (26,0,19,22).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 21.96%

CMYK: (26,0,19,22)
C26M0Y19K22 (26%, 0%, 19%, 22%)
(0.26 / 0.00 / 0.19 / 0.22)

CMYK percentages

%26.13
%0
%19.1
%21.96

Codes

Color #93C7A1 in popluar color models

93 C7 A1
RGB 147 199 161
HSL 136° 31.71% 67.84%
HSB/HSV 136° 26.13% 78.04%
CMYK 26.13% 0.00% 19.10%
21.96%

Color #93C7A1 in popluar number systems.

HEX 93 C7 A1
Decimal 147 199 161
Binary 10010011 11000111 10100001
Octal 223 307 241

Shades and tints

Shades of #93C7A1

#93C7A1
(147,199,161)
#86B593
(134,181,147)
#79A385
(121,163,133)
#6C9177
(108,145,119)
#5F7F69
(95,127,105)
#526D5B
(82,109,91)
#455B4D
(69,91,77)
#38493F
(56,73,63)
#2B3731
(43,55,49)
#1E2523
(30,37,35)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #93C7A1

#93C7A1
(147,199,161)
#9CCCA9
(156,204,169)
#A5D1B1
(165,209,177)
#AED6B9
(174,214,185)
#B7DBC1
(183,219,193)
#C0E0C9
(192,224,201)
#C9E5D1
(201,229,209)
#D2EAD9
(210,234,217)
#DBEFE1
(219,239,225)
#E4F4E9
(228,244,233)
#EDF9F1
(237,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C7A1; }

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

This text font color is #93C7A1.

Background Color

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

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

This div background color is #93C7A1.

Border color

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

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

This div border color is #93C7A1.

Opacity

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

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

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

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

This text has shadow with #93C7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C7A1.

Preview

Color preview on black background

This text has color #93C7A1 on black background.


Color preview on white background

This text has color #93C7A1 on white background.


Black color preview on #93C7A1 background

This text has black color on #93C7A1 background.


White color preview on #93C7A1 background

This text has white color on #93C7A1 background.


Related colors

Complementary color

Complementary color for #hex is #6C385E.


I love getcolorcode.com

Triadic colors

1 #A193C7 and #C7A193 with #93C7A1 are triadic colors.

2 #A1C793 and #C793A1 with #93C7A1 are triadic colors.