COLOR #697171

HEX: #697171
RGB: (105,113,113)

Color info

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

RGB color model

#697171 color RGB value is (105,113,113).

  • red value is 105;
  • green value is 113;
  • blue value is 113.
RGB:
(105,113,113)
(41%,44%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 113 of 255 = 44%
B 113 of 255 = 44%

105
113
113

R + G + B ~ 43%. #697171 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 113 + 113 = 331 (100%)
R 105 of 331 ~ 31.72%
G 113 of 331 ~ 34.14%
B 113 of 331 ~ 34.14%

%31.72
%34.14
%34.14

CMYK color model

#697171 color CMYK value is (7,0,0,56).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(7,0,0,56)
C7M0Y0K56 
(7%,0%,0%,56%)
(0.07/0.00/0.00/0.56)	

CMYK percentages

%7.08
%0
%0
%55.69

Codes

Color #697171 in popluar color models

697171
RGB105113113
HSL180°3.67%42.75%
HSB/HSV180°7.08%44.31%
CMYK7.08%0.00%0.00%
55.69%

Color #697171 in popluar number systems.

HEX697171
Decimal105113113
Binary110100111100011110001
Octal151161161

Shades and tints

Shades of #697171

#697171
(105,113,113)
#606767
(96,103,103)
#575D5D
(87,93,93)
#4E5353
(78,83,83)
#454949
(69,73,73)
#3C3F3F
(60,63,63)
#333535
(51,53,53)
#2A2B2B
(42,43,43)
#212121
(33,33,33)
#181717
(24,23,23)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #697171

#697171
(105,113,113)
#767D7D
(118,125,125)
#838989
(131,137,137)
#909595
(144,149,149)
#9DA1A1
(157,161,161)
#AAADAD
(170,173,173)
#B7B9B9
(183,185,185)
#C4C5C5
(196,197,197)
#D1D1D1
(209,209,209)
#DEDDDD
(222,221,221)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697171 color. Also use rgb(105,113,113) instead hex code.

Text Font Color

.myTextColor { color: #697171; }

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

This text font color is #697171.


Background Color

.myBgColor { background-color: #697171; }

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

This div background color is #697171.


Border color

.myBorderColor { border: 1px solid #697171; }

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

This div border color is #697171.


Opacity

.myOpacity80 { color: #697171; opacity: 0.8; }

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

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

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

This text has shadow with #697171 color.

.textShadow {text-shadow: 3px 3px 1px #697171, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #697171;
-webkit-box-shadow: 1px 1px 3px 2px #697171;
box-shadow:1px 1px 3px 2px #697171;">
Div content here</div>
This div box has shadow with color #697171.

Preview

Color preview on black background

This text has color #697171 on black background.


Color preview on white background

This text has color #697171 on white background.



Black color preview on #697171 background

This text has black color on #697171 background.


White color preview on #697171 background

This text has white color on #697171 background.