COLOR #93AFC6

HEX: #93AFC6
RGB: (147,175,198)

Color info

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

RGB color model

#93AFC6 color RGB value is (147,175,198).

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

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 198 of 255 = 78%

147
175
198

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

Portions of RGB colors in percentages

R + G + B =
147 + 175 + 198 = 520 (100%)
R 147 of 520 ~ 28.27%
G 175 of 520 ~ 33.65%
B 198 of 520 ~ 38.08%

%28.27
%33.65
%38.08

CMYK color model

#93AFC6 color CMYK value is (26,12,0,22).

  • cyan value is 25.76%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(26,12,0,22)
C26M12Y0K22 
(26%,12%,0%,22%)
(0.26/0.12/0.00/0.22)	

CMYK percentages

%25.76
%11.62
%0
%22.35

Codes

Color #93AFC6 in popluar color models

93AFC6
RGB147175198
HSL207°30.91%67.65%
HSB/HSV207°25.76%77.65%
CMYK25.76%11.62%0.00%
22.35%

Color #93AFC6 in popluar number systems.

HEX93AFC6
Decimal147175198
Binary100100111010111111000110
Octal223257306

Shades and tints

Shades of #93AFC6

#93AFC6
(147,175,198)
#86A0B4
(134,160,180)
#7991A2
(121,145,162)
#6C8290
(108,130,144)
#5F737E
(95,115,126)
#52646C
(82,100,108)
#45555A
(69,85,90)
#384648
(56,70,72)
#2B3736
(43,55,54)
#1E2824
(30,40,36)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #93AFC6

#93AFC6
(147,175,198)
#9CB6CB
(156,182,203)
#A5BDD0
(165,189,208)
#AEC4D5
(174,196,213)
#B7CBDA
(183,203,218)
#C0D2DF
(192,210,223)
#C9D9E4
(201,217,228)
#D2E0E9
(210,224,233)
#DBE7EE
(219,231,238)
#E4EEF3
(228,238,243)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AFC6; }

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

This text font color is #93AFC6.


Background Color

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

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

This div background color is #93AFC6.


Border color

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

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

This div border color is #93AFC6.


Opacity

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

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

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

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

This text has shadow with #93AFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AFC6 on black background.


Color preview on white background

This text has color #93AFC6 on white background.



Black color preview on #93AFC6 background

This text has black color on #93AFC6 background.


White color preview on #93AFC6 background

This text has white color on #93AFC6 background.