COLOR #66A7B4

HEX: #66A7B4
RGB: (102,167,180)

Color info

#66A7B4 contains mainly green and blue colors. Web safe color of #66A7B4 is #6699CC (or #69C).

RGB color model

#66A7B4 color RGB value is (102,167,180).

  • red value is 102;
  • green value is 167;
  • blue value is 180.
RGB:
(102,167,180)
(40%,65%,71%)

RGB channels and saturation

R 102 of 255 = 40%
G 167 of 255 = 65%
B 180 of 255 = 71%

102
167
180

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

Portions of RGB colors in percentages

R + G + B =
102 + 167 + 180 = 449 (100%)
R 102 of 449 ~ 22.72%
G 167 of 449 ~ 37.19%
B 180 of 449 ~ 40.09%

%22.72
%37.19
%40.09

CMYK color model

#66A7B4 color CMYK value is (43,7,0,29).

  • cyan value is 43.33%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(43,7,0,29)
C43M7Y0K29 
(43%,7%,0%,29%)
(0.43/0.07/0.00/0.29)	

CMYK percentages

%43.33
%7.22
%0
%29.41

Codes

Color #66A7B4 in popluar color models

66A7B4
RGB102167180
HSL190°34.21%55.29%
HSB/HSV190°43.33%70.59%
CMYK43.33%7.22%0.00%
29.41%

Color #66A7B4 in popluar number systems.

HEX66A7B4
Decimal102167180
Binary11001101010011110110100
Octal146247264

Shades and tints

Shades of #66A7B4

#66A7B4
(102,167,180)
#5D98A4
(93,152,164)
#548994
(84,137,148)
#4B7A84
(75,122,132)
#426B74
(66,107,116)
#395C64
(57,92,100)
#304D54
(48,77,84)
#273E44
(39,62,68)
#1E2F34
(30,47,52)
#152024
(21,32,36)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #66A7B4

#66A7B4
(102,167,180)
#73AFBA
(115,175,186)
#80B7C0
(128,183,192)
#8DBFC6
(141,191,198)
#9AC7CC
(154,199,204)
#A7CFD2
(167,207,210)
#B4D7D8
(180,215,216)
#C1DFDE
(193,223,222)
#CEE7E4
(206,231,228)
#DBEFEA
(219,239,234)
#E8F7F0
(232,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A7B4 color. Also use rgb(102,167,180) instead hex code.

Text Font Color

.myTextColor { color: #66A7B4; }

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

This text font color is #66A7B4.


Background Color

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

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

This div background color is #66A7B4.


Border color

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

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

This div border color is #66A7B4.


Opacity

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

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

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

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

This text has shadow with #66A7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A7B4 on black background.


Color preview on white background

This text has color #66A7B4 on white background.



Black color preview on #66A7B4 background

This text has black color on #66A7B4 background.


White color preview on #66A7B4 background

This text has white color on #66A7B4 background.