COLOR #698988

HEX: #698988
RGB: (105,137,136)

Renk bilgisi

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

RGB renk modeli

#698988 color RGB value is (105,137,136).

  • kırmız ton 105;
  • yeşil ton 137;
  • mavi ton 136.
RGB:
(105,137,136)
(41%,54%,53%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 137 of 255 = 54%
B 136 of 255 = 53%

105
137
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 137 + 136 = 378 (100%)
R 105 of 378 ~ 27.78%
G 137 of 378 ~ 36.24%
B 136 of 378 ~ 35.98%

%27.78
%36.24
%35.98

CMYK RENK MODELİ

#698988 rengi CMYK tonu (23,0,1,46).

  • camgöbeği tonu 23.36%
  • eflatun tonu 0.00%
  • sarı tonu 0.73%
  • ana renk tonu 46.27%
CMYK:
(23,0,1,46)
C23M0Y1K46 
(23%,0%,1%,46%)
(0.23/0.00/0.01/0.46)	

CMYK yüzdeleri

%23.36
%0
%0.73
%46.27

Codes

Color #698988 in popluar color models

698988
RGB105137136
HSL178°13.22%47.45%
HSB/HSV178°23.36%53.73%
CMYK23.36%0.00%0.73%
46.27%

Color #698988 in popluar number systems.

HEX698988
Decimal105137136
Binary11010011000100110001000
Octal151211210

Shades and tints

Shades of #698988

#698988
(105,137,136)
#607D7C
(96,125,124)
#577170
(87,113,112)
#4E6564
(78,101,100)
#455958
(69,89,88)
#3C4D4C
(60,77,76)
#334140
(51,65,64)
#2A3534
(42,53,52)
#212928
(33,41,40)
#181D1C
(24,29,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #698988

#698988
(105,137,136)
#769392
(118,147,146)
#839D9C
(131,157,156)
#90A7A6
(144,167,166)
#9DB1B0
(157,177,176)
#AABBBA
(170,187,186)
#B7C5C4
(183,197,196)
#C4CFCE
(196,207,206)
#D1D9D8
(209,217,216)
#DEE3E2
(222,227,226)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698988 color. Also use rgb(105,137,136) instead hex code.

Text Font Color

.myTextColor { color: #698988; }

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

This text font color is #698988.


Background Color

.myBgColor { background-color: #698988; }

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

This div background color is #698988.


Border color

.myBorderColor { border: 1px solid #698988; }

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

This div border color is #698988.


Opacity

.myOpacity80 { color: #698988; opacity: 0.8; }

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

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

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

This text has shadow with #698988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698988 on black background.


Color preview on white background

This text has color #698988 on white background.



Black color preview on #698988 background

This text has black color on #698988 background.


White color preview on #698988 background

This text has white color on #698988 background.