COLOR #697DA3

HEX: #697DA3
RGB: (105,125,163)

Color info

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

RGB color model

#697DA3 color RGB value is (105,125,163).

  • red value is 105;
  • green value is 125;
  • blue value is 163.
RGB:
(105,125,163)
(41%,49%,64%)

RGB channels and saturation

R 105 of 255 = 41%
G 125 of 255 = 49%
B 163 of 255 = 64%

105
125
163

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

Portions of RGB colors in percentages

R + G + B =
105 + 125 + 163 = 393 (100%)
R 105 of 393 ~ 26.72%
G 125 of 393 ~ 31.81%
B 163 of 393 ~ 41.48%

%26.72
%31.81
%41.48

CMYK color model

#697DA3 color CMYK value is (36,23,0,36).

  • cyan value is 35.58%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(36,23,0,36)
C36M23Y0K36 
(36%,23%,0%,36%)
(0.36/0.23/0.00/0.36)	

CMYK percentages

%35.58
%23.31
%0
%36.08

Codes

Color #697DA3 in popluar color models

697DA3
RGB105125163
HSL219°23.97%52.55%
HSB/HSV219°35.58%63.92%
CMYK35.58%23.31%0.00%
36.08%

Color #697DA3 in popluar number systems.

HEX697DA3
Decimal105125163
Binary1101001111110110100011
Octal151175243

Shades and tints

Shades of #697DA3

#697DA3
(105,125,163)
#607295
(96,114,149)
#576787
(87,103,135)
#4E5C79
(78,92,121)
#45516B
(69,81,107)
#3C465D
(60,70,93)
#333B4F
(51,59,79)
#2A3041
(42,48,65)
#212533
(33,37,51)
#181A25
(24,26,37)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #697DA3

#697DA3
(105,125,163)
#7688AB
(118,136,171)
#8393B3
(131,147,179)
#909EBB
(144,158,187)
#9DA9C3
(157,169,195)
#AAB4CB
(170,180,203)
#B7BFD3
(183,191,211)
#C4CADB
(196,202,219)
#D1D5E3
(209,213,227)
#DEE0EB
(222,224,235)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697DA3 color. Also use rgb(105,125,163) instead hex code.

Text Font Color

.myTextColor { color: #697DA3; }

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

This text font color is #697DA3.


Background Color

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

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

This div background color is #697DA3.


Border color

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

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

This div border color is #697DA3.


Opacity

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

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

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

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

This text has shadow with #697DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697DA3 on black background.


Color preview on white background

This text has color #697DA3 on white background.



Black color preview on #697DA3 background

This text has black color on #697DA3 background.


White color preview on #697DA3 background

This text has white color on #697DA3 background.