COLOR #697B96

HEX: #697B96
RGB: (105,123,150)

Renk bilgisi

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

RGB renk modeli

#697B96 color RGB value is (105,123,150).

  • kırmız ton 105;
  • yeşil ton 123;
  • mavi ton 150.
RGB:
(105,123,150)
(41%,48%,59%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 123 of 255 = 48%
B 150 of 255 = 59%

105
123
150

R + G + B ~ 49%. #697B96 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 123 + 150 = 378 (100%)
R 105 of 378 ~ 27.78%
G 123 of 378 ~ 32.54%
B 150 of 378 ~ 39.68%

%27.78
%32.54
%39.68

CMYK RENK MODELİ

#697B96 rengi CMYK tonu (30,18,0,41).

  • camgöbeği tonu 30.00%
  • eflatun tonu 18.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(30,18,0,41)
C30M18Y0K41 
(30%,18%,0%,41%)
(0.30/0.18/0.00/0.41)	

CMYK yüzdeleri

%30
%18
%0
%41.18

Codes

Color #697B96 in popluar color models

697B96
RGB105123150
HSL216°17.65%50.00%
HSB/HSV216°30.00%58.82%
CMYK30.00%18.00%0.00%
41.18%

Color #697B96 in popluar number systems.

HEX697B96
Decimal105123150
Binary1101001111101110010110
Octal151173226

Shades and tints

Shades of #697B96

#697B96
(105,123,150)
#607089
(96,112,137)
#57657C
(87,101,124)
#4E5A6F
(78,90,111)
#454F62
(69,79,98)
#3C4455
(60,68,85)
#333948
(51,57,72)
#2A2E3B
(42,46,59)
#21232E
(33,35,46)
#181821
(24,24,33)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #697B96

#697B96
(105,123,150)
#76879F
(118,135,159)
#8393A8
(131,147,168)
#909FB1
(144,159,177)
#9DABBA
(157,171,186)
#AAB7C3
(170,183,195)
#B7C3CC
(183,195,204)
#C4CFD5
(196,207,213)
#D1DBDE
(209,219,222)
#DEE7E7
(222,231,231)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697B96 color. Also use rgb(105,123,150) instead hex code.

Text Font Color

.myTextColor { color: #697B96; }

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

This text font color is #697B96.


Background Color

.myBgColor { background-color: #697B96; }

<div style="background-color:#697B96">Inner text</div>

This div background color is #697B96.


Border color

.myBorderColor { border: 1px solid #697B96; }

<div style="border:3px solid #697B96">Div</div>

This div border color is #697B96.


Opacity

.myOpacity80 { color: #697B96; opacity: 0.8; }

<p style="color:#697B96;opacity:0.8;">80%</p>

Text with #697B96 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 #697B96;}

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

This text has shadow with #697B96 color.

.textShadow {text-shadow: 3px 3px 1px #697B96, 3px 3px 1px red;}

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

This text has shadow with #697B96 primary color and red secondary color.


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

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

This text has shadow with #697B96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697B96 on black background.


Color preview on white background

This text has color #697B96 on white background.



Black color preview on #697B96 background

This text has black color on #697B96 background.


White color preview on #697B96 background

This text has white color on #697B96 background.