COLOR #698987

HEX: #698987
RGB: (105,137,135)

Color info

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

RGB color model

#698987 color RGB value is (105,137,135).

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

RGB channels and saturation

R 105 of 255 = 41%
G 137 of 255 = 54%
B 135 of 255 = 53%

105
137
135

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

Portions of RGB colors in percentages

R + G + B =
105 + 137 + 135 = 377 (100%)
R 105 of 377 ~ 27.85%
G 137 of 377 ~ 36.34%
B 135 of 377 ~ 35.81%

%27.85
%36.34
%35.81

CMYK color model

#698987 color CMYK value is (23,0,1,46).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 46.27%
CMYK:
(23,0,1,46)
C23M0Y1K46 
(23%,0%,1%,46%)
(0.23/0.00/0.01/0.46)	

CMYK percentages

%23.36
%0
%1.46
%46.27

Codes

Color #698987 in popluar color models

698987
RGB105137135
HSL176°13.22%47.45%
HSB/HSV176°23.36%53.73%
CMYK23.36%0.00%1.46%
46.27%

Color #698987 in popluar number systems.

HEX698987
Decimal105137135
Binary11010011000100110000111
Octal151211207

Shades and tints

Shades of #698987

#698987
(105,137,135)
#607D7B
(96,125,123)
#57716F
(87,113,111)
#4E6563
(78,101,99)
#455957
(69,89,87)
#3C4D4B
(60,77,75)
#33413F
(51,65,63)
#2A3533
(42,53,51)
#212927
(33,41,39)
#181D1B
(24,29,27)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #698987

#698987
(105,137,135)
#769391
(118,147,145)
#839D9B
(131,157,155)
#90A7A5
(144,167,165)
#9DB1AF
(157,177,175)
#AABBB9
(170,187,185)
#B7C5C3
(183,197,195)
#C4CFCD
(196,207,205)
#D1D9D7
(209,217,215)
#DEE3E1
(222,227,225)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698987; }

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

This text font color is #698987.


Background Color

.myBgColor { background-color: #698987; }

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

This div background color is #698987.


Border color

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

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

This div border color is #698987.


Opacity

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

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

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

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

This text has shadow with #698987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698987 on black background.


Color preview on white background

This text has color #698987 on white background.



Black color preview on #698987 background

This text has black color on #698987 background.


White color preview on #698987 background

This text has white color on #698987 background.