COLOR #3F86AB

HEX: #3F86AB
RGB: (63,134,171)

Color info

#3F86AB contains mainly green and blue colors. Web safe color of #3F86AB is #339999 (or #399).

RGB color model

#3F86AB color RGB value is (63,134,171).

  • red value is 63;
  • green value is 134;
  • blue value is 171.
RGB:
(63,134,171)
(25%,53%,67%)

RGB channels and saturation

R 63 of 255 = 25%
G 134 of 255 = 53%
B 171 of 255 = 67%

63
134
171

R + G + B ~ 48%. #3F86AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 134 + 171 = 368 (100%)
R 63 of 368 ~ 17.12%
G 134 of 368 ~ 36.41%
B 171 of 368 ~ 46.47%

%17.12
%36.41
%46.47

CMYK color model

#3F86AB color CMYK value is (63,22,0,33).

  • cyan value is 63.16%
  • magenta value is 21.64%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(63,22,0,33)
C63M22Y0K33 
(63%,22%,0%,33%)
(0.63/0.22/0.00/0.33)	

CMYK percentages

%63.16
%21.64
%0
%32.94

Codes

Color #3F86AB in popluar color models

3F86AB
RGB63134171
HSL201°46.15%45.88%
HSB/HSV201°63.16%67.06%
CMYK63.16%21.64%0.00%
32.94%

Color #3F86AB in popluar number systems.

HEX3F86AB
Decimal63134171
Binary1111111000011010101011
Octal77206253

Shades and tints

Shades of #3F86AB

#3F86AB
(63,134,171)
#3A7A9C
(58,122,156)
#356E8D
(53,110,141)
#30627E
(48,98,126)
#2B566F
(43,86,111)
#264A60
(38,74,96)
#213E51
(33,62,81)
#1C3242
(28,50,66)
#172633
(23,38,51)
#121A24
(18,26,36)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #3F86AB

#3F86AB
(63,134,171)
#5091B2
(80,145,178)
#619CB9
(97,156,185)
#72A7C0
(114,167,192)
#83B2C7
(131,178,199)
#94BDCE
(148,189,206)
#A5C8D5
(165,200,213)
#B6D3DC
(182,211,220)
#C7DEE3
(199,222,227)
#D8E9EA
(216,233,234)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F86AB color. Also use rgb(63,134,171) instead hex code.

Text Font Color

.myTextColor { color: #3F86AB; }

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

This text font color is #3F86AB.


Background Color

.myBgColor { background-color: #3F86AB; }

<div style="background-color:#3F86AB">Inner text</div>

This div background color is #3F86AB.


Border color

.myBorderColor { border: 1px solid #3F86AB; }

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

This div border color is #3F86AB.


Opacity

.myOpacity80 { color: #3F86AB; opacity: 0.8; }

<p style="color:#3F86AB;opacity:0.8;">80%</p>

Text with #3F86AB 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 #3F86AB;}

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

This text has shadow with #3F86AB color.

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

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

This text has shadow with #3F86AB primary color and red secondary color.


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

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

This text has shadow with #3F86AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F86AB on black background.


Color preview on white background

This text has color #3F86AB on white background.



Black color preview on #3F86AB background

This text has black color on #3F86AB background.


White color preview on #3F86AB background

This text has white color on #3F86AB background.