COLOR #698C87

HEX: #698C87
RGB: (105,140,135)

Color info

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

RGB color model

#698C87 color RGB value is (105,140,135).

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

RGB channels and saturation

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

105
140
135

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

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 135 = 380 (100%)
R 105 of 380 ~ 27.63%
G 140 of 380 ~ 36.84%
B 135 of 380 ~ 35.53%

%27.63
%36.84
%35.53

CMYK color model

#698C87 color CMYK value is (25,0,4,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 45.10%
CMYK:
(25,0,4,45)
C25M0Y4K45 
(25%,0%,4%,45%)
(0.25/0.00/0.04/0.45)	

CMYK percentages

%25
%0
%3.57
%45.1

Codes

Color #698C87 in popluar color models

698C87
RGB105140135
HSL171°14.29%48.04%
HSB/HSV171°25.00%54.90%
CMYK25.00%0.00%3.57%
45.10%

Color #698C87 in popluar number systems.

HEX698C87
Decimal105140135
Binary11010011000110010000111
Octal151214207

Shades and tints

Shades of #698C87

#698C87
(105,140,135)
#60807B
(96,128,123)
#57746F
(87,116,111)
#4E6863
(78,104,99)
#455C57
(69,92,87)
#3C504B
(60,80,75)
#33443F
(51,68,63)
#2A3833
(42,56,51)
#212C27
(33,44,39)
#18201B
(24,32,27)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #698C87

#698C87
(105,140,135)
#769691
(118,150,145)
#83A09B
(131,160,155)
#90AAA5
(144,170,165)
#9DB4AF
(157,180,175)
#AABEB9
(170,190,185)
#B7C8C3
(183,200,195)
#C4D2CD
(196,210,205)
#D1DCD7
(209,220,215)
#DEE6E1
(222,230,225)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698C87; }

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

This text font color is #698C87.


Background Color

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

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

This div background color is #698C87.


Border color

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

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

This div border color is #698C87.


Opacity

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

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

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

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

This text has shadow with #698C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C87 on black background.


Color preview on white background

This text has color #698C87 on white background.



Black color preview on #698C87 background

This text has black color on #698C87 background.


White color preview on #698C87 background

This text has white color on #698C87 background.