COLOR #688B6E

HEX: #688B6E
RGB: (104,139,110)

Renk bilgisi

#688B6E contains red, green and blue colors in about the same proportion. #688B6E ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#688B6E color RGB value is (104,139,110).

  • kırmız ton 104;
  • yeşil ton 139;
  • mavi ton 110.
RGB:
(104,139,110)
(41%,55%,43%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 139 of 255 = 55%
B 110 of 255 = 43%

104
139
110

R + G + B ~ 46%. #688B6E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 139 + 110 = 353 (100%)
R 104 of 353 ~ 29.46%
G 139 of 353 ~ 39.38%
B 110 of 353 ~ 31.16%

%29.46
%39.38
%31.16

CMYK RENK MODELİ

#688B6E rengi CMYK tonu (25,0,21,45).

  • camgöbeği tonu 25.18%
  • eflatun tonu 0.00%
  • sarı tonu 20.86%
  • ana renk tonu 45.49%
CMYK:
(25,0,21,45)
C25M0Y21K45 
(25%,0%,21%,45%)
(0.25/0.00/0.21/0.45)	

CMYK yüzdeleri

%25.18
%0
%20.86
%45.49

Codes

Color #688B6E in popluar color models

688B6E
RGB104139110
HSL130°14.40%47.65%
HSB/HSV130°25.18%54.51%
CMYK25.18%0.00%20.86%
45.49%

Color #688B6E in popluar number systems.

HEX688B6E
Decimal104139110
Binary1101000100010111101110
Octal150213156

Shades and tints

Shades of #688B6E

#688B6E
(104,139,110)
#5F7F64
(95,127,100)
#56735A
(86,115,90)
#4D6750
(77,103,80)
#445B46
(68,91,70)
#3B4F3C
(59,79,60)
#324332
(50,67,50)
#293728
(41,55,40)
#202B1E
(32,43,30)
#171F14
(23,31,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #688B6E

#688B6E
(104,139,110)
#75957B
(117,149,123)
#829F88
(130,159,136)
#8FA995
(143,169,149)
#9CB3A2
(156,179,162)
#A9BDAF
(169,189,175)
#B6C7BC
(182,199,188)
#C3D1C9
(195,209,201)
#D0DBD6
(208,219,214)
#DDE5E3
(221,229,227)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688B6E color. Also use rgb(104,139,110) instead hex code.

Text Font Color

.myTextColor { color: #688B6E; }

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

This text font color is #688B6E.


Background Color

.myBgColor { background-color: #688B6E; }

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

This div background color is #688B6E.


Border color

.myBorderColor { border: 1px solid #688B6E; }

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

This div border color is #688B6E.


Opacity

.myOpacity80 { color: #688B6E; opacity: 0.8; }

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

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

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

This text has shadow with #688B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688B6E on black background.


Color preview on white background

This text has color #688B6E on white background.



Black color preview on #688B6E background

This text has black color on #688B6E background.


White color preview on #688B6E background

This text has white color on #688B6E background.