COLOR #698381

HEX: #698381
RGB: (105,131,129)

Renk bilgisi

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

RGB renk modeli

#698381 color RGB value is (105,131,129).

  • kırmız ton 105;
  • yeşil ton 131;
  • mavi ton 129.
RGB:
(105,131,129)
(41%,51%,51%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 131 of 255 = 51%
B 129 of 255 = 51%

105
131
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 131 + 129 = 365 (100%)
R 105 of 365 ~ 28.77%
G 131 of 365 ~ 35.89%
B 129 of 365 ~ 35.34%

%28.77
%35.89
%35.34

CMYK RENK MODELİ

#698381 rengi CMYK tonu (20,0,2,49).

  • camgöbeği tonu 19.85%
  • eflatun tonu 0.00%
  • sarı tonu 1.53%
  • ana renk tonu 48.63%
CMYK:
(20,0,2,49)
C20M0Y2K49 
(20%,0%,2%,49%)
(0.20/0.00/0.02/0.49)	

CMYK yüzdeleri

%19.85
%0
%1.53
%48.63

Codes

Color #698381 in popluar color models

698381
RGB105131129
HSL175°11.02%46.27%
HSB/HSV175°19.85%51.37%
CMYK19.85%0.00%1.53%
48.63%

Color #698381 in popluar number systems.

HEX698381
Decimal105131129
Binary11010011000001110000001
Octal151203201

Shades and tints

Shades of #698381

#698381
(105,131,129)
#607876
(96,120,118)
#576D6B
(87,109,107)
#4E6260
(78,98,96)
#455755
(69,87,85)
#3C4C4A
(60,76,74)
#33413F
(51,65,63)
#2A3634
(42,54,52)
#212B29
(33,43,41)
#18201E
(24,32,30)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #698381

#698381
(105,131,129)
#768E8C
(118,142,140)
#839997
(131,153,151)
#90A4A2
(144,164,162)
#9DAFAD
(157,175,173)
#AABAB8
(170,186,184)
#B7C5C3
(183,197,195)
#C4D0CE
(196,208,206)
#D1DBD9
(209,219,217)
#DEE6E4
(222,230,228)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698381 color. Also use rgb(105,131,129) instead hex code.

Text Font Color

.myTextColor { color: #698381; }

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

This text font color is #698381.


Background Color

.myBgColor { background-color: #698381; }

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

This div background color is #698381.


Border color

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

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

This div border color is #698381.


Opacity

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

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

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

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

This text has shadow with #698381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698381 on black background.


Color preview on white background

This text has color #698381 on white background.



Black color preview on #698381 background

This text has black color on #698381 background.


White color preview on #698381 background

This text has white color on #698381 background.