COLOR #93B1C5

HEX: #93B1C5 RGB: (147,177,197)

Color info

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

RGB color model

#93B1C5 color RGB value is (147,177,197).

RGB: (147,177,197) (58%, 69%, 77%)

RGB channels and saturation

R 147 of 255 = 58%
G 177 of 255 = 69%
B 197 of 255 = 77%

147
177
197

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

Portions of RGB colors in percentages

R + G + B = 147 + 177 + 197 = 521 (100%)
R 147 of 521 ~ 28.21%
G 177 of 521 ~ 33.97%
B 197 of 521 ~ 37.81'%

%28.21
%33.97
%37.81

CMYK color model

#93B1C5 color CMYK value is (25,10,0,23).

  • cyan value is 25.38%
  • magenta value is 10.15%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (25,10,0,23)
C25M10Y0K23 (25%, 10%, 0%, 23%)
(0.25 / 0.10 / 0.00 / 0.23)

CMYK percentages

%25.38
%10.15
%0
%22.75

Codes

Color #93B1C5 in popluar color models

93 B1 C5
RGB 147 177 197
HSL 204° 30.12% 67.45%
HSB/HSV 204° 25.38% 77.25%
CMYK 25.38% 10.15% 0.00%
22.75%

Color #93B1C5 in popluar number systems.

HEX 93 B1 C5
Decimal 147 177 197
Binary 10010011 10110001 11000101
Octal 223 261 305

Shades and tints

Shades of #93B1C5

#93B1C5
(147,177,197)
#86A1B4
(134,161,180)
#7991A3
(121,145,163)
#6C8192
(108,129,146)
#5F7181
(95,113,129)
#526170
(82,97,112)
#45515F
(69,81,95)
#38414E
(56,65,78)
#2B313D
(43,49,61)
#1E212C
(30,33,44)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #93B1C5

#93B1C5
(147,177,197)
#9CB8CA
(156,184,202)
#A5BFCF
(165,191,207)
#AEC6D4
(174,198,212)
#B7CDD9
(183,205,217)
#C0D4DE
(192,212,222)
#C9DBE3
(201,219,227)
#D2E2E8
(210,226,232)
#DBE9ED
(219,233,237)
#E4F0F2
(228,240,242)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B1C5; }

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

This text font color is #93B1C5.

Background Color

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

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

This div background color is #93B1C5.

Border color

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

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

This div border color is #93B1C5.

Opacity

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

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

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

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

This text has shadow with #93B1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B1C5.

Preview

Color preview on black background

This text has color #93B1C5 on black background.


Color preview on white background

This text has color #93B1C5 on white background.


Black color preview on #93B1C5 background

This text has black color on #93B1C5 background.


White color preview on #93B1C5 background

This text has white color on #93B1C5 background.


Related colors

Complementary color

Complementary color for #hex is #6C4E3A.


I love getcolorcode.com

Triadic colors

1 #C593B1 and #B1C593 with #93B1C5 are triadic colors.

2 #C5B193 and #B193C5 with #93B1C5 are triadic colors.