COLOR #65ABAD

HEX: #65ABAD
RGB: (101,171,173)

Color info

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

RGB color model

#65ABAD color RGB value is (101,171,173).

  • red value is 101;
  • green value is 171;
  • blue value is 173.
RGB:
(101,171,173)
(40%,67%,68%)

RGB channels and saturation

R 101 of 255 = 40%
G 171 of 255 = 67%
B 173 of 255 = 68%

101
171
173

R + G + B ~ 58%. #65ABAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 171 + 173 = 445 (100%)
R 101 of 445 ~ 22.7%
G 171 of 445 ~ 38.43%
B 173 of 445 ~ 38.88%

%22.7
%38.43
%38.88

CMYK color model

#65ABAD color CMYK value is (42,1,0,32).

  • cyan value is 41.62%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(42,1,0,32)
C42M1Y0K32 
(42%,1%,0%,32%)
(0.42/0.01/0.00/0.32)	

CMYK percentages

%41.62
%1.16
%0
%32.16

Codes

Color #65ABAD in popluar color models

65ABAD
RGB101171173
HSL182°30.51%53.73%
HSB/HSV182°41.62%67.84%
CMYK41.62%1.16%0.00%
32.16%

Color #65ABAD in popluar number systems.

HEX65ABAD
Decimal101171173
Binary11001011010101110101101
Octal145253255

Shades and tints

Shades of #65ABAD

#65ABAD
(101,171,173)
#5C9C9E
(92,156,158)
#538D8F
(83,141,143)
#4A7E80
(74,126,128)
#416F71
(65,111,113)
#386062
(56,96,98)
#2F5153
(47,81,83)
#264244
(38,66,68)
#1D3335
(29,51,53)
#142426
(20,36,38)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #65ABAD

#65ABAD
(101,171,173)
#73B2B4
(115,178,180)
#81B9BB
(129,185,187)
#8FC0C2
(143,192,194)
#9DC7C9
(157,199,201)
#ABCED0
(171,206,208)
#B9D5D7
(185,213,215)
#C7DCDE
(199,220,222)
#D5E3E5
(213,227,229)
#E3EAEC
(227,234,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65ABAD color. Also use rgb(101,171,173) instead hex code.

Text Font Color

.myTextColor { color: #65ABAD; }

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

This text font color is #65ABAD.


Background Color

.myBgColor { background-color: #65ABAD; }

<div style="background-color:#65ABAD">Inner text</div>

This div background color is #65ABAD.


Border color

.myBorderColor { border: 1px solid #65ABAD; }

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

This div border color is #65ABAD.


Opacity

.myOpacity80 { color: #65ABAD; opacity: 0.8; }

<p style="color:#65ABAD;opacity:0.8;">80%</p>

Text with #65ABAD 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 #65ABAD;}

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

This text has shadow with #65ABAD color.

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

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

This text has shadow with #65ABAD primary color and red secondary color.


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

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

This text has shadow with #65ABAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65ABAD on black background.


Color preview on white background

This text has color #65ABAD on white background.



Black color preview on #65ABAD background

This text has black color on #65ABAD background.


White color preview on #65ABAD background

This text has white color on #65ABAD background.