COLOR #93C4BD

HEX: #93C4BD
RGB: (147,196,189)

Color info

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

RGB color model

#93C4BD color RGB value is (147,196,189).

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

RGB channels and saturation

R 147 of 255 = 58%
G 196 of 255 = 77%
B 189 of 255 = 74%

147
196
189

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

Portions of RGB colors in percentages

R + G + B =
147 + 196 + 189 = 532 (100%)
R 147 of 532 ~ 27.63%
G 196 of 532 ~ 36.84%
B 189 of 532 ~ 35.53%

%27.63
%36.84
%35.53

CMYK color model

#93C4BD color CMYK value is (25,0,4,23).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(25,0,4,23)
C25M0Y4K23 
(25%,0%,4%,23%)
(0.25/0.00/0.04/0.23)	

CMYK percentages

%25
%0
%3.57
%23.14

Codes

Color #93C4BD in popluar color models

93C4BD
RGB147196189
HSL171°29.34%67.25%
HSB/HSV171°25.00%76.86%
CMYK25.00%0.00%3.57%
23.14%

Color #93C4BD in popluar number systems.

HEX93C4BD
Decimal147196189
Binary100100111100010010111101
Octal223304275

Shades and tints

Shades of #93C4BD

#93C4BD
(147,196,189)
#86B3AC
(134,179,172)
#79A29B
(121,162,155)
#6C918A
(108,145,138)
#5F8079
(95,128,121)
#526F68
(82,111,104)
#455E57
(69,94,87)
#384D46
(56,77,70)
#2B3C35
(43,60,53)
#1E2B24
(30,43,36)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #93C4BD

#93C4BD
(147,196,189)
#9CC9C3
(156,201,195)
#A5CEC9
(165,206,201)
#AED3CF
(174,211,207)
#B7D8D5
(183,216,213)
#C0DDDB
(192,221,219)
#C9E2E1
(201,226,225)
#D2E7E7
(210,231,231)
#DBECED
(219,236,237)
#E4F1F3
(228,241,243)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C4BD; }

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

This text font color is #93C4BD.


Background Color

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

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

This div background color is #93C4BD.


Border color

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

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

This div border color is #93C4BD.


Opacity

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

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

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

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

This text has shadow with #93C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C4BD on black background.


Color preview on white background

This text has color #93C4BD on white background.



Black color preview on #93C4BD background

This text has black color on #93C4BD background.


White color preview on #93C4BD background

This text has white color on #93C4BD background.