COLOR #697FA5

HEX: #697FA5
RGB: (105,127,165)

Color info

#697FA5 contains mainly green and blue colors. Web safe color of #697FA5 is #666699 (or #669).

RGB color model

#697FA5 color RGB value is (105,127,165).

  • red value is 105;
  • green value is 127;
  • blue value is 165.
RGB:
(105,127,165)
(41%,50%,65%)

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 165 of 255 = 65%

105
127
165

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

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 165 = 397 (100%)
R 105 of 397 ~ 26.45%
G 127 of 397 ~ 31.99%
B 165 of 397 ~ 41.56%

%26.45
%31.99
%41.56

CMYK color model

#697FA5 color CMYK value is (36,23,0,35).

  • cyan value is 36.36%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(36,23,0,35)
C36M23Y0K35 
(36%,23%,0%,35%)
(0.36/0.23/0.00/0.35)	

CMYK percentages

%36.36
%23.03
%0
%35.29

Codes

Color #697FA5 in popluar color models

697FA5
RGB105127165
HSL218°25.00%52.94%
HSB/HSV218°36.36%64.71%
CMYK36.36%23.03%0.00%
35.29%

Color #697FA5 in popluar number systems.

HEX697FA5
Decimal105127165
Binary1101001111111110100101
Octal151177245

Shades and tints

Shades of #697FA5

#697FA5
(105,127,165)
#607496
(96,116,150)
#576987
(87,105,135)
#4E5E78
(78,94,120)
#455369
(69,83,105)
#3C485A
(60,72,90)
#333D4B
(51,61,75)
#2A323C
(42,50,60)
#21272D
(33,39,45)
#181C1E
(24,28,30)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #697FA5

#697FA5
(105,127,165)
#768AAD
(118,138,173)
#8395B5
(131,149,181)
#90A0BD
(144,160,189)
#9DABC5
(157,171,197)
#AAB6CD
(170,182,205)
#B7C1D5
(183,193,213)
#C4CCDD
(196,204,221)
#D1D7E5
(209,215,229)
#DEE2ED
(222,226,237)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697FA5; }

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

This text font color is #697FA5.


Background Color

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

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

This div background color is #697FA5.


Border color

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

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

This div border color is #697FA5.


Opacity

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

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

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

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

This text has shadow with #697FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697FA5 on black background.


Color preview on white background

This text has color #697FA5 on white background.



Black color preview on #697FA5 background

This text has black color on #697FA5 background.


White color preview on #697FA5 background

This text has white color on #697FA5 background.