COLOR #696A76

HEX: #696A76
RGB: (105,106,118)

Renk bilgisi

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

RGB renk modeli

#696A76 color RGB value is (105,106,118).

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

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 106 of 255 = 42%
B 118 of 255 = 46%

105
106
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 106 + 118 = 329 (100%)
R 105 of 329 ~ 31.91%
G 106 of 329 ~ 32.22%
B 118 of 329 ~ 35.87%

%31.91
%32.22
%35.87

CMYK RENK MODELİ

#696A76 rengi CMYK tonu (11,10,0,54).

  • camgöbeği tonu 11.02%
  • eflatun tonu 10.17%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(11,10,0,54)
C11M10Y0K54 
(11%,10%,0%,54%)
(0.11/0.10/0.00/0.54)	

CMYK yüzdeleri

%11.02
%10.17
%0
%53.73

Codes

Color #696A76 in popluar color models

696A76
RGB105106118
HSL235°5.83%43.73%
HSB/HSV235°11.02%46.27%
CMYK11.02%10.17%0.00%
53.73%

Color #696A76 in popluar number systems.

HEX696A76
Decimal105106118
Binary110100111010101110110
Octal151152166

Shades and tints

Shades of #696A76

#696A76
(105,106,118)
#60616C
(96,97,108)
#575862
(87,88,98)
#4E4F58
(78,79,88)
#45464E
(69,70,78)
#3C3D44
(60,61,68)
#33343A
(51,52,58)
#2A2B30
(42,43,48)
#212226
(33,34,38)
#18191C
(24,25,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #696A76

#696A76
(105,106,118)
#767782
(118,119,130)
#83848E
(131,132,142)
#90919A
(144,145,154)
#9D9EA6
(157,158,166)
#AAABB2
(170,171,178)
#B7B8BE
(183,184,190)
#C4C5CA
(196,197,202)
#D1D2D6
(209,210,214)
#DEDFE2
(222,223,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696A76; }

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

This text font color is #696A76.


Background Color

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

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

This div background color is #696A76.


Border color

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

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

This div border color is #696A76.


Opacity

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

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

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

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

This text has shadow with #696A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696A76 on black background.


Color preview on white background

This text has color #696A76 on white background.



Black color preview on #696A76 background

This text has black color on #696A76 background.


White color preview on #696A76 background

This text has white color on #696A76 background.