COLOR #697E7B

HEX: #697E7B RGB: (105,126,123)

Color info

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

RGB color model

#697E7B color RGB value is (105,126,123).

RGB: (105,126,123) (41%, 49%, 48%)

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 123 of 255 = 48%

105
126
123

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

Portions of RGB colors in percentages

R + G + B = 105 + 126 + 123 = 354 (100%)
R 105 of 354 ~ 29.66%
G 126 of 354 ~ 35.59%
B 123 of 354 ~ 34.75'%

%29.66
%35.59
%34.75

CMYK color model

#697E7B color CMYK value is (17,0,2,51).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK: (17,0,2,51) C17M0Y2K51 (17%,0%,2%,51%) (0.17/0.00/0.02/0.51) 

CMYK percentages

%16.67
%0
%2.38
%50.59

Codes

Color #697E7B in popluar color models

69 7E 7B
RGB 105 126 123
HSL 171° 9.09% 45.29%
HSB/HSV 171° 16.67% 49.41%
CMYK 16.67% 0.00% 2.38%
50.59%

Color #697E7B in popluar number systems.

HEX 69 7E 7B
Decimal 105 126 123
Binary 1101001 1111110 1111011
Octal 151 176 173

Shades and tints

Shades of #697E7B

#697E7B
(105,126,123)
#607370
(96,115,112)
#576865
(87,104,101)
#4E5D5A
(78,93,90)
#45524F
(69,82,79)
#3C4744
(60,71,68)
#333C39
(51,60,57)
#2A312E
(42,49,46)
#212623
(33,38,35)
#181B18
(24,27,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #697E7B

#697E7B
(105,126,123)
#768987
(118,137,135)
#839493
(131,148,147)
#909F9F
(144,159,159)
#9DAAAB
(157,170,171)
#AAB5B7
(170,181,183)
#B7C0C3
(183,192,195)
#C4CBCF
(196,203,207)
#D1D6DB
(209,214,219)
#DEE1E7
(222,225,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697E7B; }

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

This text font color is #697E7B.

Background Color

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

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

This div background color is #697E7B.

Border color

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

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

This div border color is #697E7B.

Opacity

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

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

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

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

This text has shadow with #697E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697E7B.

Preview

Color preview on black background

This text has color #697E7B on black background.


Color preview on white background

This text has color #697E7B on white background.


Black color preview on #697E7B background

This text has black color on #697E7B background.


White color preview on #697E7B background

This text has white color on #697E7B background.


Related colors

Complementary color

Complementary color for #hex is #968184.


I love getcolorcode.com

Triadic colors

1 #7B697E and #7E7B69 with #697E7B are triadic colors.

2 #7B7E69 and #7E697B with #697E7B are triadic colors.