COLOR #697C82

HEX: #697C82
RGB: (105,124,130)

Color info

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

RGB color model

#697C82 color RGB value is (105,124,130).

  • red value is 105;
  • green value is 124;
  • blue value is 130.
RGB:
(105,124,130)
(41%,49%,51%)

RGB channels and saturation

R 105 of 255 = 41%
G 124 of 255 = 49%
B 130 of 255 = 51%

105
124
130

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

Portions of RGB colors in percentages

R + G + B =
105 + 124 + 130 = 359 (100%)
R 105 of 359 ~ 29.25%
G 124 of 359 ~ 34.54%
B 130 of 359 ~ 36.21%

%29.25
%34.54
%36.21

CMYK color model

#697C82 color CMYK value is (19,5,0,49).

  • cyan value is 19.23%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(19,5,0,49)
C19M5Y0K49 
(19%,5%,0%,49%)
(0.19/0.05/0.00/0.49)	

CMYK percentages

%19.23
%4.62
%0
%49.02

Codes

Color #697C82 in popluar color models

697C82
RGB105124130
HSL194°10.64%46.08%
HSB/HSV194°19.23%50.98%
CMYK19.23%4.62%0.00%
49.02%

Color #697C82 in popluar number systems.

HEX697C82
Decimal105124130
Binary1101001111110010000010
Octal151174202

Shades and tints

Shades of #697C82

#697C82
(105,124,130)
#607177
(96,113,119)
#57666C
(87,102,108)
#4E5B61
(78,91,97)
#455056
(69,80,86)
#3C454B
(60,69,75)
#333A40
(51,58,64)
#2A2F35
(42,47,53)
#21242A
(33,36,42)
#18191F
(24,25,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #697C82

#697C82
(105,124,130)
#76878D
(118,135,141)
#839298
(131,146,152)
#909DA3
(144,157,163)
#9DA8AE
(157,168,174)
#AAB3B9
(170,179,185)
#B7BEC4
(183,190,196)
#C4C9CF
(196,201,207)
#D1D4DA
(209,212,218)
#DEDFE5
(222,223,229)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697C82 color. Also use rgb(105,124,130) instead hex code.

Text Font Color

.myTextColor { color: #697C82; }

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

This text font color is #697C82.


Background Color

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

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

This div background color is #697C82.


Border color

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

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

This div border color is #697C82.


Opacity

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

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

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

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

This text has shadow with #697C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697C82 on black background.


Color preview on white background

This text has color #697C82 on white background.



Black color preview on #697C82 background

This text has black color on #697C82 background.


White color preview on #697C82 background

This text has white color on #697C82 background.