COLOR #93D1AE

HEX: #93D1AE RGB: (147,209,174)

Color info

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

RGB color model

#93D1AE color RGB value is (147,209,174).

RGB: (147,209,174) (58%, 82%, 68%)

RGB channels and saturation

R 147 of 255 = 58%
G 209 of 255 = 82%
B 174 of 255 = 68%

147
209
174

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

Portions of RGB colors in percentages

R + G + B = 147 + 209 + 174 = 530 (100%)
R 147 of 530 ~ 27.74%
G 209 of 530 ~ 39.43%
B 174 of 530 ~ 32.83'%

%27.74
%39.43
%32.83

CMYK color model

#93D1AE color CMYK value is (30,0,17,18).

  • cyan value is 29.67%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK: (30,0,17,18) C30M0Y17K18 (30%,0%,17%,18%) (0.30/0.00/0.17/0.18) 

CMYK percentages

%29.67
%0
%16.75
%18.04

Codes

Color #93D1AE in popluar color models

93 D1 AE
RGB 147 209 174
HSL 146° 40.26% 69.80%
HSB/HSV 146° 29.67% 81.96%
CMYK 29.67% 0.00% 16.75%
18.04%

Color #93D1AE in popluar number systems.

HEX 93 D1 AE
Decimal 147 209 174
Binary 10010011 11010001 10101110
Octal 223 321 256

Shades and tints

Shades of #93D1AE

#93D1AE
(147,209,174)
#86BE9F
(134,190,159)
#79AB90
(121,171,144)
#6C9881
(108,152,129)
#5F8572
(95,133,114)
#527263
(82,114,99)
#455F54
(69,95,84)
#384C45
(56,76,69)
#2B3936
(43,57,54)
#1E2627
(30,38,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #93D1AE

#93D1AE
(147,209,174)
#9CD5B5
(156,213,181)
#A5D9BC
(165,217,188)
#AEDDC3
(174,221,195)
#B7E1CA
(183,225,202)
#C0E5D1
(192,229,209)
#C9E9D8
(201,233,216)
#D2EDDF
(210,237,223)
#DBF1E6
(219,241,230)
#E4F5ED
(228,245,237)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D1AE color. Also use rgb(147,209,174) instead hex code.

Text Font Color

.myTextColor { color: #93D1AE; }

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

This text font color is #93D1AE.

Background Color

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

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

This div background color is #93D1AE.

Border color

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

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

This div border color is #93D1AE.

Opacity

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

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

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

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

This text has shadow with #93D1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93D1AE.

Preview

Color preview on black background

This text has color #93D1AE on black background.


Color preview on white background

This text has color #93D1AE on white background.


Black color preview on #93D1AE background

This text has black color on #93D1AE background.


White color preview on #93D1AE background

This text has white color on #93D1AE background.


Related colors

Complementary color

Complementary color for #hex is #6C2E51.


I love getcolorcode.com

Triadic colors

1 #AE93D1 and #D1AE93 with #93D1AE are triadic colors.

2 #AED193 and #D193AE with #93D1AE are triadic colors.