COLOR #697893

HEX: #697893
RGB: (105,120,147)

Color info

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

RGB color model

#697893 color RGB value is (105,120,147).

  • red value is 105;
  • green value is 120;
  • blue value is 147.
RGB:
(105,120,147)
(41%,47%,58%)

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 147 of 255 = 58%

105
120
147

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

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 147 = 372 (100%)
R 105 of 372 ~ 28.23%
G 120 of 372 ~ 32.26%
B 147 of 372 ~ 39.52%

%28.23
%32.26
%39.52

CMYK color model

#697893 color CMYK value is (29,18,0,42).

  • cyan value is 28.57%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(29,18,0,42)
C29M18Y0K42 
(29%,18%,0%,42%)
(0.29/0.18/0.00/0.42)	

CMYK percentages

%28.57
%18.37
%0
%42.35

Codes

Color #697893 in popluar color models

697893
RGB105120147
HSL219°16.67%49.41%
HSB/HSV219°28.57%57.65%
CMYK28.57%18.37%0.00%
42.35%

Color #697893 in popluar number systems.

HEX697893
Decimal105120147
Binary1101001111100010010011
Octal151170223

Shades and tints

Shades of #697893

#697893
(105,120,147)
#606E86
(96,110,134)
#576479
(87,100,121)
#4E5A6C
(78,90,108)
#45505F
(69,80,95)
#3C4652
(60,70,82)
#333C45
(51,60,69)
#2A3238
(42,50,56)
#21282B
(33,40,43)
#181E1E
(24,30,30)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #697893

#697893
(105,120,147)
#76849C
(118,132,156)
#8390A5
(131,144,165)
#909CAE
(144,156,174)
#9DA8B7
(157,168,183)
#AAB4C0
(170,180,192)
#B7C0C9
(183,192,201)
#C4CCD2
(196,204,210)
#D1D8DB
(209,216,219)
#DEE4E4
(222,228,228)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697893 color. Also use rgb(105,120,147) instead hex code.

Text Font Color

.myTextColor { color: #697893; }

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

This text font color is #697893.


Background Color

.myBgColor { background-color: #697893; }

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

This div background color is #697893.


Border color

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

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

This div border color is #697893.


Opacity

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

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

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

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

This text has shadow with #697893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697893 on black background.


Color preview on white background

This text has color #697893 on white background.



Black color preview on #697893 background

This text has black color on #697893 background.


White color preview on #697893 background

This text has white color on #697893 background.