COLOR #93AFB5

HEX: #93AFB5 RGB: (147,175,181)

Color info

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

RGB color model

#93AFB5 color RGB value is (147,175,181).

RGB: (147,175,181) (58%, 69%, 71%)

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 181 of 255 = 71%

147
175
181

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

Portions of RGB colors in percentages

R + G + B = 147 + 175 + 181 = 503 (100%)
R 147 of 503 ~ 29.22%
G 175 of 503 ~ 34.79%
B 181 of 503 ~ 35.98'%

%29.22
%34.79
%35.98

CMYK color model

#93AFB5 color CMYK value is (19,3,0,29).

  • cyan value is 18.78%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (19,3,0,29)
C19M3Y0K29 (19%, 3%, 0%, 29%)
(0.19 / 0.03 / 0.00 / 0.29)

CMYK percentages

%18.78
%3.31
%0
%29.02

Codes

Color #93AFB5 in popluar color models

93 AF B5
RGB 147 175 181
HSL 191° 18.68% 64.31%
HSB/HSV 191° 18.78% 70.98%
CMYK 18.78% 3.31% 0.00%
29.02%

Color #93AFB5 in popluar number systems.

HEX 93 AF B5
Decimal 147 175 181
Binary 10010011 10101111 10110101
Octal 223 257 265

Shades and tints

Shades of #93AFB5

#93AFB5
(147,175,181)
#86A0A5
(134,160,165)
#799195
(121,145,149)
#6C8285
(108,130,133)
#5F7375
(95,115,117)
#526465
(82,100,101)
#455555
(69,85,85)
#384645
(56,70,69)
#2B3735
(43,55,53)
#1E2825
(30,40,37)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #93AFB5

#93AFB5
(147,175,181)
#9CB6BB
(156,182,187)
#A5BDC1
(165,189,193)
#AEC4C7
(174,196,199)
#B7CBCD
(183,203,205)
#C0D2D3
(192,210,211)
#C9D9D9
(201,217,217)
#D2E0DF
(210,224,223)
#DBE7E5
(219,231,229)
#E4EEEB
(228,238,235)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AFB5; }

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

This text font color is #93AFB5.

Background Color

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

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

This div background color is #93AFB5.

Border color

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

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

This div border color is #93AFB5.

Opacity

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

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

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

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

This text has shadow with #93AFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AFB5.

Preview

Color preview on black background

This text has color #93AFB5 on black background.


Color preview on white background

This text has color #93AFB5 on white background.


Black color preview on #93AFB5 background

This text has black color on #93AFB5 background.


White color preview on #93AFB5 background

This text has white color on #93AFB5 background.


Related colors

Complementary color

Complementary color for #hex is #6C504A.


I love getcolorcode.com

Triadic colors

1 #B593AF and #AFB593 with #93AFB5 are triadic colors.

2 #B5AF93 and #AF93B5 with #93AFB5 are triadic colors.