COLOR #698D8D

HEX: #698D8D
RGB: (105,141,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
141
141

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 141 = 387 (100%)
R 105 of 387 ~ 27.13%
G 141 of 387 ~ 36.43%
B 141 of 387 ~ 36.43%

%27.13
%36.43
%36.43

CMYK color model

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

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

CMYK percentages

%25.53
%0
%0
%44.71

Codes

Color #698D8D in popluar color models

698D8D
RGB105141141
HSL180°14.63%48.24%
HSB/HSV180°25.53%55.29%
CMYK25.53%0.00%0.00%
44.71%

Color #698D8D in popluar number systems.

HEX698D8D
Decimal105141141
Binary11010011000110110001101
Octal151215215

Shades and tints

Shades of #698D8D

#698D8D
(105,141,141)
#608181
(96,129,129)
#577575
(87,117,117)
#4E6969
(78,105,105)
#455D5D
(69,93,93)
#3C5151
(60,81,81)
#334545
(51,69,69)
#2A3939
(42,57,57)
#212D2D
(33,45,45)
#182121
(24,33,33)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #698D8D

#698D8D
(105,141,141)
#769797
(118,151,151)
#83A1A1
(131,161,161)
#90ABAB
(144,171,171)
#9DB5B5
(157,181,181)
#AABFBF
(170,191,191)
#B7C9C9
(183,201,201)
#C4D3D3
(196,211,211)
#D1DDDD
(209,221,221)
#DEE7E7
(222,231,231)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698D8D; }

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

This text font color is #698D8D.


Background Color

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

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

This div background color is #698D8D.


Border color

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

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

This div border color is #698D8D.


Opacity

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

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

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

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

This text has shadow with #698D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698D8D on black background.


Color preview on white background

This text has color #698D8D on white background.



Black color preview on #698D8D background

This text has black color on #698D8D background.


White color preview on #698D8D background

This text has white color on #698D8D background.