COLOR #93B0BC

HEX: #93B0BC RGB: (147,176,188)

Color info

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

RGB color model

#93B0BC color RGB value is (147,176,188).

RGB: (147,176,188) (58%, 69%, 74%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 188 of 255 = 74%

147
176
188

R + G + B ~ 67%. #93B0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 176 + 188 = 511 (100%)
R 147 of 511 ~ 28.77%
G 176 of 511 ~ 34.44%
B 188 of 511 ~ 36.79'%

%28.77
%34.44
%36.79

CMYK color model

#93B0BC color CMYK value is (22,6,0,26).

  • cyan value is 21.81%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (22,6,0,26)
C22M6Y0K26 (22%, 6%, 0%, 26%)
(0.22 / 0.06 / 0.00 / 0.26)

CMYK percentages

%21.81
%6.38
%0
%26.27

Codes

Color #93B0BC in popluar color models

93 B0 BC
RGB 147 176 188
HSL 198° 23.43% 65.69%
HSB/HSV 198° 21.81% 73.73%
CMYK 21.81% 6.38% 0.00%
26.27%

Color #93B0BC in popluar number systems.

HEX 93 B0 BC
Decimal 147 176 188
Binary 10010011 10110000 10111100
Octal 223 260 274

Shades and tints

Shades of #93B0BC

#93B0BC
(147,176,188)
#86A0AB
(134,160,171)
#79909A
(121,144,154)
#6C8089
(108,128,137)
#5F7078
(95,112,120)
#526067
(82,96,103)
#455056
(69,80,86)
#384045
(56,64,69)
#2B3034
(43,48,52)
#1E2023
(30,32,35)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #93B0BC

#93B0BC
(147,176,188)
#9CB7C2
(156,183,194)
#A5BEC8
(165,190,200)
#AEC5CE
(174,197,206)
#B7CCD4
(183,204,212)
#C0D3DA
(192,211,218)
#C9DAE0
(201,218,224)
#D2E1E6
(210,225,230)
#DBE8EC
(219,232,236)
#E4EFF2
(228,239,242)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B0BC color. Also use rgb(147,176,188) instead hex code.

Text Font Color

.myTextColor { color: #93B0BC; }

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

This text font color is #93B0BC.

Background Color

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

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

This div background color is #93B0BC.

Border color

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

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

This div border color is #93B0BC.

Opacity

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

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

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

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

This text has shadow with #93B0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B0BC.

Preview

Color preview on black background

This text has color #93B0BC on black background.


Color preview on white background

This text has color #93B0BC on white background.


Black color preview on #93B0BC background

This text has black color on #93B0BC background.


White color preview on #93B0BC background

This text has white color on #93B0BC background.


Related colors

Complementary color

Complementary color for #hex is #6C4F43.


I love getcolorcode.com

Triadic colors

1 #BC93B0 and #B0BC93 with #93B0BC are triadic colors.

2 #BCB093 and #B093BC with #93B0BC are triadic colors.