COLOR #697E8F

HEX: #697E8F RGB: (105,126,143)

Color info

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

RGB color model

#697E8F color RGB value is (105,126,143).

RGB: (105,126,143) (41%, 49%, 56%)

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 143 of 255 = 56%

105
126
143

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

Portions of RGB colors in percentages

R + G + B = 105 + 126 + 143 = 374 (100%)
R 105 of 374 ~ 28.07%
G 126 of 374 ~ 33.69%
B 143 of 374 ~ 38.24'%

%28.07
%33.69
%38.24

CMYK color model

#697E8F color CMYK value is (27,12,0,44).

  • cyan value is 26.57%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (27,12,0,44)
C27M12Y0K44 (27%, 12%, 0%, 44%)
(0.27 / 0.12 / 0.00 / 0.44)

CMYK percentages

%26.57
%11.89
%0
%43.92

Codes

Color #697E8F in popluar color models

69 7E 8F
RGB 105 126 143
HSL 207° 15.32% 48.63%
HSB/HSV 207° 26.57% 56.08%
CMYK 26.57% 11.89% 0.00%
43.92%

Color #697E8F in popluar number systems.

HEX 69 7E 8F
Decimal 105 126 143
Binary 1101001 1111110 10001111
Octal 151 176 217

Shades and tints

Shades of #697E8F

#697E8F
(105,126,143)
#607382
(96,115,130)
#576875
(87,104,117)
#4E5D68
(78,93,104)
#45525B
(69,82,91)
#3C474E
(60,71,78)
#333C41
(51,60,65)
#2A3134
(42,49,52)
#212627
(33,38,39)
#181B1A
(24,27,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #697E8F

#697E8F
(105,126,143)
#768999
(118,137,153)
#8394A3
(131,148,163)
#909FAD
(144,159,173)
#9DAAB7
(157,170,183)
#AAB5C1
(170,181,193)
#B7C0CB
(183,192,203)
#C4CBD5
(196,203,213)
#D1D6DF
(209,214,223)
#DEE1E9
(222,225,233)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697E8F; }

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

This text font color is #697E8F.

Background Color

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

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

This div background color is #697E8F.

Border color

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

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

This div border color is #697E8F.

Opacity

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

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

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

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

This text has shadow with #697E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697E8F.

Preview

Color preview on black background

This text has color #697E8F on black background.


Color preview on white background

This text has color #697E8F on white background.


Black color preview on #697E8F background

This text has black color on #697E8F background.


White color preview on #697E8F background

This text has white color on #697E8F background.


Related colors

Complementary color

Complementary color for #hex is #968170.


I love getcolorcode.com

Triadic colors

1 #8F697E and #7E8F69 with #697E8F are triadic colors.

2 #8F7E69 and #7E698F with #697E8F are triadic colors.