COLOR #93AFDE

HEX: #93AFDE RGB: (147,175,222)

Color info

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

RGB color model

#93AFDE color RGB value is (147,175,222).

RGB: (147,175,222) (58%, 69%, 87%)

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 222 of 255 = 87%

147
175
222

R + G + B ~ 71%. #93AFDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 175 + 222 = 544 (100%)
R 147 of 544 ~ 27.02%
G 175 of 544 ~ 32.17%
B 222 of 544 ~ 40.81'%

%27.02
%32.17
%40.81

CMYK color model

#93AFDE color CMYK value is (34,21,0,13).

  • cyan value is 33.78%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (34,21,0,13) C34M21Y0K13 (34%,21%,0%,13%) (0.34/0.21/0.00/0.13) 

CMYK percentages

%33.78
%21.17
%0
%12.94

Codes

Color #93AFDE in popluar color models

93 AF DE
RGB 147 175 222
HSL 218° 53.19% 72.35%
HSB/HSV 218° 33.78% 87.06%
CMYK 33.78% 21.17% 0.00%
12.94%

Color #93AFDE in popluar number systems.

HEX 93 AF DE
Decimal 147 175 222
Binary 10010011 10101111 11011110
Octal 223 257 336

Shades and tints

Shades of #93AFDE

#93AFDE
(147,175,222)
#86A0CA
(134,160,202)
#7991B6
(121,145,182)
#6C82A2
(108,130,162)
#5F738E
(95,115,142)
#52647A
(82,100,122)
#455566
(69,85,102)
#384652
(56,70,82)
#2B373E
(43,55,62)
#1E282A
(30,40,42)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #93AFDE

#93AFDE
(147,175,222)
#9CB6E1
(156,182,225)
#A5BDE4
(165,189,228)
#AEC4E7
(174,196,231)
#B7CBEA
(183,203,234)
#C0D2ED
(192,210,237)
#C9D9F0
(201,217,240)
#D2E0F3
(210,224,243)
#DBE7F6
(219,231,246)
#E4EEF9
(228,238,249)
#EDF5FC
(237,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AFDE; }

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

This text font color is #93AFDE.

Background Color

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

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

This div background color is #93AFDE.

Border color

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

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

This div border color is #93AFDE.

Opacity

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

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

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

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

This text has shadow with #93AFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AFDE.

Preview

Color preview on black background

This text has color #93AFDE on black background.


Color preview on white background

This text has color #93AFDE on white background.


Black color preview on #93AFDE background

This text has black color on #93AFDE background.


White color preview on #93AFDE background

This text has white color on #93AFDE background.


Related colors

Complementary color

Complementary color for #hex is #6C5021.


I love getcolorcode.com

Triadic colors

1 #DE93AF and #AFDE93 with #93AFDE are triadic colors.

2 #DEAF93 and #AF93DE with #93AFDE are triadic colors.