COLOR #697792

HEX: #697792
RGB: (105,119,146)

Color info

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

RGB color model

#697792 color RGB value is (105,119,146).

  • red value is 105;
  • green value is 119;
  • blue value is 146.
RGB:
(105,119,146)
(41%,47%,57%)

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 146 of 255 = 57%

105
119
146

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

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 146 = 370 (100%)
R 105 of 370 ~ 28.38%
G 119 of 370 ~ 32.16%
B 146 of 370 ~ 39.46%

%28.38
%32.16
%39.46

CMYK color model

#697792 color CMYK value is (28,18,0,43).

  • cyan value is 28.08%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(28,18,0,43)
C28M18Y0K43 
(28%,18%,0%,43%)
(0.28/0.18/0.00/0.43)	

CMYK percentages

%28.08
%18.49
%0
%42.75

Codes

Color #697792 in popluar color models

697792
RGB105119146
HSL220°16.33%49.22%
HSB/HSV220°28.08%57.25%
CMYK28.08%18.49%0.00%
42.75%

Color #697792 in popluar number systems.

HEX697792
Decimal105119146
Binary1101001111011110010010
Octal151167222

Shades and tints

Shades of #697792

#697792
(105,119,146)
#606D85
(96,109,133)
#576378
(87,99,120)
#4E596B
(78,89,107)
#454F5E
(69,79,94)
#3C4551
(60,69,81)
#333B44
(51,59,68)
#2A3137
(42,49,55)
#21272A
(33,39,42)
#181D1D
(24,29,29)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #697792

#697792
(105,119,146)
#76839B
(118,131,155)
#838FA4
(131,143,164)
#909BAD
(144,155,173)
#9DA7B6
(157,167,182)
#AAB3BF
(170,179,191)
#B7BFC8
(183,191,200)
#C4CBD1
(196,203,209)
#D1D7DA
(209,215,218)
#DEE3E3
(222,227,227)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697792 color. Also use rgb(105,119,146) instead hex code.

Text Font Color

.myTextColor { color: #697792; }

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

This text font color is #697792.


Background Color

.myBgColor { background-color: #697792; }

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

This div background color is #697792.


Border color

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

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

This div border color is #697792.


Opacity

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

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

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

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

This text has shadow with #697792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697792 on black background.


Color preview on white background

This text has color #697792 on white background.



Black color preview on #697792 background

This text has black color on #697792 background.


White color preview on #697792 background

This text has white color on #697792 background.