COLOR #697DB0

HEX: #697DB0
RGB: (105,125,176)

Color info

#697DB0 contains mainly green and blue colors. Web safe color of #697DB0 is #666699 (or #669).

RGB color model

#697DB0 color RGB value is (105,125,176).

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

RGB channels and saturation

R 105 of 255 = 41%
G 125 of 255 = 49%
B 176 of 255 = 69%

105
125
176

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

Portions of RGB colors in percentages

R + G + B =
105 + 125 + 176 = 406 (100%)
R 105 of 406 ~ 25.86%
G 125 of 406 ~ 30.79%
B 176 of 406 ~ 43.35%

%25.86
%30.79
%43.35

CMYK color model

#697DB0 color CMYK value is (40,29,0,31).

  • cyan value is 40.34%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(40,29,0,31)
C40M29Y0K31 
(40%,29%,0%,31%)
(0.40/0.29/0.00/0.31)	

CMYK percentages

%40.34
%28.98
%0
%30.98

Codes

Color #697DB0 in popluar color models

697DB0
RGB105125176
HSL223°31.00%55.10%
HSB/HSV223°40.34%69.02%
CMYK40.34%28.98%0.00%
30.98%

Color #697DB0 in popluar number systems.

HEX697DB0
Decimal105125176
Binary1101001111110110110000
Octal151175260

Shades and tints

Shades of #697DB0

#697DB0
(105,125,176)
#6072A0
(96,114,160)
#576790
(87,103,144)
#4E5C80
(78,92,128)
#455170
(69,81,112)
#3C4660
(60,70,96)
#333B50
(51,59,80)
#2A3040
(42,48,64)
#212530
(33,37,48)
#181A20
(24,26,32)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #697DB0

#697DB0
(105,125,176)
#7688B7
(118,136,183)
#8393BE
(131,147,190)
#909EC5
(144,158,197)
#9DA9CC
(157,169,204)
#AAB4D3
(170,180,211)
#B7BFDA
(183,191,218)
#C4CAE1
(196,202,225)
#D1D5E8
(209,213,232)
#DEE0EF
(222,224,239)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697DB0; }

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

This text font color is #697DB0.


Background Color

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

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

This div background color is #697DB0.


Border color

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

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

This div border color is #697DB0.


Opacity

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

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

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

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

This text has shadow with #697DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697DB0 on black background.


Color preview on white background

This text has color #697DB0 on white background.



Black color preview on #697DB0 background

This text has black color on #697DB0 background.


White color preview on #697DB0 background

This text has white color on #697DB0 background.