COLOR #93B7C5

HEX: #93B7C5
RGB: (147,183,197)

Color info

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

RGB color model

#93B7C5 color RGB value is (147,183,197).

  • red value is 147;
  • green value is 183;
  • blue value is 197.
RGB:
(147,183,197)
(58%,72%,77%)

RGB channels and saturation

R 147 of 255 = 58%
G 183 of 255 = 72%
B 197 of 255 = 77%

147
183
197

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

Portions of RGB colors in percentages

R + G + B =
147 + 183 + 197 = 527 (100%)
R 147 of 527 ~ 27.89%
G 183 of 527 ~ 34.72%
B 197 of 527 ~ 37.38%

%27.89
%34.72
%37.38

CMYK color model

#93B7C5 color CMYK value is (25,7,0,23).

  • cyan value is 25.38%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(25,7,0,23)
C25M7Y0K23 
(25%,7%,0%,23%)
(0.25/0.07/0.00/0.23)	

CMYK percentages

%25.38
%7.11
%0
%22.75

Codes

Color #93B7C5 in popluar color models

93B7C5
RGB147183197
HSL197°30.12%67.45%
HSB/HSV197°25.38%77.25%
CMYK25.38%7.11%0.00%
22.75%

Color #93B7C5 in popluar number systems.

HEX93B7C5
Decimal147183197
Binary100100111011011111000101
Octal223267305

Shades and tints

Shades of #93B7C5

#93B7C5
(147,183,197)
#86A7B4
(134,167,180)
#7997A3
(121,151,163)
#6C8792
(108,135,146)
#5F7781
(95,119,129)
#526770
(82,103,112)
#45575F
(69,87,95)
#38474E
(56,71,78)
#2B373D
(43,55,61)
#1E272C
(30,39,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #93B7C5

#93B7C5
(147,183,197)
#9CBDCA
(156,189,202)
#A5C3CF
(165,195,207)
#AEC9D4
(174,201,212)
#B7CFD9
(183,207,217)
#C0D5DE
(192,213,222)
#C9DBE3
(201,219,227)
#D2E1E8
(210,225,232)
#DBE7ED
(219,231,237)
#E4EDF2
(228,237,242)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B7C5 color. Also use rgb(147,183,197) instead hex code.

Text Font Color

.myTextColor { color: #93B7C5; }

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

This text font color is #93B7C5.


Background Color

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

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

This div background color is #93B7C5.


Border color

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

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

This div border color is #93B7C5.


Opacity

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

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

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

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

This text has shadow with #93B7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B7C5 on black background.


Color preview on white background

This text has color #93B7C5 on white background.



Black color preview on #93B7C5 background

This text has black color on #93B7C5 background.


White color preview on #93B7C5 background

This text has white color on #93B7C5 background.