COLOR #697D7D

HEX: #697D7D
RGB: (105,125,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
125
125

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

Portions of RGB colors in percentages

R + G + B =
105 + 125 + 125 = 355 (100%)
R 105 of 355 ~ 29.58%
G 125 of 355 ~ 35.21%
B 125 of 355 ~ 35.21%

%29.58
%35.21
%35.21

CMYK color model

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

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

CMYK percentages

%16
%0
%0
%50.98

Codes

Color #697D7D in popluar color models

697D7D
RGB105125125
HSL180°8.70%45.10%
HSB/HSV180°16.00%49.02%
CMYK16.00%0.00%0.00%
50.98%

Color #697D7D in popluar number systems.

HEX697D7D
Decimal105125125
Binary110100111111011111101
Octal151175175

Shades and tints

Shades of #697D7D

#697D7D
(105,125,125)
#607272
(96,114,114)
#576767
(87,103,103)
#4E5C5C
(78,92,92)
#455151
(69,81,81)
#3C4646
(60,70,70)
#333B3B
(51,59,59)
#2A3030
(42,48,48)
#212525
(33,37,37)
#181A1A
(24,26,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #697D7D

#697D7D
(105,125,125)
#768888
(118,136,136)
#839393
(131,147,147)
#909E9E
(144,158,158)
#9DA9A9
(157,169,169)
#AAB4B4
(170,180,180)
#B7BFBF
(183,191,191)
#C4CACA
(196,202,202)
#D1D5D5
(209,213,213)
#DEE0E0
(222,224,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697D7D; }

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

This text font color is #697D7D.


Background Color

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

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

This div background color is #697D7D.


Border color

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

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

This div border color is #697D7D.


Opacity

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

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

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

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

This text has shadow with #697D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697D7D on black background.


Color preview on white background

This text has color #697D7D on white background.



Black color preview on #697D7D background

This text has black color on #697D7D background.


White color preview on #697D7D background

This text has white color on #697D7D background.