COLOR #697E80

HEX: #697E80 RGB: (105,126,128)

Color info

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

RGB color model

#697E80 color RGB value is (105,126,128).

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

RGB channels and saturation

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

105
126
128

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

Portions of RGB colors in percentages

R + G + B = 105 + 126 + 128 = 359 (100%)
R 105 of 359 ~ 29.25%
G 126 of 359 ~ 35.1%
B 128 of 359 ~ 35.65'%

%29.25
%35.1
%35.65

CMYK color model

#697E80 color CMYK value is (18,2,0,50).

  • cyan value is 17.97%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (18,2,0,50)
C18M2Y0K50 (18%, 2%, 0%, 50%)
(0.18 / 0.02 / 0.00 / 0.50)

CMYK percentages

%17.97
%1.56
%0
%49.8

Codes

Color #697E80 in popluar color models

69 7E 80
RGB 105 126 128
HSL 185° 9.87% 45.69%
HSB/HSV 185° 17.97% 50.20%
CMYK 17.97% 1.56% 0.00%
49.80%

Color #697E80 in popluar number systems.

HEX 69 7E 80
Decimal 105 126 128
Binary 1101001 1111110 10000000
Octal 151 176 200

Shades and tints

Shades of #697E80

#697E80
(105,126,128)
#607375
(96,115,117)
#57686A
(87,104,106)
#4E5D5F
(78,93,95)
#455254
(69,82,84)
#3C4749
(60,71,73)
#333C3E
(51,60,62)
#2A3133
(42,49,51)
#212628
(33,38,40)
#181B1D
(24,27,29)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #697E80

#697E80
(105,126,128)
#76898B
(118,137,139)
#839496
(131,148,150)
#909FA1
(144,159,161)
#9DAAAC
(157,170,172)
#AAB5B7
(170,181,183)
#B7C0C2
(183,192,194)
#C4CBCD
(196,203,205)
#D1D6D8
(209,214,216)
#DEE1E3
(222,225,227)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697E80; }

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

This text font color is #697E80.

Background Color

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

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

This div background color is #697E80.

Border color

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

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

This div border color is #697E80.

Opacity

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

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

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

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

This text has shadow with #697E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697E80.

Preview

Color preview on black background

This text has color #697E80 on black background.


Color preview on white background

This text has color #697E80 on white background.


Black color preview on #697E80 background

This text has black color on #697E80 background.


White color preview on #697E80 background

This text has white color on #697E80 background.


Related colors

Complementary color

Complementary color for #hex is #96817F.


I love getcolorcode.com

Triadic colors

1 #80697E and #7E8069 with #697E80 are triadic colors.

2 #807E69 and #7E6980 with #697E80 are triadic colors.