COLOR #62A6AD

HEX: #62A6AD
RGB: (98,166,173)

Color info

#62A6AD contains mainly green and blue colors. Web safe color of #62A6AD is #669999 (or #699).

RGB color model

#62A6AD color RGB value is (98,166,173).

  • red value is 98;
  • green value is 166;
  • blue value is 173.
RGB:
(98,166,173)
(38%,65%,68%)

RGB channels and saturation

R 98 of 255 = 38%
G 166 of 255 = 65%
B 173 of 255 = 68%

98
166
173

R + G + B ~ 57%. #62A6AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 166 + 173 = 437 (100%)
R 98 of 437 ~ 22.43%
G 166 of 437 ~ 37.99%
B 173 of 437 ~ 39.59%

%22.43
%37.99
%39.59

CMYK color model

#62A6AD color CMYK value is (43,4,0,32).

  • cyan value is 43.35%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(43,4,0,32)
C43M4Y0K32 
(43%,4%,0%,32%)
(0.43/0.04/0.00/0.32)	

CMYK percentages

%43.35
%4.05
%0
%32.16

Codes

Color #62A6AD in popluar color models

62A6AD
RGB98166173
HSL186°31.38%53.14%
HSB/HSV186°43.35%67.84%
CMYK43.35%4.05%0.00%
32.16%

Color #62A6AD in popluar number systems.

HEX62A6AD
Decimal98166173
Binary11000101010011010101101
Octal142246255

Shades and tints

Shades of #62A6AD

#62A6AD
(98,166,173)
#5A979E
(90,151,158)
#52888F
(82,136,143)
#4A7980
(74,121,128)
#426A71
(66,106,113)
#3A5B62
(58,91,98)
#324C53
(50,76,83)
#2A3D44
(42,61,68)
#222E35
(34,46,53)
#1A1F26
(26,31,38)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #62A6AD

#62A6AD
(98,166,173)
#70AEB4
(112,174,180)
#7EB6BB
(126,182,187)
#8CBEC2
(140,190,194)
#9AC6C9
(154,198,201)
#A8CED0
(168,206,208)
#B6D6D7
(182,214,215)
#C4DEDE
(196,222,222)
#D2E6E5
(210,230,229)
#E0EEEC
(224,238,236)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A6AD color. Also use rgb(98,166,173) instead hex code.

Text Font Color

.myTextColor { color: #62A6AD; }

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

This text font color is #62A6AD.


Background Color

.myBgColor { background-color: #62A6AD; }

<div style="background-color:#62A6AD">Inner text</div>

This div background color is #62A6AD.


Border color

.myBorderColor { border: 1px solid #62A6AD; }

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

This div border color is #62A6AD.


Opacity

.myOpacity80 { color: #62A6AD; opacity: 0.8; }

<p style="color:#62A6AD;opacity:0.8;">80%</p>

Text with #62A6AD 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 #62A6AD;}

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

This text has shadow with #62A6AD color.

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

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

This text has shadow with #62A6AD primary color and red secondary color.


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

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

This text has shadow with #62A6AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A6AD on black background.


Color preview on white background

This text has color #62A6AD on white background.



Black color preview on #62A6AD background

This text has black color on #62A6AD background.


White color preview on #62A6AD background

This text has white color on #62A6AD background.