COLOR #93AFAA

HEX: #93AFAA
RGB: (147,175,170)

Color info

#93AFAA contains red, green and blue colors in about the same proportion. Web safe color of #93AFAA is #999999 (or #999).

RGB color model

#93AFAA color RGB value is (147,175,170).

  • red value is 147;
  • green value is 175;
  • blue value is 170.
RGB:
(147,175,170)
(58%,69%,67%)

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 170 of 255 = 67%

147
175
170

R + G + B ~ 65%. #93AFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 175 + 170 = 492 (100%)
R 147 of 492 ~ 29.88%
G 175 of 492 ~ 35.57%
B 170 of 492 ~ 34.55%

%29.88
%35.57
%34.55

CMYK color model

#93AFAA color CMYK value is (16,0,3,31).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK:
(16,0,3,31)
C16M0Y3K31 
(16%,0%,3%,31%)
(0.16/0.00/0.03/0.31)	

CMYK percentages

%16
%0
%2.86
%31.37

Codes

Color #93AFAA in popluar color models

93AFAA
RGB147175170
HSL169°14.89%63.14%
HSB/HSV169°16.00%68.63%
CMYK16.00%0.00%2.86%
31.37%

Color #93AFAA in popluar number systems.

HEX93AFAA
Decimal147175170
Binary100100111010111110101010
Octal223257252

Shades and tints

Shades of #93AFAA

#93AFAA
(147,175,170)
#86A09B
(134,160,155)
#79918C
(121,145,140)
#6C827D
(108,130,125)
#5F736E
(95,115,110)
#52645F
(82,100,95)
#455550
(69,85,80)
#384641
(56,70,65)
#2B3732
(43,55,50)
#1E2823
(30,40,35)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #93AFAA

#93AFAA
(147,175,170)
#9CB6B1
(156,182,177)
#A5BDB8
(165,189,184)
#AEC4BF
(174,196,191)
#B7CBC6
(183,203,198)
#C0D2CD
(192,210,205)
#C9D9D4
(201,217,212)
#D2E0DB
(210,224,219)
#DBE7E2
(219,231,226)
#E4EEE9
(228,238,233)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AFAA color. Also use rgb(147,175,170) instead hex code.

Text Font Color

.myTextColor { color: #93AFAA; }

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

This text font color is #93AFAA.


Background Color

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

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

This div background color is #93AFAA.


Border color

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

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

This div border color is #93AFAA.


Opacity

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

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

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

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

This text has shadow with #93AFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AFAA on black background.


Color preview on white background

This text has color #93AFAA on white background.



Black color preview on #93AFAA background

This text has black color on #93AFAA background.


White color preview on #93AFAA background

This text has white color on #93AFAA background.