COLOR #698F7E

HEX: #698F7E
RGB: (105,143,126)

Color info

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

RGB color model

#698F7E color RGB value is (105,143,126).

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

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 126 of 255 = 49%

105
143
126

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

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 126 = 374 (100%)
R 105 of 374 ~ 28.07%
G 143 of 374 ~ 38.24%
B 126 of 374 ~ 33.69%

%28.07
%38.24
%33.69

CMYK color model

#698F7E color CMYK value is (27,0,12,44).

  • cyan value is 26.57%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 43.92%
CMYK:
(27,0,12,44)
C27M0Y12K44 
(27%,0%,12%,44%)
(0.27/0.00/0.12/0.44)	

CMYK percentages

%26.57
%0
%11.89
%43.92

Codes

Color #698F7E in popluar color models

698F7E
RGB105143126
HSL153°15.32%48.63%
HSB/HSV153°26.57%56.08%
CMYK26.57%0.00%11.89%
43.92%

Color #698F7E in popluar number systems.

HEX698F7E
Decimal105143126
Binary1101001100011111111110
Octal151217176

Shades and tints

Shades of #698F7E

#698F7E
(105,143,126)
#608273
(96,130,115)
#577568
(87,117,104)
#4E685D
(78,104,93)
#455B52
(69,91,82)
#3C4E47
(60,78,71)
#33413C
(51,65,60)
#2A3431
(42,52,49)
#212726
(33,39,38)
#181A1B
(24,26,27)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #698F7E

#698F7E
(105,143,126)
#769989
(118,153,137)
#83A394
(131,163,148)
#90AD9F
(144,173,159)
#9DB7AA
(157,183,170)
#AAC1B5
(170,193,181)
#B7CBC0
(183,203,192)
#C4D5CB
(196,213,203)
#D1DFD6
(209,223,214)
#DEE9E1
(222,233,225)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698F7E; }

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

This text font color is #698F7E.


Background Color

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

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

This div background color is #698F7E.


Border color

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

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

This div border color is #698F7E.


Opacity

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

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

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

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

This text has shadow with #698F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698F7E on black background.


Color preview on white background

This text has color #698F7E on white background.



Black color preview on #698F7E background

This text has black color on #698F7E background.


White color preview on #698F7E background

This text has white color on #698F7E background.