COLOR #668186

HEX: #668186
RGB: (102,129,134)

Color info

#668186 contains red, green and blue colors in about the same proportion. Web safe color of #668186 is #669999 (or #699).

RGB color model

#668186 color RGB value is (102,129,134).

  • red value is 102;
  • green value is 129;
  • blue value is 134.
RGB:
(102,129,134)
(40%,51%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 129 of 255 = 51%
B 134 of 255 = 53%

102
129
134

R + G + B ~ 48%. #668186 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 129 + 134 = 365 (100%)
R 102 of 365 ~ 27.95%
G 129 of 365 ~ 35.34%
B 134 of 365 ~ 36.71%

%27.95
%35.34
%36.71

CMYK color model

#668186 color CMYK value is (24,4,0,47).

  • cyan value is 23.88%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(24,4,0,47)
C24M4Y0K47 
(24%,4%,0%,47%)
(0.24/0.04/0.00/0.47)	

CMYK percentages

%23.88
%3.73
%0
%47.45

Codes

Color #668186 in popluar color models

668186
RGB102129134
HSL189°13.56%46.27%
HSB/HSV189°23.88%52.55%
CMYK23.88%3.73%0.00%
47.45%

Color #668186 in popluar number systems.

HEX668186
Decimal102129134
Binary11001101000000110000110
Octal146201206

Shades and tints

Shades of #668186

#668186
(102,129,134)
#5D767A
(93,118,122)
#546B6E
(84,107,110)
#4B6062
(75,96,98)
#425556
(66,85,86)
#394A4A
(57,74,74)
#303F3E
(48,63,62)
#273432
(39,52,50)
#1E2926
(30,41,38)
#151E1A
(21,30,26)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #668186

#668186
(102,129,134)
#738C91
(115,140,145)
#80979C
(128,151,156)
#8DA2A7
(141,162,167)
#9AADB2
(154,173,178)
#A7B8BD
(167,184,189)
#B4C3C8
(180,195,200)
#C1CED3
(193,206,211)
#CED9DE
(206,217,222)
#DBE4E9
(219,228,233)
#E8EFF4
(232,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668186 color. Also use rgb(102,129,134) instead hex code.

Text Font Color

.myTextColor { color: #668186; }

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

This text font color is #668186.


Background Color

.myBgColor { background-color: #668186; }

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

This div background color is #668186.


Border color

.myBorderColor { border: 1px solid #668186; }

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

This div border color is #668186.


Opacity

.myOpacity80 { color: #668186; opacity: 0.8; }

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

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

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

This text has shadow with #668186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668186 on black background.


Color preview on white background

This text has color #668186 on white background.



Black color preview on #668186 background

This text has black color on #668186 background.


White color preview on #668186 background

This text has white color on #668186 background.