COLOR #697B82

HEX: #697B82
RGB: (105,123,130)

Color info

#697B82 contains red, green and blue colors in about the same proportion. Web safe color of #697B82 is #666699 (or #669).

RGB color model

#697B82 color RGB value is (105,123,130).

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

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 130 of 255 = 51%

105
123
130

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

Portions of RGB colors in percentages

R + G + B =
105 + 123 + 130 = 358 (100%)
R 105 of 358 ~ 29.33%
G 123 of 358 ~ 34.36%
B 130 of 358 ~ 36.31%

%29.33
%34.36
%36.31

CMYK color model

#697B82 color CMYK value is (19,5,0,49).

  • cyan value is 19.23%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(19,5,0,49)
C19M5Y0K49 
(19%,5%,0%,49%)
(0.19/0.05/0.00/0.49)	

CMYK percentages

%19.23
%5.38
%0
%49.02

Codes

Color #697B82 in popluar color models

697B82
RGB105123130
HSL197°10.64%46.08%
HSB/HSV197°19.23%50.98%
CMYK19.23%5.38%0.00%
49.02%

Color #697B82 in popluar number systems.

HEX697B82
Decimal105123130
Binary1101001111101110000010
Octal151173202

Shades and tints

Shades of #697B82

#697B82
(105,123,130)
#607077
(96,112,119)
#57656C
(87,101,108)
#4E5A61
(78,90,97)
#454F56
(69,79,86)
#3C444B
(60,68,75)
#333940
(51,57,64)
#2A2E35
(42,46,53)
#21232A
(33,35,42)
#18181F
(24,24,31)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #697B82

#697B82
(105,123,130)
#76878D
(118,135,141)
#839398
(131,147,152)
#909FA3
(144,159,163)
#9DABAE
(157,171,174)
#AAB7B9
(170,183,185)
#B7C3C4
(183,195,196)
#C4CFCF
(196,207,207)
#D1DBDA
(209,219,218)
#DEE7E5
(222,231,229)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697B82; }

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

This text font color is #697B82.


Background Color

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

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

This div background color is #697B82.


Border color

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

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

This div border color is #697B82.


Opacity

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

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

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

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

This text has shadow with #697B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697B82 on black background.


Color preview on white background

This text has color #697B82 on white background.



Black color preview on #697B82 background

This text has black color on #697B82 background.


White color preview on #697B82 background

This text has white color on #697B82 background.