COLOR #66A88D

HEX: #66A88D
RGB: (102,168,141)

Color info

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

RGB color model

#66A88D color RGB value is (102,168,141).

  • red value is 102;
  • green value is 168;
  • blue value is 141.
RGB:
(102,168,141)
(40%,66%,55%)

RGB channels and saturation

R 102 of 255 = 40%
G 168 of 255 = 66%
B 141 of 255 = 55%

102
168
141

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

Portions of RGB colors in percentages

R + G + B =
102 + 168 + 141 = 411 (100%)
R 102 of 411 ~ 24.82%
G 168 of 411 ~ 40.88%
B 141 of 411 ~ 34.31%

%24.82
%40.88
%34.31

CMYK color model

#66A88D color CMYK value is (39,0,16,34).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 34.12%
CMYK:
(39,0,16,34)
C39M0Y16K34 
(39%,0%,16%,34%)
(0.39/0.00/0.16/0.34)	

CMYK percentages

%39.29
%0
%16.07
%34.12

Codes

Color #66A88D in popluar color models

66A88D
RGB102168141
HSL155°27.50%52.94%
HSB/HSV155°39.29%65.88%
CMYK39.29%0.00%16.07%
34.12%

Color #66A88D in popluar number systems.

HEX66A88D
Decimal102168141
Binary11001101010100010001101
Octal146250215

Shades and tints

Shades of #66A88D

#66A88D
(102,168,141)
#5D9981
(93,153,129)
#548A75
(84,138,117)
#4B7B69
(75,123,105)
#426C5D
(66,108,93)
#395D51
(57,93,81)
#304E45
(48,78,69)
#273F39
(39,63,57)
#1E302D
(30,48,45)
#152121
(21,33,33)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #66A88D

#66A88D
(102,168,141)
#73AF97
(115,175,151)
#80B6A1
(128,182,161)
#8DBDAB
(141,189,171)
#9AC4B5
(154,196,181)
#A7CBBF
(167,203,191)
#B4D2C9
(180,210,201)
#C1D9D3
(193,217,211)
#CEE0DD
(206,224,221)
#DBE7E7
(219,231,231)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A88D color. Also use rgb(102,168,141) instead hex code.

Text Font Color

.myTextColor { color: #66A88D; }

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

This text font color is #66A88D.


Background Color

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

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

This div background color is #66A88D.


Border color

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

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

This div border color is #66A88D.


Opacity

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

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

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

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

This text has shadow with #66A88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A88D on black background.


Color preview on white background

This text has color #66A88D on white background.



Black color preview on #66A88D background

This text has black color on #66A88D background.


White color preview on #66A88D background

This text has white color on #66A88D background.