COLOR #697B8A

HEX: #697B8A
RGB: (105,123,138)

Color info

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

RGB color model

#697B8A color RGB value is (105,123,138).

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

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 138 of 255 = 54%

105
123
138

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

Portions of RGB colors in percentages

R + G + B =
105 + 123 + 138 = 366 (100%)
R 105 of 366 ~ 28.69%
G 123 of 366 ~ 33.61%
B 138 of 366 ~ 37.7%

%28.69
%33.61
%37.7

CMYK color model

#697B8A color CMYK value is (24,11,0,46).

  • cyan value is 23.91%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(24,11,0,46)
C24M11Y0K46 
(24%,11%,0%,46%)
(0.24/0.11/0.00/0.46)	

CMYK percentages

%23.91
%10.87
%0
%45.88

Codes

Color #697B8A in popluar color models

697B8A
RGB105123138
HSL207°13.58%47.65%
HSB/HSV207°23.91%54.12%
CMYK23.91%10.87%0.00%
45.88%

Color #697B8A in popluar number systems.

HEX697B8A
Decimal105123138
Binary1101001111101110001010
Octal151173212

Shades and tints

Shades of #697B8A

#697B8A
(105,123,138)
#60707E
(96,112,126)
#576572
(87,101,114)
#4E5A66
(78,90,102)
#454F5A
(69,79,90)
#3C444E
(60,68,78)
#333942
(51,57,66)
#2A2E36
(42,46,54)
#21232A
(33,35,42)
#18181E
(24,24,30)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #697B8A

#697B8A
(105,123,138)
#768794
(118,135,148)
#83939E
(131,147,158)
#909FA8
(144,159,168)
#9DABB2
(157,171,178)
#AAB7BC
(170,183,188)
#B7C3C6
(183,195,198)
#C4CFD0
(196,207,208)
#D1DBDA
(209,219,218)
#DEE7E4
(222,231,228)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697B8A; }

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

This text font color is #697B8A.


Background Color

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

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

This div background color is #697B8A.


Border color

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

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

This div border color is #697B8A.


Opacity

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

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

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

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

This text has shadow with #697B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697B8A on black background.


Color preview on white background

This text has color #697B8A on white background.



Black color preview on #697B8A background

This text has black color on #697B8A background.


White color preview on #697B8A background

This text has white color on #697B8A background.