COLOR #698B98

HEX: #698B98
RGB: (105,139,152)

Renk bilgisi

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

RGB renk modeli

#698B98 color RGB value is (105,139,152).

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

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 139 of 255 = 55%
B 152 of 255 = 60%

105
139
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 139 + 152 = 396 (100%)
R 105 of 396 ~ 26.52%
G 139 of 396 ~ 35.1%
B 152 of 396 ~ 38.38%

%26.52
%35.1
%38.38

CMYK RENK MODELİ

#698B98 rengi CMYK tonu (31,9,0,40).

  • camgöbeği tonu 30.92%
  • eflatun tonu 8.55%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(31,9,0,40)
C31M9Y0K40 
(31%,9%,0%,40%)
(0.31/0.09/0.00/0.40)	

CMYK yüzdeleri

%30.92
%8.55
%0
%40.39

Codes

Color #698B98 in popluar color models

698B98
RGB105139152
HSL197°18.58%50.39%
HSB/HSV197°30.92%59.61%
CMYK30.92%8.55%0.00%
40.39%

Color #698B98 in popluar number systems.

HEX698B98
Decimal105139152
Binary11010011000101110011000
Octal151213230

Shades and tints

Shades of #698B98

#698B98
(105,139,152)
#607F8B
(96,127,139)
#57737E
(87,115,126)
#4E6771
(78,103,113)
#455B64
(69,91,100)
#3C4F57
(60,79,87)
#33434A
(51,67,74)
#2A373D
(42,55,61)
#212B30
(33,43,48)
#181F23
(24,31,35)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #698B98

#698B98
(105,139,152)
#7695A1
(118,149,161)
#839FAA
(131,159,170)
#90A9B3
(144,169,179)
#9DB3BC
(157,179,188)
#AABDC5
(170,189,197)
#B7C7CE
(183,199,206)
#C4D1D7
(196,209,215)
#D1DBE0
(209,219,224)
#DEE5E9
(222,229,233)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698B98; }

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

This text font color is #698B98.


Background Color

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

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

This div background color is #698B98.


Border color

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

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

This div border color is #698B98.


Opacity

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

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

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

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

This text has shadow with #698B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698B98 on black background.


Color preview on white background

This text has color #698B98 on white background.



Black color preview on #698B98 background

This text has black color on #698B98 background.


White color preview on #698B98 background

This text has white color on #698B98 background.