COLOR #697B7D

HEX: #697B7D
RGB: (105,123,125)

Color info

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

RGB color model

#697B7D color RGB value is (105,123,125).

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

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 125 of 255 = 49%

105
123
125

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

Portions of RGB colors in percentages

R + G + B =
105 + 123 + 125 = 353 (100%)
R 105 of 353 ~ 29.75%
G 123 of 353 ~ 34.84%
B 125 of 353 ~ 35.41%

%29.75
%34.84
%35.41

CMYK color model

#697B7D color CMYK value is (16,2,0,51).

  • cyan value is 16.00%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(16,2,0,51)
C16M2Y0K51 
(16%,2%,0%,51%)
(0.16/0.02/0.00/0.51)	

CMYK percentages

%16
%1.6
%0
%50.98

Codes

Color #697B7D in popluar color models

697B7D
RGB105123125
HSL186°8.70%45.10%
HSB/HSV186°16.00%49.02%
CMYK16.00%1.60%0.00%
50.98%

Color #697B7D in popluar number systems.

HEX697B7D
Decimal105123125
Binary110100111110111111101
Octal151173175

Shades and tints

Shades of #697B7D

#697B7D
(105,123,125)
#607072
(96,112,114)
#576567
(87,101,103)
#4E5A5C
(78,90,92)
#454F51
(69,79,81)
#3C4446
(60,68,70)
#33393B
(51,57,59)
#2A2E30
(42,46,48)
#212325
(33,35,37)
#18181A
(24,24,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #697B7D

#697B7D
(105,123,125)
#768788
(118,135,136)
#839393
(131,147,147)
#909F9E
(144,159,158)
#9DABA9
(157,171,169)
#AAB7B4
(170,183,180)
#B7C3BF
(183,195,191)
#C4CFCA
(196,207,202)
#D1DBD5
(209,219,213)
#DEE7E0
(222,231,224)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697B7D; }

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

This text font color is #697B7D.


Background Color

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

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

This div background color is #697B7D.


Border color

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

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

This div border color is #697B7D.


Opacity

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

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

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

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

This text has shadow with #697B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697B7D on black background.


Color preview on white background

This text has color #697B7D on white background.



Black color preview on #697B7D background

This text has black color on #697B7D background.


White color preview on #697B7D background

This text has white color on #697B7D background.