COLOR #698D8A

HEX: #698D8A
RGB: (105,141,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
141
138

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 138 = 384 (100%)
R 105 of 384 ~ 27.34%
G 141 of 384 ~ 36.72%
B 138 of 384 ~ 35.94%

%27.34
%36.72
%35.94

CMYK color model

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

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

CMYK percentages

%25.53
%0
%2.13
%44.71

Codes

Color #698D8A in popluar color models

698D8A
RGB105141138
HSL175°14.63%48.24%
HSB/HSV175°25.53%55.29%
CMYK25.53%0.00%2.13%
44.71%

Color #698D8A in popluar number systems.

HEX698D8A
Decimal105141138
Binary11010011000110110001010
Octal151215212

Shades and tints

Shades of #698D8A

#698D8A
(105,141,138)
#60817E
(96,129,126)
#577572
(87,117,114)
#4E6966
(78,105,102)
#455D5A
(69,93,90)
#3C514E
(60,81,78)
#334542
(51,69,66)
#2A3936
(42,57,54)
#212D2A
(33,45,42)
#18211E
(24,33,30)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #698D8A

#698D8A
(105,141,138)
#769794
(118,151,148)
#83A19E
(131,161,158)
#90ABA8
(144,171,168)
#9DB5B2
(157,181,178)
#AABFBC
(170,191,188)
#B7C9C6
(183,201,198)
#C4D3D0
(196,211,208)
#D1DDDA
(209,221,218)
#DEE7E4
(222,231,228)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698D8A; }

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

This text font color is #698D8A.


Background Color

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

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

This div background color is #698D8A.


Border color

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

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

This div border color is #698D8A.


Opacity

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

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

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

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

This text has shadow with #698D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698D8A on black background.


Color preview on white background

This text has color #698D8A on white background.



Black color preview on #698D8A background

This text has black color on #698D8A background.


White color preview on #698D8A background

This text has white color on #698D8A background.