COLOR #696BA5

HEX: #696BA5
RGB: (105,107,165)

Renk bilgisi

#696BA5 contains mainly green and blue colors. #696BA5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#696BA5 color RGB value is (105,107,165).

  • kırmız ton 105;
  • yeşil ton 107;
  • mavi ton 165.
RGB:
(105,107,165)
(41%,42%,65%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 107 of 255 = 42%
B 165 of 255 = 65%

105
107
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 107 + 165 = 377 (100%)
R 105 of 377 ~ 27.85%
G 107 of 377 ~ 28.38%
B 165 of 377 ~ 43.77%

%27.85
%28.38
%43.77

CMYK RENK MODELİ

#696BA5 rengi CMYK tonu (36,35,0,35).

  • camgöbeği tonu 36.36%
  • eflatun tonu 35.15%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(36,35,0,35)
C36M35Y0K35 
(36%,35%,0%,35%)
(0.36/0.35/0.00/0.35)	

CMYK yüzdeleri

%36.36
%35.15
%0
%35.29

Codes

Color #696BA5 in popluar color models

696BA5
RGB105107165
HSL238°25.00%52.94%
HSB/HSV238°36.36%64.71%
CMYK36.36%35.15%0.00%
35.29%

Color #696BA5 in popluar number systems.

HEX696BA5
Decimal105107165
Binary1101001110101110100101
Octal151153245

Shades and tints

Shades of #696BA5

#696BA5
(105,107,165)
#606296
(96,98,150)
#575987
(87,89,135)
#4E5078
(78,80,120)
#454769
(69,71,105)
#3C3E5A
(60,62,90)
#33354B
(51,53,75)
#2A2C3C
(42,44,60)
#21232D
(33,35,45)
#181A1E
(24,26,30)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #696BA5

#696BA5
(105,107,165)
#7678AD
(118,120,173)
#8385B5
(131,133,181)
#9092BD
(144,146,189)
#9D9FC5
(157,159,197)
#AAACCD
(170,172,205)
#B7B9D5
(183,185,213)
#C4C6DD
(196,198,221)
#D1D3E5
(209,211,229)
#DEE0ED
(222,224,237)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696BA5 color. Also use rgb(105,107,165) instead hex code.

Text Font Color

.myTextColor { color: #696BA5; }

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

This text font color is #696BA5.


Background Color

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

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

This div background color is #696BA5.


Border color

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

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

This div border color is #696BA5.


Opacity

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

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

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

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

This text has shadow with #696BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696BA5 on black background.


Color preview on white background

This text has color #696BA5 on white background.



Black color preview on #696BA5 background

This text has black color on #696BA5 background.


White color preview on #696BA5 background

This text has white color on #696BA5 background.