COLOR #66ABA1

HEX: #66ABA1
RGB: (102,171,161)

Color info

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

RGB color model

#66ABA1 color RGB value is (102,171,161).

  • red value is 102;
  • green value is 171;
  • blue value is 161.
RGB:
(102,171,161)
(40%,67%,63%)

RGB channels and saturation

R 102 of 255 = 40%
G 171 of 255 = 67%
B 161 of 255 = 63%

102
171
161

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

Portions of RGB colors in percentages

R + G + B =
102 + 171 + 161 = 434 (100%)
R 102 of 434 ~ 23.5%
G 171 of 434 ~ 39.4%
B 161 of 434 ~ 37.1%

%23.5
%39.4
%37.1

CMYK color model

#66ABA1 color CMYK value is (40,0,6,33).

  • cyan value is 40.35%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(40,0,6,33)
C40M0Y6K33 
(40%,0%,6%,33%)
(0.40/0.00/0.06/0.33)	

CMYK percentages

%40.35
%0
%5.85
%32.94

Codes

Color #66ABA1 in popluar color models

66ABA1
RGB102171161
HSL171°29.11%53.53%
HSB/HSV171°40.35%67.06%
CMYK40.35%0.00%5.85%
32.94%

Color #66ABA1 in popluar number systems.

HEX66ABA1
Decimal102171161
Binary11001101010101110100001
Octal146253241

Shades and tints

Shades of #66ABA1

#66ABA1
(102,171,161)
#5D9C93
(93,156,147)
#548D85
(84,141,133)
#4B7E77
(75,126,119)
#426F69
(66,111,105)
#39605B
(57,96,91)
#30514D
(48,81,77)
#27423F
(39,66,63)
#1E3331
(30,51,49)
#152423
(21,36,35)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #66ABA1

#66ABA1
(102,171,161)
#73B2A9
(115,178,169)
#80B9B1
(128,185,177)
#8DC0B9
(141,192,185)
#9AC7C1
(154,199,193)
#A7CEC9
(167,206,201)
#B4D5D1
(180,213,209)
#C1DCD9
(193,220,217)
#CEE3E1
(206,227,225)
#DBEAE9
(219,234,233)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66ABA1 color. Also use rgb(102,171,161) instead hex code.

Text Font Color

.myTextColor { color: #66ABA1; }

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

This text font color is #66ABA1.


Background Color

.myBgColor { background-color: #66ABA1; }

<div style="background-color:#66ABA1">Inner text</div>

This div background color is #66ABA1.


Border color

.myBorderColor { border: 1px solid #66ABA1; }

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

This div border color is #66ABA1.


Opacity

.myOpacity80 { color: #66ABA1; opacity: 0.8; }

<p style="color:#66ABA1;opacity:0.8;">80%</p>

Text with #66ABA1 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 #66ABA1;}

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

This text has shadow with #66ABA1 color.

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

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

This text has shadow with #66ABA1 primary color and red secondary color.


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

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

This text has shadow with #66ABA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66ABA1 on black background.


Color preview on white background

This text has color #66ABA1 on white background.



Black color preview on #66ABA1 background

This text has black color on #66ABA1 background.


White color preview on #66ABA1 background

This text has white color on #66ABA1 background.