COLOR #696C75

HEX: #696C75
RGB: (105,108,117)

Color info

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

RGB color model

#696C75 color RGB value is (105,108,117).

  • red value is 105;
  • green value is 108;
  • blue value is 117.
RGB:
(105,108,117)
(41%,42%,46%)

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 117 of 255 = 46%

105
108
117

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 117 = 330 (100%)
R 105 of 330 ~ 31.82%
G 108 of 330 ~ 32.73%
B 117 of 330 ~ 35.45%

%31.82
%32.73
%35.45

CMYK color model

#696C75 color CMYK value is (10,8,0,54).

  • cyan value is 10.26%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(10,8,0,54)
C10M8Y0K54 
(10%,8%,0%,54%)
(0.10/0.08/0.00/0.54)	

CMYK percentages

%10.26
%7.69
%0
%54.12

Codes

Color #696C75 in popluar color models

696C75
RGB105108117
HSL225°5.41%43.53%
HSB/HSV225°10.26%45.88%
CMYK10.26%7.69%0.00%
54.12%

Color #696C75 in popluar number systems.

HEX696C75
Decimal105108117
Binary110100111011001110101
Octal151154165

Shades and tints

Shades of #696C75

#696C75
(105,108,117)
#60636B
(96,99,107)
#575A61
(87,90,97)
#4E5157
(78,81,87)
#45484D
(69,72,77)
#3C3F43
(60,63,67)
#333639
(51,54,57)
#2A2D2F
(42,45,47)
#212425
(33,36,37)
#181B1B
(24,27,27)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #696C75

#696C75
(105,108,117)
#767981
(118,121,129)
#83868D
(131,134,141)
#909399
(144,147,153)
#9DA0A5
(157,160,165)
#AAADB1
(170,173,177)
#B7BABD
(183,186,189)
#C4C7C9
(196,199,201)
#D1D4D5
(209,212,213)
#DEE1E1
(222,225,225)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696C75 color. Also use rgb(105,108,117) instead hex code.

Text Font Color

.myTextColor { color: #696C75; }

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

This text font color is #696C75.


Background Color

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

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

This div background color is #696C75.


Border color

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

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

This div border color is #696C75.


Opacity

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

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

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

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

This text has shadow with #696C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C75 on black background.


Color preview on white background

This text has color #696C75 on white background.



Black color preview on #696C75 background

This text has black color on #696C75 background.


White color preview on #696C75 background

This text has white color on #696C75 background.