COLOR #698D87

HEX: #698D87
RGB: (105,141,135)

Color info

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

RGB color model

#698D87 color RGB value is (105,141,135).

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

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 135 of 255 = 53%

105
141
135

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 135 = 381 (100%)
R 105 of 381 ~ 27.56%
G 141 of 381 ~ 37.01%
B 135 of 381 ~ 35.43%

%27.56
%37.01
%35.43

CMYK color model

#698D87 color CMYK value is (26,0,4,45).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK:
(26,0,4,45)
C26M0Y4K45 
(26%,0%,4%,45%)
(0.26/0.00/0.04/0.45)	

CMYK percentages

%25.53
%0
%4.26
%44.71

Codes

Color #698D87 in popluar color models

698D87
RGB105141135
HSL170°14.63%48.24%
HSB/HSV170°25.53%55.29%
CMYK25.53%0.00%4.26%
44.71%

Color #698D87 in popluar number systems.

HEX698D87
Decimal105141135
Binary11010011000110110000111
Octal151215207

Shades and tints

Shades of #698D87

#698D87
(105,141,135)
#60817B
(96,129,123)
#57756F
(87,117,111)
#4E6963
(78,105,99)
#455D57
(69,93,87)
#3C514B
(60,81,75)
#33453F
(51,69,63)
#2A3933
(42,57,51)
#212D27
(33,45,39)
#18211B
(24,33,27)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #698D87

#698D87
(105,141,135)
#769791
(118,151,145)
#83A19B
(131,161,155)
#90ABA5
(144,171,165)
#9DB5AF
(157,181,175)
#AABFB9
(170,191,185)
#B7C9C3
(183,201,195)
#C4D3CD
(196,211,205)
#D1DDD7
(209,221,215)
#DEE7E1
(222,231,225)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698D87; }

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

This text font color is #698D87.


Background Color

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

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

This div background color is #698D87.


Border color

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

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

This div border color is #698D87.


Opacity

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

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

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

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

This text has shadow with #698D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698D87 on black background.


Color preview on white background

This text has color #698D87 on white background.



Black color preview on #698D87 background

This text has black color on #698D87 background.


White color preview on #698D87 background

This text has white color on #698D87 background.