COLOR #698B95

HEX: #698B95
RGB: (105,139,149)

Renk bilgisi

#698B95 contains red, green and blue colors in about the same proportion. #698B95 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#698B95 color RGB value is (105,139,149).

  • kırmız ton 105;
  • yeşil ton 139;
  • mavi ton 149.
RGB:
(105,139,149)
(41%,55%,58%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 139 of 255 = 55%
B 149 of 255 = 58%

105
139
149

R + G + B ~ 51%. #698B95 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 139 + 149 = 393 (100%)
R 105 of 393 ~ 26.72%
G 139 of 393 ~ 35.37%
B 149 of 393 ~ 37.91%

%26.72
%35.37
%37.91

CMYK RENK MODELİ

#698B95 rengi CMYK tonu (30,7,0,42).

  • camgöbeği tonu 29.53%
  • eflatun tonu 6.71%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(30,7,0,42)
C30M7Y0K42 
(30%,7%,0%,42%)
(0.30/0.07/0.00/0.42)	

CMYK yüzdeleri

%29.53
%6.71
%0
%41.57

Codes

Color #698B95 in popluar color models

698B95
RGB105139149
HSL194°17.32%49.80%
HSB/HSV194°29.53%58.43%
CMYK29.53%6.71%0.00%
41.57%

Color #698B95 in popluar number systems.

HEX698B95
Decimal105139149
Binary11010011000101110010101
Octal151213225

Shades and tints

Shades of #698B95

#698B95
(105,139,149)
#607F88
(96,127,136)
#57737B
(87,115,123)
#4E676E
(78,103,110)
#455B61
(69,91,97)
#3C4F54
(60,79,84)
#334347
(51,67,71)
#2A373A
(42,55,58)
#212B2D
(33,43,45)
#181F20
(24,31,32)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #698B95

#698B95
(105,139,149)
#76959E
(118,149,158)
#839FA7
(131,159,167)
#90A9B0
(144,169,176)
#9DB3B9
(157,179,185)
#AABDC2
(170,189,194)
#B7C7CB
(183,199,203)
#C4D1D4
(196,209,212)
#D1DBDD
(209,219,221)
#DEE5E6
(222,229,230)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698B95 color. Also use rgb(105,139,149) instead hex code.

Text Font Color

.myTextColor { color: #698B95; }

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

This text font color is #698B95.


Background Color

.myBgColor { background-color: #698B95; }

<div style="background-color:#698B95">Inner text</div>

This div background color is #698B95.


Border color

.myBorderColor { border: 1px solid #698B95; }

<div style="border:3px solid #698B95">Div</div>

This div border color is #698B95.


Opacity

.myOpacity80 { color: #698B95; opacity: 0.8; }

<p style="color:#698B95;opacity:0.8;">80%</p>

Text with #698B95 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 #698B95;}

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

This text has shadow with #698B95 color.

.textShadow {text-shadow: 3px 3px 1px #698B95, 3px 3px 1px red;}

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

This text has shadow with #698B95 primary color and red secondary color.


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

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

This text has shadow with #698B95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698B95 on black background.


Color preview on white background

This text has color #698B95 on white background.



Black color preview on #698B95 background

This text has black color on #698B95 background.


White color preview on #698B95 background

This text has white color on #698B95 background.