COLOR #696D76

HEX: #696D76
RGB: (105,109,118)

Renk bilgisi

#696D76 contains red, green and blue colors in about the same proportion. #696D76 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#696D76 color RGB value is (105,109,118).

  • kırmız ton 105;
  • yeşil ton 109;
  • mavi ton 118.
RGB:
(105,109,118)
(41%,43%,46%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 109 of 255 = 43%
B 118 of 255 = 46%

105
109
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 109 + 118 = 332 (100%)
R 105 of 332 ~ 31.63%
G 109 of 332 ~ 32.83%
B 118 of 332 ~ 35.54%

%31.63
%32.83
%35.54

CMYK RENK MODELİ

#696D76 rengi CMYK tonu (11,8,0,54).

  • camgöbeği tonu 11.02%
  • eflatun tonu 7.63%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(11,8,0,54)
C11M8Y0K54 
(11%,8%,0%,54%)
(0.11/0.08/0.00/0.54)	

CMYK yüzdeleri

%11.02
%7.63
%0
%53.73

Codes

Color #696D76 in popluar color models

696D76
RGB105109118
HSL222°5.83%43.73%
HSB/HSV222°11.02%46.27%
CMYK11.02%7.63%0.00%
53.73%

Color #696D76 in popluar number systems.

HEX696D76
Decimal105109118
Binary110100111011011110110
Octal151155166

Shades and tints

Shades of #696D76

#696D76
(105,109,118)
#60646C
(96,100,108)
#575B62
(87,91,98)
#4E5258
(78,82,88)
#45494E
(69,73,78)
#3C4044
(60,64,68)
#33373A
(51,55,58)
#2A2E30
(42,46,48)
#212526
(33,37,38)
#181C1C
(24,28,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #696D76

#696D76
(105,109,118)
#767A82
(118,122,130)
#83878E
(131,135,142)
#90949A
(144,148,154)
#9DA1A6
(157,161,166)
#AAAEB2
(170,174,178)
#B7BBBE
(183,187,190)
#C4C8CA
(196,200,202)
#D1D5D6
(209,213,214)
#DEE2E2
(222,226,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D76; }

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

This text font color is #696D76.


Background Color

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

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

This div background color is #696D76.


Border color

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

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

This div border color is #696D76.


Opacity

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

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

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

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

This text has shadow with #696D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696D76 on black background.


Color preview on white background

This text has color #696D76 on white background.



Black color preview on #696D76 background

This text has black color on #696D76 background.


White color preview on #696D76 background

This text has white color on #696D76 background.