COLOR #93BAAD

HEX: #93BAAD RGB: (147,186,173)

Color info

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

RGB color model

#93BAAD color RGB value is (147,186,173).

RGB: (147,186,173) (58%, 73%, 68%)

RGB channels and saturation

R 147 of 255 = 58%
G 186 of 255 = 73%
B 173 of 255 = 68%

147
186
173

R + G + B ~ 66%. #93BAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 186 + 173 = 506 (100%)
R 147 of 506 ~ 29.05%
G 186 of 506 ~ 36.76%
B 173 of 506 ~ 34.19'%

%29.05
%36.76
%34.19

CMYK color model

#93BAAD color CMYK value is (21,0,7,27).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 27.06%

CMYK: (21,0,7,27)
C21M0Y7K27 (21%, 0%, 7%, 27%)
(0.21 / 0.00 / 0.07 / 0.27)

CMYK percentages

%20.97
%0
%6.99
%27.06

Codes

Color #93BAAD in popluar color models

93 BA AD
RGB 147 186 173
HSL 160° 22.03% 65.29%
HSB/HSV 160° 20.97% 72.94%
CMYK 20.97% 0.00% 6.99%
27.06%

Color #93BAAD in popluar number systems.

HEX 93 BA AD
Decimal 147 186 173
Binary 10010011 10111010 10101101
Octal 223 272 255

Shades and tints

Shades of #93BAAD

#93BAAD
(147,186,173)
#86AA9E
(134,170,158)
#799A8F
(121,154,143)
#6C8A80
(108,138,128)
#5F7A71
(95,122,113)
#526A62
(82,106,98)
#455A53
(69,90,83)
#384A44
(56,74,68)
#2B3A35
(43,58,53)
#1E2A26
(30,42,38)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #93BAAD

#93BAAD
(147,186,173)
#9CC0B4
(156,192,180)
#A5C6BB
(165,198,187)
#AECCC2
(174,204,194)
#B7D2C9
(183,210,201)
#C0D8D0
(192,216,208)
#C9DED7
(201,222,215)
#D2E4DE
(210,228,222)
#DBEAE5
(219,234,229)
#E4F0EC
(228,240,236)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BAAD color. Also use rgb(147,186,173) instead hex code.

Text Font Color

.myTextColor { color: #93BAAD; }

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

This text font color is #93BAAD.

Background Color

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

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

This div background color is #93BAAD.

Border color

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

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

This div border color is #93BAAD.

Opacity

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

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

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

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

This text has shadow with #93BAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BAAD.

Preview

Color preview on black background

This text has color #93BAAD on black background.


Color preview on white background

This text has color #93BAAD on white background.


Black color preview on #93BAAD background

This text has black color on #93BAAD background.


White color preview on #93BAAD background

This text has white color on #93BAAD background.


Related colors

Complementary color

Complementary color for #hex is #6C4552.


I love getcolorcode.com

Triadic colors

1 #AD93BA and #BAAD93 with #93BAAD are triadic colors.

2 #ADBA93 and #BA93AD with #93BAAD are triadic colors.