COLOR #697096

HEX: #697096
RGB: (105,112,150)

Color info

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

RGB color model

#697096 color RGB value is (105,112,150).

  • red value is 105;
  • green value is 112;
  • blue value is 150.
RGB:
(105,112,150)
(41%,44%,59%)

RGB channels and saturation

R 105 of 255 = 41%
G 112 of 255 = 44%
B 150 of 255 = 59%

105
112
150

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

Portions of RGB colors in percentages

R + G + B =
105 + 112 + 150 = 367 (100%)
R 105 of 367 ~ 28.61%
G 112 of 367 ~ 30.52%
B 150 of 367 ~ 40.87%

%28.61
%30.52
%40.87

CMYK color model

#697096 color CMYK value is (30,25,0,41).

  • cyan value is 30.00%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(30,25,0,41)
C30M25Y0K41 
(30%,25%,0%,41%)
(0.30/0.25/0.00/0.41)	

CMYK percentages

%30
%25.33
%0
%41.18

Codes

Color #697096 in popluar color models

697096
RGB105112150
HSL231°17.65%50.00%
HSB/HSV231°30.00%58.82%
CMYK30.00%25.33%0.00%
41.18%

Color #697096 in popluar number systems.

HEX697096
Decimal105112150
Binary1101001111000010010110
Octal151160226

Shades and tints

Shades of #697096

#697096
(105,112,150)
#606689
(96,102,137)
#575C7C
(87,92,124)
#4E526F
(78,82,111)
#454862
(69,72,98)
#3C3E55
(60,62,85)
#333448
(51,52,72)
#2A2A3B
(42,42,59)
#21202E
(33,32,46)
#181621
(24,22,33)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #697096

#697096
(105,112,150)
#767D9F
(118,125,159)
#838AA8
(131,138,168)
#9097B1
(144,151,177)
#9DA4BA
(157,164,186)
#AAB1C3
(170,177,195)
#B7BECC
(183,190,204)
#C4CBD5
(196,203,213)
#D1D8DE
(209,216,222)
#DEE5E7
(222,229,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697096 color. Also use rgb(105,112,150) instead hex code.

Text Font Color

.myTextColor { color: #697096; }

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

This text font color is #697096.


Background Color

.myBgColor { background-color: #697096; }

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

This div background color is #697096.


Border color

.myBorderColor { border: 1px solid #697096; }

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

This div border color is #697096.


Opacity

.myOpacity80 { color: #697096; opacity: 0.8; }

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

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

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

This text has shadow with #697096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697096 on black background.


Color preview on white background

This text has color #697096 on white background.



Black color preview on #697096 background

This text has black color on #697096 background.


White color preview on #697096 background

This text has white color on #697096 background.