COLOR #697A7C

HEX: #697A7C RGB: (105,122,124)

Color info

#697A7C contains red, green and blue colors in about the same proportion. Web safe color of #697A7C is #666666 (or #666).

RGB color model

#697A7C color RGB value is (105,122,124).

RGB: (105,122,124) (41%, 48%, 49%)

RGB channels and saturation

R 105 of 255 = 41%
G 122 of 255 = 48%
B 124 of 255 = 49%

105
122
124

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

Portions of RGB colors in percentages

R + G + B = 105 + 122 + 124 = 351 (100%)
R 105 of 351 ~ 29.91%
G 122 of 351 ~ 34.76%
B 124 of 351 ~ 35.33'%

%29.91
%34.76
%35.33

CMYK color model

#697A7C color CMYK value is (15,2,0,51).

  • cyan value is 15.32%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (15,2,0,51) C15M2Y0K51 (15%,2%,0%,51%) (0.15/0.02/0.00/0.51) 

CMYK percentages

%15.32
%1.61
%0
%51.37

Codes

Color #697A7C in popluar color models

69 7A 7C
RGB 105 122 124
HSL 186° 8.30% 44.90%
HSB/HSV 186° 15.32% 48.63%
CMYK 15.32% 1.61% 0.00%
51.37%

Color #697A7C in popluar number systems.

HEX 69 7A 7C
Decimal 105 122 124
Binary 1101001 1111010 1111100
Octal 151 172 174

Shades and tints

Shades of #697A7C

#697A7C
(105,122,124)
#606F71
(96,111,113)
#576466
(87,100,102)
#4E595B
(78,89,91)
#454E50
(69,78,80)
#3C4345
(60,67,69)
#33383A
(51,56,58)
#2A2D2F
(42,45,47)
#212224
(33,34,36)
#181719
(24,23,25)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #697A7C

#697A7C
(105,122,124)
#768687
(118,134,135)
#839292
(131,146,146)
#909E9D
(144,158,157)
#9DAAA8
(157,170,168)
#AAB6B3
(170,182,179)
#B7C2BE
(183,194,190)
#C4CEC9
(196,206,201)
#D1DAD4
(209,218,212)
#DEE6DF
(222,230,223)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697A7C; }

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

This text font color is #697A7C.

Background Color

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

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

This div background color is #697A7C.

Border color

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

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

This div border color is #697A7C.

Opacity

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

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

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

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

This text has shadow with #697A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697A7C.

Preview

Color preview on black background

This text has color #697A7C on black background.


Color preview on white background

This text has color #697A7C on white background.


Black color preview on #697A7C background

This text has black color on #697A7C background.


White color preview on #697A7C background

This text has white color on #697A7C background.


Related colors

Complementary color

Complementary color for #hex is #968583.


I love getcolorcode.com

Triadic colors

1 #7C697A and #7A7C69 with #697A7C are triadic colors.

2 #7C7A69 and #7A697C with #697A7C are triadic colors.