COLOR #696D81

HEX: #696D81
RGB: (105,109,129)

Renk bilgisi

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

RGB renk modeli

#696D81 color RGB value is (105,109,129).

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

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 109 of 255 = 43%
B 129 of 255 = 51%

105
109
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 109 + 129 = 343 (100%)
R 105 of 343 ~ 30.61%
G 109 of 343 ~ 31.78%
B 129 of 343 ~ 37.61%

%30.61
%31.78
%37.61

CMYK RENK MODELİ

#696D81 rengi CMYK tonu (19,16,0,49).

  • camgöbeği tonu 18.60%
  • eflatun tonu 15.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(19,16,0,49)
C19M16Y0K49 
(19%,16%,0%,49%)
(0.19/0.16/0.00/0.49)	

CMYK yüzdeleri

%18.6
%15.5
%0
%49.41

Codes

Color #696D81 in popluar color models

696D81
RGB105109129
HSL230°10.26%45.88%
HSB/HSV230°18.60%50.59%
CMYK18.60%15.50%0.00%
49.41%

Color #696D81 in popluar number systems.

HEX696D81
Decimal105109129
Binary1101001110110110000001
Octal151155201

Shades and tints

Shades of #696D81

#696D81
(105,109,129)
#606476
(96,100,118)
#575B6B
(87,91,107)
#4E5260
(78,82,96)
#454955
(69,73,85)
#3C404A
(60,64,74)
#33373F
(51,55,63)
#2A2E34
(42,46,52)
#212529
(33,37,41)
#181C1E
(24,28,30)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #696D81

#696D81
(105,109,129)
#767A8C
(118,122,140)
#838797
(131,135,151)
#9094A2
(144,148,162)
#9DA1AD
(157,161,173)
#AAAEB8
(170,174,184)
#B7BBC3
(183,187,195)
#C4C8CE
(196,200,206)
#D1D5D9
(209,213,217)
#DEE2E4
(222,226,228)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D81; }

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

This text font color is #696D81.


Background Color

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

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

This div background color is #696D81.


Border color

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

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

This div border color is #696D81.


Opacity

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

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

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

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

This text has shadow with #696D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696D81 on black background.


Color preview on white background

This text has color #696D81 on white background.



Black color preview on #696D81 background

This text has black color on #696D81 background.


White color preview on #696D81 background

This text has white color on #696D81 background.