COLOR #698D7E

HEX: #698D7E
RGB: (105,141,126)

Color info

#698D7E contains red, green and blue colors in about the same proportion. Web safe color of #698D7E is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

105
141
126

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

Portions of RGB colors in percentages

R + G + B =
105 + 141 + 126 = 372 (100%)
R 105 of 372 ~ 28.23%
G 141 of 372 ~ 37.9%
B 126 of 372 ~ 33.87%

%28.23
%37.9
%33.87

CMYK color model

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

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

CMYK percentages

%25.53
%0
%10.64
%44.71

Codes

Color #698D7E in popluar color models

698D7E
RGB105141126
HSL155°14.63%48.24%
HSB/HSV155°25.53%55.29%
CMYK25.53%0.00%10.64%
44.71%

Color #698D7E in popluar number systems.

HEX698D7E
Decimal105141126
Binary1101001100011011111110
Octal151215176

Shades and tints

Shades of #698D7E

#698D7E
(105,141,126)
#608173
(96,129,115)
#577568
(87,117,104)
#4E695D
(78,105,93)
#455D52
(69,93,82)
#3C5147
(60,81,71)
#33453C
(51,69,60)
#2A3931
(42,57,49)
#212D26
(33,45,38)
#18211B
(24,33,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #698D7E

#698D7E
(105,141,126)
#769789
(118,151,137)
#83A194
(131,161,148)
#90AB9F
(144,171,159)
#9DB5AA
(157,181,170)
#AABFB5
(170,191,181)
#B7C9C0
(183,201,192)
#C4D3CB
(196,211,203)
#D1DDD6
(209,221,214)
#DEE7E1
(222,231,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698D7E; }

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

This text font color is #698D7E.


Background Color

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

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

This div background color is #698D7E.


Border color

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

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

This div border color is #698D7E.


Opacity

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

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

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

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

This text has shadow with #698D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698D7E on black background.


Color preview on white background

This text has color #698D7E on white background.



Black color preview on #698D7E background

This text has black color on #698D7E background.


White color preview on #698D7E background

This text has white color on #698D7E background.