COLOR #93B3C5

HEX: #93B3C5
RGB: (147,179,197)

Color info

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

RGB color model

#93B3C5 color RGB value is (147,179,197).

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

RGB channels and saturation

R 147 of 255 = 58%
G 179 of 255 = 70%
B 197 of 255 = 77%

147
179
197

R + G + B ~ 68%. #93B3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 179 + 197 = 523 (100%)
R 147 of 523 ~ 28.11%
G 179 of 523 ~ 34.23%
B 197 of 523 ~ 37.67%

%28.11
%34.23
%37.67

CMYK color model

#93B3C5 color CMYK value is (25,9,0,23).

  • cyan value is 25.38%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(25,9,0,23)
C25M9Y0K23 
(25%,9%,0%,23%)
(0.25/0.09/0.00/0.23)	

CMYK percentages

%25.38
%9.14
%0
%22.75

Codes

Color #93B3C5 in popluar color models

93B3C5
RGB147179197
HSL202°30.12%67.45%
HSB/HSV202°25.38%77.25%
CMYK25.38%9.14%0.00%
22.75%

Color #93B3C5 in popluar number systems.

HEX93B3C5
Decimal147179197
Binary100100111011001111000101
Octal223263305

Shades and tints

Shades of #93B3C5

#93B3C5
(147,179,197)
#86A3B4
(134,163,180)
#7993A3
(121,147,163)
#6C8392
(108,131,146)
#5F7381
(95,115,129)
#526370
(82,99,112)
#45535F
(69,83,95)
#38434E
(56,67,78)
#2B333D
(43,51,61)
#1E232C
(30,35,44)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #93B3C5

#93B3C5
(147,179,197)
#9CB9CA
(156,185,202)
#A5BFCF
(165,191,207)
#AEC5D4
(174,197,212)
#B7CBD9
(183,203,217)
#C0D1DE
(192,209,222)
#C9D7E3
(201,215,227)
#D2DDE8
(210,221,232)
#DBE3ED
(219,227,237)
#E4E9F2
(228,233,242)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B3C5; }

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

This text font color is #93B3C5.


Background Color

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

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

This div background color is #93B3C5.


Border color

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

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

This div border color is #93B3C5.


Opacity

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

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

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

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

This text has shadow with #93B3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B3C5 on black background.


Color preview on white background

This text has color #93B3C5 on white background.



Black color preview on #93B3C5 background

This text has black color on #93B3C5 background.


White color preview on #93B3C5 background

This text has white color on #93B3C5 background.