COLOR #687D81

HEX: #687D81
RGB: (104,125,129)

Renk bilgisi

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

RGB renk modeli

#687D81 color RGB value is (104,125,129).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 125 of 255 = 49%
B 129 of 255 = 51%

104
125
129

R + G + B ~ 47%. #687D81 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 125 + 129 = 358 (100%)
R 104 of 358 ~ 29.05%
G 125 of 358 ~ 34.92%
B 129 of 358 ~ 36.03%

%29.05
%34.92
%36.03

CMYK RENK MODELİ

#687D81 rengi CMYK tonu (19,3,0,49).

  • camgöbeği tonu 19.38%
  • eflatun tonu 3.10%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(19,3,0,49)
C19M3Y0K49 
(19%,3%,0%,49%)
(0.19/0.03/0.00/0.49)	

CMYK yüzdeleri

%19.38
%3.1
%0
%49.41

Codes

Color #687D81 in popluar color models

687D81
RGB104125129
HSL190°10.73%45.69%
HSB/HSV190°19.38%50.59%
CMYK19.38%3.10%0.00%
49.41%

Color #687D81 in popluar number systems.

HEX687D81
Decimal104125129
Binary1101000111110110000001
Octal150175201

Shades and tints

Shades of #687D81

#687D81
(104,125,129)
#5F7276
(95,114,118)
#56676B
(86,103,107)
#4D5C60
(77,92,96)
#445155
(68,81,85)
#3B464A
(59,70,74)
#323B3F
(50,59,63)
#293034
(41,48,52)
#202529
(32,37,41)
#171A1E
(23,26,30)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #687D81

#687D81
(104,125,129)
#75888C
(117,136,140)
#829397
(130,147,151)
#8F9EA2
(143,158,162)
#9CA9AD
(156,169,173)
#A9B4B8
(169,180,184)
#B6BFC3
(182,191,195)
#C3CACE
(195,202,206)
#D0D5D9
(208,213,217)
#DDE0E4
(221,224,228)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687D81 color. Also use rgb(104,125,129) instead hex code.

Text Font Color

.myTextColor { color: #687D81; }

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

This text font color is #687D81.


Background Color

.myBgColor { background-color: #687D81; }

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

This div background color is #687D81.


Border color

.myBorderColor { border: 1px solid #687D81; }

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

This div border color is #687D81.


Opacity

.myOpacity80 { color: #687D81; opacity: 0.8; }

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

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

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

This text has shadow with #687D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D81 on black background.


Color preview on white background

This text has color #687D81 on white background.



Black color preview on #687D81 background

This text has black color on #687D81 background.


White color preview on #687D81 background

This text has white color on #687D81 background.