COLOR #697685

HEX: #697685
RGB: (105,118,133)

Color info

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

RGB color model

#697685 color RGB value is (105,118,133).

  • red value is 105;
  • green value is 118;
  • blue value is 133.
RGB:
(105,118,133)
(41%,46%,52%)

RGB channels and saturation

R 105 of 255 = 41%
G 118 of 255 = 46%
B 133 of 255 = 52%

105
118
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 118 + 133 = 356 (100%)
R 105 of 356 ~ 29.49%
G 118 of 356 ~ 33.15%
B 133 of 356 ~ 37.36%

%29.49
%33.15
%37.36

CMYK color model

#697685 color CMYK value is (21,11,0,48).

  • cyan value is 21.05%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(21,11,0,48)
C21M11Y0K48 
(21%,11%,0%,48%)
(0.21/0.11/0.00/0.48)	

CMYK percentages

%21.05
%11.28
%0
%47.84

Codes

Color #697685 in popluar color models

697685
RGB105118133
HSL212°11.76%46.67%
HSB/HSV212°21.05%52.16%
CMYK21.05%11.28%0.00%
47.84%

Color #697685 in popluar number systems.

HEX697685
Decimal105118133
Binary1101001111011010000101
Octal151166205

Shades and tints

Shades of #697685

#697685
(105,118,133)
#606C79
(96,108,121)
#57626D
(87,98,109)
#4E5861
(78,88,97)
#454E55
(69,78,85)
#3C4449
(60,68,73)
#333A3D
(51,58,61)
#2A3031
(42,48,49)
#212625
(33,38,37)
#181C19
(24,28,25)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #697685

#697685
(105,118,133)
#768290
(118,130,144)
#838E9B
(131,142,155)
#909AA6
(144,154,166)
#9DA6B1
(157,166,177)
#AAB2BC
(170,178,188)
#B7BEC7
(183,190,199)
#C4CAD2
(196,202,210)
#D1D6DD
(209,214,221)
#DEE2E8
(222,226,232)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697685 color. Also use rgb(105,118,133) instead hex code.

Text Font Color

.myTextColor { color: #697685; }

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

This text font color is #697685.


Background Color

.myBgColor { background-color: #697685; }

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

This div background color is #697685.


Border color

.myBorderColor { border: 1px solid #697685; }

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

This div border color is #697685.


Opacity

.myOpacity80 { color: #697685; opacity: 0.8; }

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

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

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

This text has shadow with #697685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697685 on black background.


Color preview on white background

This text has color #697685 on white background.



Black color preview on #697685 background

This text has black color on #697685 background.


White color preview on #697685 background

This text has white color on #697685 background.