COLOR #66A1B0

HEX: #66A1B0 RGB: (102,161,176)

Color info

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

RGB color model

#66A1B0 color RGB value is (102,161,176).

RGB: (102,161,176) (40%, 63%, 69%)

RGB channels and saturation

R 102 of 255 = 40%
G 161 of 255 = 63%
B 176 of 255 = 69%

102
161
176

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

Portions of RGB colors in percentages

R + G + B = 102 + 161 + 176 = 439 (100%)
R 102 of 439 ~ 23.23%
G 161 of 439 ~ 36.67%
B 176 of 439 ~ 40.09'%

%23.23
%36.67
%40.09

CMYK color model

#66A1B0 color CMYK value is (42,9,0,31).

  • cyan value is 42.05%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (42,9,0,31)
C42M9Y0K31 (42%, 9%, 0%, 31%)
(0.42 / 0.09 / 0.00 / 0.31)

CMYK percentages

%42.05
%8.52
%0
%30.98

Codes

Color #66A1B0 in popluar color models

66 A1 B0
RGB 102 161 176
HSL 192° 31.90% 54.51%
HSB/HSV 192° 42.05% 69.02%
CMYK 42.05% 8.52% 0.00%
30.98%

Color #66A1B0 in popluar number systems.

HEX 66 A1 B0
Decimal 102 161 176
Binary 1100110 10100001 10110000
Octal 146 241 260

Shades and tints

Shades of #66A1B0

#66A1B0
(102,161,176)
#5D93A0
(93,147,160)
#548590
(84,133,144)
#4B7780
(75,119,128)
#426970
(66,105,112)
#395B60
(57,91,96)
#304D50
(48,77,80)
#273F40
(39,63,64)
#1E3130
(30,49,48)
#152320
(21,35,32)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #66A1B0

#66A1B0
(102,161,176)
#73A9B7
(115,169,183)
#80B1BE
(128,177,190)
#8DB9C5
(141,185,197)
#9AC1CC
(154,193,204)
#A7C9D3
(167,201,211)
#B4D1DA
(180,209,218)
#C1D9E1
(193,217,225)
#CEE1E8
(206,225,232)
#DBE9EF
(219,233,239)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A1B0; }

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

This text font color is #66A1B0.

Background Color

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

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

This div background color is #66A1B0.

Border color

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

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

This div border color is #66A1B0.

Opacity

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

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

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

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

This text has shadow with #66A1B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A1B0.

Preview

Color preview on black background

This text has color #66A1B0 on black background.


Color preview on white background

This text has color #66A1B0 on white background.


Black color preview on #66A1B0 background

This text has black color on #66A1B0 background.


White color preview on #66A1B0 background

This text has white color on #66A1B0 background.


Related colors

Complementary color

Complementary color for #hex is #995E4F.


I love getcolorcode.com

Triadic colors

1 #B066A1 and #A1B066 with #66A1B0 are triadic colors.

2 #B0A166 and #A166B0 with #66A1B0 are triadic colors.