COLOR #697083

HEX: #697083
RGB: (105,112,131)

Color info

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

RGB color model

#697083 color RGB value is (105,112,131).

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

RGB channels and saturation

R 105 of 255 = 41%
G 112 of 255 = 44%
B 131 of 255 = 51%

105
112
131

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

Portions of RGB colors in percentages

R + G + B =
105 + 112 + 131 = 348 (100%)
R 105 of 348 ~ 30.17%
G 112 of 348 ~ 32.18%
B 131 of 348 ~ 37.64%

%30.17
%32.18
%37.64

CMYK color model

#697083 color CMYK value is (20,15,0,49).

  • cyan value is 19.85%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(20,15,0,49)
C20M15Y0K49 
(20%,15%,0%,49%)
(0.20/0.15/0.00/0.49)	

CMYK percentages

%19.85
%14.5
%0
%48.63

Codes

Color #697083 in popluar color models

697083
RGB105112131
HSL224°11.02%46.27%
HSB/HSV224°19.85%51.37%
CMYK19.85%14.50%0.00%
48.63%

Color #697083 in popluar number systems.

HEX697083
Decimal105112131
Binary1101001111000010000011
Octal151160203

Shades and tints

Shades of #697083

#697083
(105,112,131)
#606678
(96,102,120)
#575C6D
(87,92,109)
#4E5262
(78,82,98)
#454857
(69,72,87)
#3C3E4C
(60,62,76)
#333441
(51,52,65)
#2A2A36
(42,42,54)
#21202B
(33,32,43)
#181620
(24,22,32)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #697083

#697083
(105,112,131)
#767D8E
(118,125,142)
#838A99
(131,138,153)
#9097A4
(144,151,164)
#9DA4AF
(157,164,175)
#AAB1BA
(170,177,186)
#B7BEC5
(183,190,197)
#C4CBD0
(196,203,208)
#D1D8DB
(209,216,219)
#DEE5E6
(222,229,230)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697083; }

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

This text font color is #697083.


Background Color

.myBgColor { background-color: #697083; }

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

This div background color is #697083.


Border color

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

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

This div border color is #697083.


Opacity

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

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

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

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

This text has shadow with #697083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697083 on black background.


Color preview on white background

This text has color #697083 on white background.



Black color preview on #697083 background

This text has black color on #697083 background.


White color preview on #697083 background

This text has white color on #697083 background.