COLOR #696973

HEX: #696973
RGB: (105,105,115)

Color info

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

RGB color model

#696973 color RGB value is (105,105,115).

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

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 115 of 255 = 45%

105
105
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 115 = 325 (100%)
R 105 of 325 ~ 32.31%
G 105 of 325 ~ 32.31%
B 115 of 325 ~ 35.38%

%32.31
%32.31
%35.38

CMYK color model

#696973 color CMYK value is (9,9,0,55).

  • cyan value is 8.70%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(9,9,0,55)
C9M9Y0K55 
(9%,9%,0%,55%)
(0.09/0.09/0.00/0.55)	

CMYK percentages

%8.7
%8.7
%0
%54.9

Codes

Color #696973 in popluar color models

696973
RGB105105115
HSL240°4.55%43.14%
HSB/HSV240°8.70%45.10%
CMYK8.70%8.70%0.00%
54.90%

Color #696973 in popluar number systems.

HEX696973
Decimal105105115
Binary110100111010011110011
Octal151151163

Shades and tints

Shades of #696973

#696973
(105,105,115)
#606069
(96,96,105)
#57575F
(87,87,95)
#4E4E55
(78,78,85)
#45454B
(69,69,75)
#3C3C41
(60,60,65)
#333337
(51,51,55)
#2A2A2D
(42,42,45)
#212123
(33,33,35)
#181819
(24,24,25)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #696973

#696973
(105,105,115)
#76767F
(118,118,127)
#83838B
(131,131,139)
#909097
(144,144,151)
#9D9DA3
(157,157,163)
#AAAAAF
(170,170,175)
#B7B7BB
(183,183,187)
#C4C4C7
(196,196,199)
#D1D1D3
(209,209,211)
#DEDEDF
(222,222,223)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696973; }

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

This text font color is #696973.


Background Color

.myBgColor { background-color: #696973; }

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

This div background color is #696973.


Border color

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

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

This div border color is #696973.


Opacity

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

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

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

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

This text has shadow with #696973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696973 on black background.


Color preview on white background

This text has color #696973 on white background.



Black color preview on #696973 background

This text has black color on #696973 background.


White color preview on #696973 background

This text has white color on #696973 background.