COLOR #697F9C

HEX: #697F9C
RGB: (105,127,156)

Color info

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

RGB color model

#697F9C color RGB value is (105,127,156).

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

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 156 of 255 = 61%

105
127
156

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

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 156 = 388 (100%)
R 105 of 388 ~ 27.06%
G 127 of 388 ~ 32.73%
B 156 of 388 ~ 40.21%

%27.06
%32.73
%40.21

CMYK color model

#697F9C color CMYK value is (33,19,0,39).

  • cyan value is 32.69%
  • magenta value is 18.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(33,19,0,39)
C33M19Y0K39 
(33%,19%,0%,39%)
(0.33/0.19/0.00/0.39)	

CMYK percentages

%32.69
%18.59
%0
%38.82

Codes

Color #697F9C in popluar color models

697F9C
RGB105127156
HSL214°20.48%51.18%
HSB/HSV214°32.69%61.18%
CMYK32.69%18.59%0.00%
38.82%

Color #697F9C in popluar number systems.

HEX697F9C
Decimal105127156
Binary1101001111111110011100
Octal151177234

Shades and tints

Shades of #697F9C

#697F9C
(105,127,156)
#60748E
(96,116,142)
#576980
(87,105,128)
#4E5E72
(78,94,114)
#455364
(69,83,100)
#3C4856
(60,72,86)
#333D48
(51,61,72)
#2A323A
(42,50,58)
#21272C
(33,39,44)
#181C1E
(24,28,30)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #697F9C

#697F9C
(105,127,156)
#768AA5
(118,138,165)
#8395AE
(131,149,174)
#90A0B7
(144,160,183)
#9DABC0
(157,171,192)
#AAB6C9
(170,182,201)
#B7C1D2
(183,193,210)
#C4CCDB
(196,204,219)
#D1D7E4
(209,215,228)
#DEE2ED
(222,226,237)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697F9C; }

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

This text font color is #697F9C.


Background Color

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

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

This div background color is #697F9C.


Border color

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

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

This div border color is #697F9C.


Opacity

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

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

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

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

This text has shadow with #697F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697F9C on black background.


Color preview on white background

This text has color #697F9C on white background.



Black color preview on #697F9C background

This text has black color on #697F9C background.


White color preview on #697F9C background

This text has white color on #697F9C background.