COLOR #696D84

HEX: #696D84
RGB: (105,109,132)

Renk bilgisi

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

RGB renk modeli

#696D84 color RGB value is (105,109,132).

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

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 109 of 255 = 43%
B 132 of 255 = 52%

105
109
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 109 + 132 = 346 (100%)
R 105 of 346 ~ 30.35%
G 109 of 346 ~ 31.5%
B 132 of 346 ~ 38.15%

%30.35
%31.5
%38.15

CMYK RENK MODELİ

#696D84 rengi CMYK tonu (20,17,0,48).

  • camgöbeği tonu 20.45%
  • eflatun tonu 17.42%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(20,17,0,48)
C20M17Y0K48 
(20%,17%,0%,48%)
(0.20/0.17/0.00/0.48)	

CMYK yüzdeleri

%20.45
%17.42
%0
%48.24

Codes

Color #696D84 in popluar color models

696D84
RGB105109132
HSL231°11.39%46.47%
HSB/HSV231°20.45%51.76%
CMYK20.45%17.42%0.00%
48.24%

Color #696D84 in popluar number systems.

HEX696D84
Decimal105109132
Binary1101001110110110000100
Octal151155204

Shades and tints

Shades of #696D84

#696D84
(105,109,132)
#606478
(96,100,120)
#575B6C
(87,91,108)
#4E5260
(78,82,96)
#454954
(69,73,84)
#3C4048
(60,64,72)
#33373C
(51,55,60)
#2A2E30
(42,46,48)
#212524
(33,37,36)
#181C18
(24,28,24)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #696D84

#696D84
(105,109,132)
#767A8F
(118,122,143)
#83879A
(131,135,154)
#9094A5
(144,148,165)
#9DA1B0
(157,161,176)
#AAAEBB
(170,174,187)
#B7BBC6
(183,187,198)
#C4C8D1
(196,200,209)
#D1D5DC
(209,213,220)
#DEE2E7
(222,226,231)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D84; }

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

This text font color is #696D84.


Background Color

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

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

This div background color is #696D84.


Border color

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

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

This div border color is #696D84.


Opacity

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

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

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

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

This text has shadow with #696D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696D84 on black background.


Color preview on white background

This text has color #696D84 on white background.



Black color preview on #696D84 background

This text has black color on #696D84 background.


White color preview on #696D84 background

This text has white color on #696D84 background.