COLOR #697E79

HEX: #697E79
RGB: (105,126,121)

Color info

#697E79 contains red, green and blue colors in about the same proportion. Web safe color of #697E79 is #666666 (or #666).

RGB color model

#697E79 color RGB value is (105,126,121).

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

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 121 of 255 = 47%

105
126
121

R + G + B ~ 46%. #697E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 126 + 121 = 352 (100%)
R 105 of 352 ~ 29.83%
G 126 of 352 ~ 35.8%
B 121 of 352 ~ 34.38%

%29.83
%35.8
%34.38

CMYK color model

#697E79 color CMYK value is (17,0,4,51).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 50.59%
CMYK:
(17,0,4,51)
C17M0Y4K51 
(17%,0%,4%,51%)
(0.17/0.00/0.04/0.51)	

CMYK percentages

%16.67
%0
%3.97
%50.59

Codes

Color #697E79 in popluar color models

697E79
RGB105126121
HSL166°9.09%45.29%
HSB/HSV166°16.67%49.41%
CMYK16.67%0.00%3.97%
50.59%

Color #697E79 in popluar number systems.

HEX697E79
Decimal105126121
Binary110100111111101111001
Octal151176171

Shades and tints

Shades of #697E79

#697E79
(105,126,121)
#60736E
(96,115,110)
#576863
(87,104,99)
#4E5D58
(78,93,88)
#45524D
(69,82,77)
#3C4742
(60,71,66)
#333C37
(51,60,55)
#2A312C
(42,49,44)
#212621
(33,38,33)
#181B16
(24,27,22)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #697E79

#697E79
(105,126,121)
#768985
(118,137,133)
#839491
(131,148,145)
#909F9D
(144,159,157)
#9DAAA9
(157,170,169)
#AAB5B5
(170,181,181)
#B7C0C1
(183,192,193)
#C4CBCD
(196,203,205)
#D1D6D9
(209,214,217)
#DEE1E5
(222,225,229)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697E79 color. Also use rgb(105,126,121) instead hex code.

Text Font Color

.myTextColor { color: #697E79; }

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

This text font color is #697E79.


Background Color

.myBgColor { background-color: #697E79; }

<div style="background-color:#697E79">Inner text</div>

This div background color is #697E79.


Border color

.myBorderColor { border: 1px solid #697E79; }

<div style="border:3px solid #697E79">Div</div>

This div border color is #697E79.


Opacity

.myOpacity80 { color: #697E79; opacity: 0.8; }

<p style="color:#697E79;opacity:0.8;">80%</p>

Text with #697E79 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 #697E79;}

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

This text has shadow with #697E79 color.

.textShadow {text-shadow: 3px 3px 1px #697E79, 3px 3px 1px red;}

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

This text has shadow with #697E79 primary color and red secondary color.


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

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

This text has shadow with #697E79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697E79 on black background.


Color preview on white background

This text has color #697E79 on white background.



Black color preview on #697E79 background

This text has black color on #697E79 background.


White color preview on #697E79 background

This text has white color on #697E79 background.