COLOR #93C7AF

HEX: #93C7AF RGB: (147,199,175)

Color info

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

RGB color model

#93C7AF color RGB value is (147,199,175).

RGB: (147,199,175) (58%, 78%, 69%)

RGB channels and saturation

R 147 of 255 = 58%
G 199 of 255 = 78%
B 175 of 255 = 69%

147
199
175

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

Portions of RGB colors in percentages

R + G + B = 147 + 199 + 175 = 521 (100%)
R 147 of 521 ~ 28.21%
G 199 of 521 ~ 38.2%
B 175 of 521 ~ 33.59'%

%28.21
%38.2
%33.59

CMYK color model

#93C7AF color CMYK value is (26,0,12,22).

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

CMYK: (26,0,12,22)
C26M0Y12K22 (26%, 0%, 12%, 22%)
(0.26 / 0.00 / 0.12 / 0.22)

CMYK percentages

%26.13
%0
%12.06
%21.96

Codes

Color #93C7AF in popluar color models

93 C7 AF
RGB 147 199 175
HSL 152° 31.71% 67.84%
HSB/HSV 152° 26.13% 78.04%
CMYK 26.13% 0.00% 12.06%
21.96%

Color #93C7AF in popluar number systems.

HEX 93 C7 AF
Decimal 147 199 175
Binary 10010011 11000111 10101111
Octal 223 307 257

Shades and tints

Shades of #93C7AF

#93C7AF
(147,199,175)
#86B5A0
(134,181,160)
#79A391
(121,163,145)
#6C9182
(108,145,130)
#5F7F73
(95,127,115)
#526D64
(82,109,100)
#455B55
(69,91,85)
#384946
(56,73,70)
#2B3737
(43,55,55)
#1E2528
(30,37,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #93C7AF

#93C7AF
(147,199,175)
#9CCCB6
(156,204,182)
#A5D1BD
(165,209,189)
#AED6C4
(174,214,196)
#B7DBCB
(183,219,203)
#C0E0D2
(192,224,210)
#C9E5D9
(201,229,217)
#D2EAE0
(210,234,224)
#DBEFE7
(219,239,231)
#E4F4EE
(228,244,238)
#EDF9F5
(237,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C7AF; }

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

This text font color is #93C7AF.

Background Color

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

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

This div background color is #93C7AF.

Border color

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

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

This div border color is #93C7AF.

Opacity

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

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

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

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

This text has shadow with #93C7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C7AF.

Preview

Color preview on black background

This text has color #93C7AF on black background.


Color preview on white background

This text has color #93C7AF on white background.


Black color preview on #93C7AF background

This text has black color on #93C7AF background.


White color preview on #93C7AF background

This text has white color on #93C7AF background.


Related colors

Complementary color

Complementary color for #hex is #6C3850.


I love getcolorcode.com

Triadic colors

1 #AF93C7 and #C7AF93 with #93C7AF are triadic colors.

2 #AFC793 and #C793AF with #93C7AF are triadic colors.