COLOR #689883

HEX: #689883
RGB: (104,152,131)

Color info

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

RGB color model

#689883 color RGB value is (104,152,131).

  • red value is 104;
  • green value is 152;
  • blue value is 131.
RGB:
(104,152,131)
(41%,60%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 152 of 255 = 60%
B 131 of 255 = 51%

104
152
131

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

Portions of RGB colors in percentages

R + G + B =
104 + 152 + 131 = 387 (100%)
R 104 of 387 ~ 26.87%
G 152 of 387 ~ 39.28%
B 131 of 387 ~ 33.85%

%26.87
%39.28
%33.85

CMYK color model

#689883 color CMYK value is (32,0,14,40).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 40.39%
CMYK:
(32,0,14,40)
C32M0Y14K40 
(32%,0%,14%,40%)
(0.32/0.00/0.14/0.40)	

CMYK percentages

%31.58
%0
%13.82
%40.39

Codes

Color #689883 in popluar color models

689883
RGB104152131
HSL154°18.90%50.20%
HSB/HSV154°31.58%59.61%
CMYK31.58%0.00%13.82%
40.39%

Color #689883 in popluar number systems.

HEX689883
Decimal104152131
Binary11010001001100010000011
Octal150230203

Shades and tints

Shades of #689883

#689883
(104,152,131)
#5F8B78
(95,139,120)
#567E6D
(86,126,109)
#4D7162
(77,113,98)
#446457
(68,100,87)
#3B574C
(59,87,76)
#324A41
(50,74,65)
#293D36
(41,61,54)
#20302B
(32,48,43)
#172320
(23,35,32)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #689883

#689883
(104,152,131)
#75A18E
(117,161,142)
#82AA99
(130,170,153)
#8FB3A4
(143,179,164)
#9CBCAF
(156,188,175)
#A9C5BA
(169,197,186)
#B6CEC5
(182,206,197)
#C3D7D0
(195,215,208)
#D0E0DB
(208,224,219)
#DDE9E6
(221,233,230)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689883 color. Also use rgb(104,152,131) instead hex code.

Text Font Color

.myTextColor { color: #689883; }

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

This text font color is #689883.


Background Color

.myBgColor { background-color: #689883; }

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

This div background color is #689883.


Border color

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

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

This div border color is #689883.


Opacity

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

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

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

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

This text has shadow with #689883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689883 on black background.


Color preview on white background

This text has color #689883 on white background.



Black color preview on #689883 background

This text has black color on #689883 background.


White color preview on #689883 background

This text has white color on #689883 background.