COLOR #686988

HEX: #686988
RGB: (104,105,136)

Renk bilgisi

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

RGB renk modeli

#686988 color RGB value is (104,105,136).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 105 of 255 = 41%
B 136 of 255 = 53%

104
105
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 105 + 136 = 345 (100%)
R 104 of 345 ~ 30.14%
G 105 of 345 ~ 30.43%
B 136 of 345 ~ 39.42%

%30.14
%30.43
%39.42

CMYK RENK MODELİ

#686988 rengi CMYK tonu (24,23,0,47).

  • camgöbeği tonu 23.53%
  • eflatun tonu 22.79%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(24,23,0,47)
C24M23Y0K47 
(24%,23%,0%,47%)
(0.24/0.23/0.00/0.47)	

CMYK yüzdeleri

%23.53
%22.79
%0
%46.67

Codes

Color #686988 in popluar color models

686988
RGB104105136
HSL238°13.33%47.06%
HSB/HSV238°23.53%53.33%
CMYK23.53%22.79%0.00%
46.67%

Color #686988 in popluar number systems.

HEX686988
Decimal104105136
Binary1101000110100110001000
Octal150151210

Shades and tints

Shades of #686988

#686988
(104,105,136)
#5F607C
(95,96,124)
#565770
(86,87,112)
#4D4E64
(77,78,100)
#444558
(68,69,88)
#3B3C4C
(59,60,76)
#323340
(50,51,64)
#292A34
(41,42,52)
#202128
(32,33,40)
#17181C
(23,24,28)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #686988

#686988
(104,105,136)
#757692
(117,118,146)
#82839C
(130,131,156)
#8F90A6
(143,144,166)
#9C9DB0
(156,157,176)
#A9AABA
(169,170,186)
#B6B7C4
(182,183,196)
#C3C4CE
(195,196,206)
#D0D1D8
(208,209,216)
#DDDEE2
(221,222,226)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686988; }

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

This text font color is #686988.


Background Color

.myBgColor { background-color: #686988; }

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

This div background color is #686988.


Border color

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

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

This div border color is #686988.


Opacity

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

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

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

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

This text has shadow with #686988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686988 on black background.


Color preview on white background

This text has color #686988 on white background.



Black color preview on #686988 background

This text has black color on #686988 background.


White color preview on #686988 background

This text has white color on #686988 background.