COLOR #688FA5

HEX: #688FA5
RGB: (104,143,165)

Renk bilgisi

#688FA5 contains mainly green and blue colors. #688FA5 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#688FA5 color RGB value is (104,143,165).

  • kırmız ton 104;
  • yeşil ton 143;
  • mavi ton 165.
RGB:
(104,143,165)
(41%,56%,65%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 143 of 255 = 56%
B 165 of 255 = 65%

104
143
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 143 + 165 = 412 (100%)
R 104 of 412 ~ 25.24%
G 143 of 412 ~ 34.71%
B 165 of 412 ~ 40.05%

%25.24
%34.71
%40.05

CMYK RENK MODELİ

#688FA5 rengi CMYK tonu (37,13,0,35).

  • camgöbeği tonu 36.97%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(37,13,0,35)
C37M13Y0K35 
(37%,13%,0%,35%)
(0.37/0.13/0.00/0.35)	

CMYK yüzdeleri

%36.97
%13.33
%0
%35.29

Codes

Color #688FA5 in popluar color models

688FA5
RGB104143165
HSL202°25.31%52.75%
HSB/HSV202°36.97%64.71%
CMYK36.97%13.33%0.00%
35.29%

Color #688FA5 in popluar number systems.

HEX688FA5
Decimal104143165
Binary11010001000111110100101
Octal150217245

Shades and tints

Shades of #688FA5

#688FA5
(104,143,165)
#5F8296
(95,130,150)
#567587
(86,117,135)
#4D6878
(77,104,120)
#445B69
(68,91,105)
#3B4E5A
(59,78,90)
#32414B
(50,65,75)
#29343C
(41,52,60)
#20272D
(32,39,45)
#171A1E
(23,26,30)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #688FA5

#688FA5
(104,143,165)
#7599AD
(117,153,173)
#82A3B5
(130,163,181)
#8FADBD
(143,173,189)
#9CB7C5
(156,183,197)
#A9C1CD
(169,193,205)
#B6CBD5
(182,203,213)
#C3D5DD
(195,213,221)
#D0DFE5
(208,223,229)
#DDE9ED
(221,233,237)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688FA5 color. Also use rgb(104,143,165) instead hex code.

Text Font Color

.myTextColor { color: #688FA5; }

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

This text font color is #688FA5.


Background Color

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

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

This div background color is #688FA5.


Border color

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

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

This div border color is #688FA5.


Opacity

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

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

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

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

This text has shadow with #688FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688FA5 on black background.


Color preview on white background

This text has color #688FA5 on white background.



Black color preview on #688FA5 background

This text has black color on #688FA5 background.


White color preview on #688FA5 background

This text has white color on #688FA5 background.