COLOR #697B7A

HEX: #697B7A
RGB: (105,123,122)

Color info

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

RGB color model

#697B7A color RGB value is (105,123,122).

  • red value is 105;
  • green value is 123;
  • blue value is 122.
RGB:
(105,123,122)
(41%,48%,48%)

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 122 of 255 = 48%

105
123
122

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

Portions of RGB colors in percentages

R + G + B =
105 + 123 + 122 = 350 (100%)
R 105 of 350 ~ 30%
G 123 of 350 ~ 35.14%
B 122 of 350 ~ 34.86%

%30
%35.14
%34.86

CMYK color model

#697B7A color CMYK value is (15,0,1,52).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(15,0,1,52)
C15M0Y1K52 
(15%,0%,1%,52%)
(0.15/0.00/0.01/0.52)	

CMYK percentages

%14.63
%0
%0.81
%51.76

Codes

Color #697B7A in popluar color models

697B7A
RGB105123122
HSL177°7.89%44.71%
HSB/HSV177°14.63%48.24%
CMYK14.63%0.00%0.81%
51.76%

Color #697B7A in popluar number systems.

HEX697B7A
Decimal105123122
Binary110100111110111111010
Octal151173172

Shades and tints

Shades of #697B7A

#697B7A
(105,123,122)
#60706F
(96,112,111)
#576564
(87,101,100)
#4E5A59
(78,90,89)
#454F4E
(69,79,78)
#3C4443
(60,68,67)
#333938
(51,57,56)
#2A2E2D
(42,46,45)
#212322
(33,35,34)
#181817
(24,24,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #697B7A

#697B7A
(105,123,122)
#768786
(118,135,134)
#839392
(131,147,146)
#909F9E
(144,159,158)
#9DABAA
(157,171,170)
#AAB7B6
(170,183,182)
#B7C3C2
(183,195,194)
#C4CFCE
(196,207,206)
#D1DBDA
(209,219,218)
#DEE7E6
(222,231,230)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697B7A color. Also use rgb(105,123,122) instead hex code.

Text Font Color

.myTextColor { color: #697B7A; }

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

This text font color is #697B7A.


Background Color

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

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

This div background color is #697B7A.


Border color

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

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

This div border color is #697B7A.


Opacity

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

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

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

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

This text has shadow with #697B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697B7A on black background.


Color preview on white background

This text has color #697B7A on white background.



Black color preview on #697B7A background

This text has black color on #697B7A background.


White color preview on #697B7A background

This text has white color on #697B7A background.