COLOR #93AFD6

HEX: #93AFD6
RGB: (147,175,214)

Color info

#93AFD6 contains mainly green and blue colors. Web safe color of #93AFD6 is #9999CC (or #99C).

RGB color model

#93AFD6 color RGB value is (147,175,214).

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

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 214 of 255 = 84%

147
175
214

R + G + B ~ 70%. #93AFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 175 + 214 = 536 (100%)
R 147 of 536 ~ 27.43%
G 175 of 536 ~ 32.65%
B 214 of 536 ~ 39.93%

%27.43
%32.65
%39.93

CMYK color model

#93AFD6 color CMYK value is (31,18,0,16).

  • cyan value is 31.31%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(31,18,0,16)
C31M18Y0K16 
(31%,18%,0%,16%)
(0.31/0.18/0.00/0.16)	

CMYK percentages

%31.31
%18.22
%0
%16.08

Codes

Color #93AFD6 in popluar color models

93AFD6
RGB147175214
HSL215°44.97%70.78%
HSB/HSV215°31.31%83.92%
CMYK31.31%18.22%0.00%
16.08%

Color #93AFD6 in popluar number systems.

HEX93AFD6
Decimal147175214
Binary100100111010111111010110
Octal223257326

Shades and tints

Shades of #93AFD6

#93AFD6
(147,175,214)
#86A0C3
(134,160,195)
#7991B0
(121,145,176)
#6C829D
(108,130,157)
#5F738A
(95,115,138)
#526477
(82,100,119)
#455564
(69,85,100)
#384651
(56,70,81)
#2B373E
(43,55,62)
#1E282B
(30,40,43)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #93AFD6

#93AFD6
(147,175,214)
#9CB6D9
(156,182,217)
#A5BDDC
(165,189,220)
#AEC4DF
(174,196,223)
#B7CBE2
(183,203,226)
#C0D2E5
(192,210,229)
#C9D9E8
(201,217,232)
#D2E0EB
(210,224,235)
#DBE7EE
(219,231,238)
#E4EEF1
(228,238,241)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AFD6; }

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

This text font color is #93AFD6.


Background Color

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

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

This div background color is #93AFD6.


Border color

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

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

This div border color is #93AFD6.


Opacity

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

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

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

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

This text has shadow with #93AFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AFD6 on black background.


Color preview on white background

This text has color #93AFD6 on white background.



Black color preview on #93AFD6 background

This text has black color on #93AFD6 background.


White color preview on #93AFD6 background

This text has white color on #93AFD6 background.