COLOR #697EA0

HEX: #697EA0 RGB: (105,126,160)

Color info

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

RGB color model

#697EA0 color RGB value is (105,126,160).

RGB: (105,126,160) (41%, 49%, 63%)

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 160 of 255 = 63%

105
126
160

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

Portions of RGB colors in percentages

R + G + B = 105 + 126 + 160 = 391 (100%)
R 105 of 391 ~ 26.85%
G 126 of 391 ~ 32.23%
B 160 of 391 ~ 40.92'%

%26.85
%32.23
%40.92

CMYK color model

#697EA0 color CMYK value is (34,21,0,37).

  • cyan value is 34.38%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (34,21,0,37)
C34M21Y0K37 (34%, 21%, 0%, 37%)
(0.34 / 0.21 / 0.00 / 0.37)

CMYK percentages

%34.38
%21.25
%0
%37.25

Codes

Color #697EA0 in popluar color models

69 7E A0
RGB 105 126 160
HSL 217° 22.45% 51.96%
HSB/HSV 217° 34.38% 62.75%
CMYK 34.38% 21.25% 0.00%
37.25%

Color #697EA0 in popluar number systems.

HEX 69 7E A0
Decimal 105 126 160
Binary 1101001 1111110 10100000
Octal 151 176 240

Shades and tints

Shades of #697EA0

#697EA0
(105,126,160)
#607392
(96,115,146)
#576884
(87,104,132)
#4E5D76
(78,93,118)
#455268
(69,82,104)
#3C475A
(60,71,90)
#333C4C
(51,60,76)
#2A313E
(42,49,62)
#212630
(33,38,48)
#181B22
(24,27,34)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #697EA0

#697EA0
(105,126,160)
#7689A8
(118,137,168)
#8394B0
(131,148,176)
#909FB8
(144,159,184)
#9DAAC0
(157,170,192)
#AAB5C8
(170,181,200)
#B7C0D0
(183,192,208)
#C4CBD8
(196,203,216)
#D1D6E0
(209,214,224)
#DEE1E8
(222,225,232)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697EA0; }

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

This text font color is #697EA0.

Background Color

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

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

This div background color is #697EA0.

Border color

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

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

This div border color is #697EA0.

Opacity

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

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

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

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

This text has shadow with #697EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697EA0.

Preview

Color preview on black background

This text has color #697EA0 on black background.


Color preview on white background

This text has color #697EA0 on white background.


Black color preview on #697EA0 background

This text has black color on #697EA0 background.


White color preview on #697EA0 background

This text has white color on #697EA0 background.


Related colors

Complementary color

Complementary color for #hex is #96815F.


I love getcolorcode.com

Triadic colors

1 #A0697E and #7EA069 with #697EA0 are triadic colors.

2 #A07E69 and #7E69A0 with #697EA0 are triadic colors.