COLOR #93C7BD

HEX: #93C7BD
RGB: (147,199,189)

Color info

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

RGB color model

#93C7BD color RGB value is (147,199,189).

  • red value is 147;
  • green value is 199;
  • blue value is 189.
RGB:
(147,199,189)
(58%,78%,74%)

RGB channels and saturation

R 147 of 255 = 58%
G 199 of 255 = 78%
B 189 of 255 = 74%

147
199
189

R + G + B ~ 70%. #93C7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 199 + 189 = 535 (100%)
R 147 of 535 ~ 27.48%
G 199 of 535 ~ 37.2%
B 189 of 535 ~ 35.33%

%27.48
%37.2
%35.33

CMYK color model

#93C7BD color CMYK value is (26,0,5,22).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(26,0,5,22)
C26M0Y5K22 
(26%,0%,5%,22%)
(0.26/0.00/0.05/0.22)	

CMYK percentages

%26.13
%0
%5.03
%21.96

Codes

Color #93C7BD in popluar color models

93C7BD
RGB147199189
HSL168°31.71%67.84%
HSB/HSV168°26.13%78.04%
CMYK26.13%0.00%5.03%
21.96%

Color #93C7BD in popluar number systems.

HEX93C7BD
Decimal147199189
Binary100100111100011110111101
Octal223307275

Shades and tints

Shades of #93C7BD

#93C7BD
(147,199,189)
#86B5AC
(134,181,172)
#79A39B
(121,163,155)
#6C918A
(108,145,138)
#5F7F79
(95,127,121)
#526D68
(82,109,104)
#455B57
(69,91,87)
#384946
(56,73,70)
#2B3735
(43,55,53)
#1E2524
(30,37,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #93C7BD

#93C7BD
(147,199,189)
#9CCCC3
(156,204,195)
#A5D1C9
(165,209,201)
#AED6CF
(174,214,207)
#B7DBD5
(183,219,213)
#C0E0DB
(192,224,219)
#C9E5E1
(201,229,225)
#D2EAE7
(210,234,231)
#DBEFED
(219,239,237)
#E4F4F3
(228,244,243)
#EDF9F9
(237,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C7BD; }

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

This text font color is #93C7BD.


Background Color

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

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

This div background color is #93C7BD.


Border color

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

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

This div border color is #93C7BD.


Opacity

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

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

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

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

This text has shadow with #93C7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C7BD on black background.


Color preview on white background

This text has color #93C7BD on white background.



Black color preview on #93C7BD background

This text has black color on #93C7BD background.


White color preview on #93C7BD background

This text has white color on #93C7BD background.