COLOR #93B6BD

HEX: #93B6BD RGB: (147,182,189)

Color info

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

RGB color model

#93B6BD color RGB value is (147,182,189).

RGB: (147,182,189) (58%, 71%, 74%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 189 of 255 = 74%

147
182
189

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

Portions of RGB colors in percentages

R + G + B = 147 + 182 + 189 = 518 (100%)
R 147 of 518 ~ 28.38%
G 182 of 518 ~ 35.14%
B 189 of 518 ~ 36.49'%

%28.38
%35.14
%36.49

CMYK color model

#93B6BD color CMYK value is (22,4,0,26).

  • cyan value is 22.22%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (22,4,0,26)
C22M4Y0K26 (22%, 4%, 0%, 26%)
(0.22 / 0.04 / 0.00 / 0.26)

CMYK percentages

%22.22
%3.7
%0
%25.88

Codes

Color #93B6BD in popluar color models

93 B6 BD
RGB 147 182 189
HSL 190° 24.14% 65.88%
HSB/HSV 190° 22.22% 74.12%
CMYK 22.22% 3.70% 0.00%
25.88%

Color #93B6BD in popluar number systems.

HEX 93 B6 BD
Decimal 147 182 189
Binary 10010011 10110110 10111101
Octal 223 266 275

Shades and tints

Shades of #93B6BD

#93B6BD
(147,182,189)
#86A6AC
(134,166,172)
#79969B
(121,150,155)
#6C868A
(108,134,138)
#5F7679
(95,118,121)
#526668
(82,102,104)
#455657
(69,86,87)
#384646
(56,70,70)
#2B3635
(43,54,53)
#1E2624
(30,38,36)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #93B6BD

#93B6BD
(147,182,189)
#9CBCC3
(156,188,195)
#A5C2C9
(165,194,201)
#AEC8CF
(174,200,207)
#B7CED5
(183,206,213)
#C0D4DB
(192,212,219)
#C9DAE1
(201,218,225)
#D2E0E7
(210,224,231)
#DBE6ED
(219,230,237)
#E4ECF3
(228,236,243)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B6BD; }

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

This text font color is #93B6BD.

Background Color

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

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

This div background color is #93B6BD.

Border color

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

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

This div border color is #93B6BD.

Opacity

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

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

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

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

This text has shadow with #93B6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B6BD.

Preview

Color preview on black background

This text has color #93B6BD on black background.


Color preview on white background

This text has color #93B6BD on white background.


Black color preview on #93B6BD background

This text has black color on #93B6BD background.


White color preview on #93B6BD background

This text has white color on #93B6BD background.


Related colors

Complementary color

Complementary color for #hex is #6C4942.


I love getcolorcode.com

Triadic colors

1 #BD93B6 and #B6BD93 with #93B6BD are triadic colors.

2 #BDB693 and #B693BD with #93B6BD are triadic colors.