COLOR #698C89

HEX: #698C89
RGB: (105,140,137)

Color info

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

RGB color model

#698C89 color RGB value is (105,140,137).

  • red value is 105;
  • green value is 140;
  • blue value is 137.
RGB:
(105,140,137)
(41%,55%,54%)

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 137 of 255 = 54%

105
140
137

R + G + B ~ 50%. #698C89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 137 = 382 (100%)
R 105 of 382 ~ 27.49%
G 140 of 382 ~ 36.65%
B 137 of 382 ~ 35.86%

%27.49
%36.65
%35.86

CMYK color model

#698C89 color CMYK value is (25,0,2,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 45.10%
CMYK:
(25,0,2,45)
C25M0Y2K45 
(25%,0%,2%,45%)
(0.25/0.00/0.02/0.45)	

CMYK percentages

%25
%0
%2.14
%45.1

Codes

Color #698C89 in popluar color models

698C89
RGB105140137
HSL175°14.29%48.04%
HSB/HSV175°25.00%54.90%
CMYK25.00%0.00%2.14%
45.10%

Color #698C89 in popluar number systems.

HEX698C89
Decimal105140137
Binary11010011000110010001001
Octal151214211

Shades and tints

Shades of #698C89

#698C89
(105,140,137)
#60807D
(96,128,125)
#577471
(87,116,113)
#4E6865
(78,104,101)
#455C59
(69,92,89)
#3C504D
(60,80,77)
#334441
(51,68,65)
#2A3835
(42,56,53)
#212C29
(33,44,41)
#18201D
(24,32,29)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #698C89

#698C89
(105,140,137)
#769693
(118,150,147)
#83A09D
(131,160,157)
#90AAA7
(144,170,167)
#9DB4B1
(157,180,177)
#AABEBB
(170,190,187)
#B7C8C5
(183,200,197)
#C4D2CF
(196,210,207)
#D1DCD9
(209,220,217)
#DEE6E3
(222,230,227)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698C89 color. Also use rgb(105,140,137) instead hex code.

Text Font Color

.myTextColor { color: #698C89; }

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

This text font color is #698C89.


Background Color

.myBgColor { background-color: #698C89; }

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

This div background color is #698C89.


Border color

.myBorderColor { border: 1px solid #698C89; }

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

This div border color is #698C89.


Opacity

.myOpacity80 { color: #698C89; opacity: 0.8; }

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

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

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

This text has shadow with #698C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C89 on black background.


Color preview on white background

This text has color #698C89 on white background.



Black color preview on #698C89 background

This text has black color on #698C89 background.


White color preview on #698C89 background

This text has white color on #698C89 background.