COLOR #696B7F

HEX: #696B7F
RGB: (105,107,127)

Color info

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

RGB color model

#696B7F color RGB value is (105,107,127).

  • red value is 105;
  • green value is 107;
  • blue value is 127.
RGB:
(105,107,127)
(41%,42%,50%)

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 127 of 255 = 50%

105
107
127

R + G + B ~ 44%. #696B7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 127 = 339 (100%)
R 105 of 339 ~ 30.97%
G 107 of 339 ~ 31.56%
B 127 of 339 ~ 37.46%

%30.97
%31.56
%37.46

CMYK color model

#696B7F color CMYK value is (17,16,0,50).

  • cyan value is 17.32%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(17,16,0,50)
C17M16Y0K50 
(17%,16%,0%,50%)
(0.17/0.16/0.00/0.50)	

CMYK percentages

%17.32
%15.75
%0
%50.2

Codes

Color #696B7F in popluar color models

696B7F
RGB105107127
HSL235°9.48%45.49%
HSB/HSV235°17.32%49.80%
CMYK17.32%15.75%0.00%
50.20%

Color #696B7F in popluar number systems.

HEX696B7F
Decimal105107127
Binary110100111010111111111
Octal151153177

Shades and tints

Shades of #696B7F

#696B7F
(105,107,127)
#606274
(96,98,116)
#575969
(87,89,105)
#4E505E
(78,80,94)
#454753
(69,71,83)
#3C3E48
(60,62,72)
#33353D
(51,53,61)
#2A2C32
(42,44,50)
#212327
(33,35,39)
#181A1C
(24,26,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #696B7F

#696B7F
(105,107,127)
#76788A
(118,120,138)
#838595
(131,133,149)
#9092A0
(144,146,160)
#9D9FAB
(157,159,171)
#AAACB6
(170,172,182)
#B7B9C1
(183,185,193)
#C4C6CC
(196,198,204)
#D1D3D7
(209,211,215)
#DEE0E2
(222,224,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696B7F color. Also use rgb(105,107,127) instead hex code.

Text Font Color

.myTextColor { color: #696B7F; }

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

This text font color is #696B7F.


Background Color

.myBgColor { background-color: #696B7F; }

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

This div background color is #696B7F.


Border color

.myBorderColor { border: 1px solid #696B7F; }

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

This div border color is #696B7F.


Opacity

.myOpacity80 { color: #696B7F; opacity: 0.8; }

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

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

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

This text has shadow with #696B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696B7F on black background.


Color preview on white background

This text has color #696B7F on white background.



Black color preview on #696B7F background

This text has black color on #696B7F background.


White color preview on #696B7F background

This text has white color on #696B7F background.