COLOR #668B83

HEX: #668B83
RGB: (102,139,131)

Color info

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

RGB color model

#668B83 color RGB value is (102,139,131).

  • red value is 102;
  • green value is 139;
  • blue value is 131.
RGB:
(102,139,131)
(40%,55%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 139 of 255 = 55%
B 131 of 255 = 51%

102
139
131

R + G + B ~ 49%. #668B83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 139 + 131 = 372 (100%)
R 102 of 372 ~ 27.42%
G 139 of 372 ~ 37.37%
B 131 of 372 ~ 35.22%

%27.42
%37.37
%35.22

CMYK color model

#668B83 color CMYK value is (27,0,6,45).

  • cyan value is 26.62%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 45.49%
CMYK:
(27,0,6,45)
C27M0Y6K45 
(27%,0%,6%,45%)
(0.27/0.00/0.06/0.45)	

CMYK percentages

%26.62
%0
%5.76
%45.49

Codes

Color #668B83 in popluar color models

668B83
RGB102139131
HSL167°15.35%47.25%
HSB/HSV167°26.62%54.51%
CMYK26.62%0.00%5.76%
45.49%

Color #668B83 in popluar number systems.

HEX668B83
Decimal102139131
Binary11001101000101110000011
Octal146213203

Shades and tints

Shades of #668B83

#668B83
(102,139,131)
#5D7F78
(93,127,120)
#54736D
(84,115,109)
#4B6762
(75,103,98)
#425B57
(66,91,87)
#394F4C
(57,79,76)
#304341
(48,67,65)
#273736
(39,55,54)
#1E2B2B
(30,43,43)
#151F20
(21,31,32)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #668B83

#668B83
(102,139,131)
#73958E
(115,149,142)
#809F99
(128,159,153)
#8DA9A4
(141,169,164)
#9AB3AF
(154,179,175)
#A7BDBA
(167,189,186)
#B4C7C5
(180,199,197)
#C1D1D0
(193,209,208)
#CEDBDB
(206,219,219)
#DBE5E6
(219,229,230)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668B83 color. Also use rgb(102,139,131) instead hex code.

Text Font Color

.myTextColor { color: #668B83; }

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

This text font color is #668B83.


Background Color

.myBgColor { background-color: #668B83; }

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

This div background color is #668B83.


Border color

.myBorderColor { border: 1px solid #668B83; }

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

This div border color is #668B83.


Opacity

.myOpacity80 { color: #668B83; opacity: 0.8; }

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

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

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

This text has shadow with #668B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668B83 on black background.


Color preview on white background

This text has color #668B83 on white background.



Black color preview on #668B83 background

This text has black color on #668B83 background.


White color preview on #668B83 background

This text has white color on #668B83 background.