COLOR #697E9A

HEX: #697E9A
RGB: (105,126,154)

Color info

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

RGB color model

#697E9A color RGB value is (105,126,154).

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

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 154 of 255 = 60%

105
126
154

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

Portions of RGB colors in percentages

R + G + B =
105 + 126 + 154 = 385 (100%)
R 105 of 385 ~ 27.27%
G 126 of 385 ~ 32.73%
B 154 of 385 ~ 40%

%27.27
%32.73
%40

CMYK color model

#697E9A color CMYK value is (32,18,0,40).

  • cyan value is 31.82%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(32,18,0,40)
C32M18Y0K40 
(32%,18%,0%,40%)
(0.32/0.18/0.00/0.40)	

CMYK percentages

%31.82
%18.18
%0
%39.61

Codes

Color #697E9A in popluar color models

697E9A
RGB105126154
HSL214°19.52%50.78%
HSB/HSV214°31.82%60.39%
CMYK31.82%18.18%0.00%
39.61%

Color #697E9A in popluar number systems.

HEX697E9A
Decimal105126154
Binary1101001111111010011010
Octal151176232

Shades and tints

Shades of #697E9A

#697E9A
(105,126,154)
#60738C
(96,115,140)
#57687E
(87,104,126)
#4E5D70
(78,93,112)
#455262
(69,82,98)
#3C4754
(60,71,84)
#333C46
(51,60,70)
#2A3138
(42,49,56)
#21262A
(33,38,42)
#181B1C
(24,27,28)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #697E9A

#697E9A
(105,126,154)
#7689A3
(118,137,163)
#8394AC
(131,148,172)
#909FB5
(144,159,181)
#9DAABE
(157,170,190)
#AAB5C7
(170,181,199)
#B7C0D0
(183,192,208)
#C4CBD9
(196,203,217)
#D1D6E2
(209,214,226)
#DEE1EB
(222,225,235)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697E9A; }

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

This text font color is #697E9A.


Background Color

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

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

This div background color is #697E9A.


Border color

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

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

This div border color is #697E9A.


Opacity

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

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

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

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

This text has shadow with #697E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697E9A on black background.


Color preview on white background

This text has color #697E9A on white background.



Black color preview on #697E9A background

This text has black color on #697E9A background.


White color preview on #697E9A background

This text has white color on #697E9A background.