COLOR #93BCAD

HEX: #93BCAD
RGB: (147,188,173)

Color info

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

RGB color model

#93BCAD color RGB value is (147,188,173).

  • red value is 147;
  • green value is 188;
  • blue value is 173.
RGB:
(147,188,173)
(58%,74%,68%)

RGB channels and saturation

R 147 of 255 = 58%
G 188 of 255 = 74%
B 173 of 255 = 68%

147
188
173

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

Portions of RGB colors in percentages

R + G + B =
147 + 188 + 173 = 508 (100%)
R 147 of 508 ~ 28.94%
G 188 of 508 ~ 37.01%
B 173 of 508 ~ 34.06%

%28.94
%37.01
%34.06

CMYK color model

#93BCAD color CMYK value is (22,0,8,26).

  • cyan value is 21.81%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(22,0,8,26)
C22M0Y8K26 
(22%,0%,8%,26%)
(0.22/0.00/0.08/0.26)	

CMYK percentages

%21.81
%0
%7.98
%26.27

Codes

Color #93BCAD in popluar color models

93BCAD
RGB147188173
HSL158°23.43%65.69%
HSB/HSV158°21.81%73.73%
CMYK21.81%0.00%7.98%
26.27%

Color #93BCAD in popluar number systems.

HEX93BCAD
Decimal147188173
Binary100100111011110010101101
Octal223274255

Shades and tints

Shades of #93BCAD

#93BCAD
(147,188,173)
#86AB9E
(134,171,158)
#799A8F
(121,154,143)
#6C8980
(108,137,128)
#5F7871
(95,120,113)
#526762
(82,103,98)
#455653
(69,86,83)
#384544
(56,69,68)
#2B3435
(43,52,53)
#1E2326
(30,35,38)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #93BCAD

#93BCAD
(147,188,173)
#9CC2B4
(156,194,180)
#A5C8BB
(165,200,187)
#AECEC2
(174,206,194)
#B7D4C9
(183,212,201)
#C0DAD0
(192,218,208)
#C9E0D7
(201,224,215)
#D2E6DE
(210,230,222)
#DBECE5
(219,236,229)
#E4F2EC
(228,242,236)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BCAD; }

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

This text font color is #93BCAD.


Background Color

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

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

This div background color is #93BCAD.


Border color

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

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

This div border color is #93BCAD.


Opacity

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

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

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

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

This text has shadow with #93BCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BCAD on black background.


Color preview on white background

This text has color #93BCAD on white background.



Black color preview on #93BCAD background

This text has black color on #93BCAD background.


White color preview on #93BCAD background

This text has white color on #93BCAD background.