COLOR #689B95

HEX: #689B95
RGB: (104,155,149)

Color info

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

RGB color model

#689B95 color RGB value is (104,155,149).

  • red value is 104;
  • green value is 155;
  • blue value is 149.
RGB:
(104,155,149)
(41%,61%,58%)

RGB channels and saturation

R 104 of 255 = 41%
G 155 of 255 = 61%
B 149 of 255 = 58%

104
155
149

R + G + B ~ 53%. #689B95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 155 + 149 = 408 (100%)
R 104 of 408 ~ 25.49%
G 155 of 408 ~ 37.99%
B 149 of 408 ~ 36.52%

%25.49
%37.99
%36.52

CMYK color model

#689B95 color CMYK value is (33,0,4,39).

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • key color value is 39.22%
CMYK:
(33,0,4,39)
C33M0Y4K39 
(33%,0%,4%,39%)
(0.33/0.00/0.04/0.39)	

CMYK percentages

%32.9
%0
%3.87
%39.22

Codes

Color #689B95 in popluar color models

689B95
RGB104155149
HSL173°20.32%50.78%
HSB/HSV173°32.90%60.78%
CMYK32.90%0.00%3.87%
39.22%

Color #689B95 in popluar number systems.

HEX689B95
Decimal104155149
Binary11010001001101110010101
Octal150233225

Shades and tints

Shades of #689B95

#689B95
(104,155,149)
#5F8D88
(95,141,136)
#567F7B
(86,127,123)
#4D716E
(77,113,110)
#446361
(68,99,97)
#3B5554
(59,85,84)
#324747
(50,71,71)
#29393A
(41,57,58)
#202B2D
(32,43,45)
#171D20
(23,29,32)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #689B95

#689B95
(104,155,149)
#75A49E
(117,164,158)
#82ADA7
(130,173,167)
#8FB6B0
(143,182,176)
#9CBFB9
(156,191,185)
#A9C8C2
(169,200,194)
#B6D1CB
(182,209,203)
#C3DAD4
(195,218,212)
#D0E3DD
(208,227,221)
#DDECE6
(221,236,230)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689B95 color. Also use rgb(104,155,149) instead hex code.

Text Font Color

.myTextColor { color: #689B95; }

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

This text font color is #689B95.


Background Color

.myBgColor { background-color: #689B95; }

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

This div background color is #689B95.


Border color

.myBorderColor { border: 1px solid #689B95; }

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

This div border color is #689B95.


Opacity

.myOpacity80 { color: #689B95; opacity: 0.8; }

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

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

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

This text has shadow with #689B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689B95 on black background.


Color preview on white background

This text has color #689B95 on white background.



Black color preview on #689B95 background

This text has black color on #689B95 background.


White color preview on #689B95 background

This text has white color on #689B95 background.