COLOR #697E7F

HEX: #697E7F RGB: (105,126,127)

Color info

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

RGB color model

#697E7F color RGB value is (105,126,127).

RGB: (105,126,127) (41%, 49%, 50%)

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 127 of 255 = 50%

105
126
127

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

Portions of RGB colors in percentages

R + G + B = 105 + 126 + 127 = 358 (100%)
R 105 of 358 ~ 29.33%
G 126 of 358 ~ 35.2%
B 127 of 358 ~ 35.47'%

%29.33
%35.2
%35.47

CMYK color model

#697E7F color CMYK value is (17,1,0,50).

  • cyan value is 17.32%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (17,1,0,50)
C17M1Y0K50 (17%, 1%, 0%, 50%)
(0.17 / 0.01 / 0.00 / 0.50)

CMYK percentages

%17.32
%0.79
%0
%50.2

Codes

Color #697E7F in popluar color models

69 7E 7F
RGB 105 126 127
HSL 183° 9.48% 45.49%
HSB/HSV 183° 17.32% 49.80%
CMYK 17.32% 0.79% 0.00%
50.20%

Color #697E7F in popluar number systems.

HEX 69 7E 7F
Decimal 105 126 127
Binary 1101001 1111110 1111111
Octal 151 176 177

Shades and tints

Shades of #697E7F

#697E7F
(105,126,127)
#607374
(96,115,116)
#576869
(87,104,105)
#4E5D5E
(78,93,94)
#455253
(69,82,83)
#3C4748
(60,71,72)
#333C3D
(51,60,61)
#2A3132
(42,49,50)
#212627
(33,38,39)
#181B1C
(24,27,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #697E7F

#697E7F
(105,126,127)
#76898A
(118,137,138)
#839495
(131,148,149)
#909FA0
(144,159,160)
#9DAAAB
(157,170,171)
#AAB5B6
(170,181,182)
#B7C0C1
(183,192,193)
#C4CBCC
(196,203,204)
#D1D6D7
(209,214,215)
#DEE1E2
(222,225,226)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697E7F color. Also use rgb(105,126,127) instead hex code.

Text Font Color

.myTextColor { color: #697E7F; }

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

This text font color is #697E7F.

Background Color

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

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

This div background color is #697E7F.

Border color

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

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

This div border color is #697E7F.

Opacity

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

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

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

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

This text has shadow with #697E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697E7F.

Preview

Color preview on black background

This text has color #697E7F on black background.


Color preview on white background

This text has color #697E7F on white background.


Black color preview on #697E7F background

This text has black color on #697E7F background.


White color preview on #697E7F background

This text has white color on #697E7F background.


Related colors

Complementary color

Complementary color for #hex is #968180.


I love getcolorcode.com

Triadic colors

1 #7F697E and #7E7F69 with #697E7F are triadic colors.

2 #7F7E69 and #7E697F with #697E7F are triadic colors.