COLOR #93CBAD

HEX: #93CBAD RGB: (147,203,173)

Color info

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

RGB color model

#93CBAD color RGB value is (147,203,173).

RGB: (147,203,173) (58%, 80%, 68%)

RGB channels and saturation

R 147 of 255 = 58%
G 203 of 255 = 80%
B 173 of 255 = 68%

147
203
173

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

Portions of RGB colors in percentages

R + G + B = 147 + 203 + 173 = 523 (100%)
R 147 of 523 ~ 28.11%
G 203 of 523 ~ 38.81%
B 173 of 523 ~ 33.08'%

%28.11
%38.81
%33.08

CMYK color model

#93CBAD color CMYK value is (28,0,15,20).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 20.39%

CMYK: (28,0,15,20)
C28M0Y15K20 (28%, 0%, 15%, 20%)
(0.28 / 0.00 / 0.15 / 0.20)

CMYK percentages

%27.59
%0
%14.78
%20.39

Codes

Color #93CBAD in popluar color models

93 CB AD
RGB 147 203 173
HSL 148° 35.00% 68.63%
HSB/HSV 148° 27.59% 79.61%
CMYK 27.59% 0.00% 14.78%
20.39%

Color #93CBAD in popluar number systems.

HEX 93 CB AD
Decimal 147 203 173
Binary 10010011 11001011 10101101
Octal 223 313 255

Shades and tints

Shades of #93CBAD

#93CBAD
(147,203,173)
#86B99E
(134,185,158)
#79A78F
(121,167,143)
#6C9580
(108,149,128)
#5F8371
(95,131,113)
#527162
(82,113,98)
#455F53
(69,95,83)
#384D44
(56,77,68)
#2B3B35
(43,59,53)
#1E2926
(30,41,38)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #93CBAD

#93CBAD
(147,203,173)
#9CCFB4
(156,207,180)
#A5D3BB
(165,211,187)
#AED7C2
(174,215,194)
#B7DBC9
(183,219,201)
#C0DFD0
(192,223,208)
#C9E3D7
(201,227,215)
#D2E7DE
(210,231,222)
#DBEBE5
(219,235,229)
#E4EFEC
(228,239,236)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CBAD color. Also use rgb(147,203,173) instead hex code.

Text Font Color

.myTextColor { color: #93CBAD; }

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

This text font color is #93CBAD.

Background Color

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

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

This div background color is #93CBAD.

Border color

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

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

This div border color is #93CBAD.

Opacity

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

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

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

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

This text has shadow with #93CBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93CBAD.

Preview

Color preview on black background

This text has color #93CBAD on black background.


Color preview on white background

This text has color #93CBAD on white background.


Black color preview on #93CBAD background

This text has black color on #93CBAD background.


White color preview on #93CBAD background

This text has white color on #93CBAD background.


Related colors

Complementary color

Complementary color for #hex is #6C3452.


I love getcolorcode.com

Triadic colors

1 #AD93CB and #CBAD93 with #93CBAD are triadic colors.

2 #ADCB93 and #CB93AD with #93CBAD are triadic colors.