COLOR #696E6D

HEX: #696E6D
RGB: (105,110,109)

Color info

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

RGB color model

#696E6D color RGB value is (105,110,109).

  • red value is 105;
  • green value is 110;
  • blue value is 109.
RGB:
(105,110,109)
(41%,43%,43%)

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 109 of 255 = 43%

105
110
109

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

Portions of RGB colors in percentages

R + G + B =
105 + 110 + 109 = 324 (100%)
R 105 of 324 ~ 32.41%
G 110 of 324 ~ 33.95%
B 109 of 324 ~ 33.64%

%32.41
%33.95
%33.64

CMYK color model

#696E6D color CMYK value is (5,0,1,57).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(5,0,1,57)
C5M0Y1K57 
(5%,0%,1%,57%)
(0.05/0.00/0.01/0.57)	

CMYK percentages

%4.55
%0
%0.91
%56.86

Codes

Color #696E6D in popluar color models

696E6D
RGB105110109
HSL168°2.33%42.16%
HSB/HSV168°4.55%43.14%
CMYK4.55%0.00%0.91%
56.86%

Color #696E6D in popluar number systems.

HEX696E6D
Decimal105110109
Binary110100111011101101101
Octal151156155

Shades and tints

Shades of #696E6D

#696E6D
(105,110,109)
#606464
(96,100,100)
#575A5B
(87,90,91)
#4E5052
(78,80,82)
#454649
(69,70,73)
#3C3C40
(60,60,64)
#333237
(51,50,55)
#2A282E
(42,40,46)
#211E25
(33,30,37)
#18141C
(24,20,28)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #696E6D

#696E6D
(105,110,109)
#767B7A
(118,123,122)
#838887
(131,136,135)
#909594
(144,149,148)
#9DA2A1
(157,162,161)
#AAAFAE
(170,175,174)
#B7BCBB
(183,188,187)
#C4C9C8
(196,201,200)
#D1D6D5
(209,214,213)
#DEE3E2
(222,227,226)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696E6D color. Also use rgb(105,110,109) instead hex code.

Text Font Color

.myTextColor { color: #696E6D; }

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

This text font color is #696E6D.


Background Color

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

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

This div background color is #696E6D.


Border color

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

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

This div border color is #696E6D.


Opacity

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

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

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

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

This text has shadow with #696E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696E6D on black background.


Color preview on white background

This text has color #696E6D on white background.



Black color preview on #696E6D background

This text has black color on #696E6D background.


White color preview on #696E6D background

This text has white color on #696E6D background.