COLOR #697781

HEX: #697781
RGB: (105,119,129)

Color info

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

RGB color model

#697781 color RGB value is (105,119,129).

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

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 129 of 255 = 51%

105
119
129

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

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 129 = 353 (100%)
R 105 of 353 ~ 29.75%
G 119 of 353 ~ 33.71%
B 129 of 353 ~ 36.54%

%29.75
%33.71
%36.54

CMYK color model

#697781 color CMYK value is (19,8,0,49).

  • cyan value is 18.60%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(19,8,0,49)
C19M8Y0K49 
(19%,8%,0%,49%)
(0.19/0.08/0.00/0.49)	

CMYK percentages

%18.6
%7.75
%0
%49.41

Codes

Color #697781 in popluar color models

697781
RGB105119129
HSL205°10.26%45.88%
HSB/HSV205°18.60%50.59%
CMYK18.60%7.75%0.00%
49.41%

Color #697781 in popluar number systems.

HEX697781
Decimal105119129
Binary1101001111011110000001
Octal151167201

Shades and tints

Shades of #697781

#697781
(105,119,129)
#606D76
(96,109,118)
#57636B
(87,99,107)
#4E5960
(78,89,96)
#454F55
(69,79,85)
#3C454A
(60,69,74)
#333B3F
(51,59,63)
#2A3134
(42,49,52)
#212729
(33,39,41)
#181D1E
(24,29,30)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #697781

#697781
(105,119,129)
#76838C
(118,131,140)
#838F97
(131,143,151)
#909BA2
(144,155,162)
#9DA7AD
(157,167,173)
#AAB3B8
(170,179,184)
#B7BFC3
(183,191,195)
#C4CBCE
(196,203,206)
#D1D7D9
(209,215,217)
#DEE3E4
(222,227,228)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697781; }

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

This text font color is #697781.


Background Color

.myBgColor { background-color: #697781; }

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

This div background color is #697781.


Border color

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

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

This div border color is #697781.


Opacity

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

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

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

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

This text has shadow with #697781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697781 on black background.


Color preview on white background

This text has color #697781 on white background.



Black color preview on #697781 background

This text has black color on #697781 background.


White color preview on #697781 background

This text has white color on #697781 background.