COLOR #676F8A

HEX: #676F8A
RGB: (103,111,138)

Renk bilgisi

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

RGB renk modeli

#676F8A color RGB value is (103,111,138).

  • kırmız ton 103;
  • yeşil ton 111;
  • mavi ton 138.
RGB:
(103,111,138)
(40%,44%,54%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 111 of 255 = 44%
B 138 of 255 = 54%

103
111
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 111 + 138 = 352 (100%)
R 103 of 352 ~ 29.26%
G 111 of 352 ~ 31.53%
B 138 of 352 ~ 39.2%

%29.26
%31.53
%39.2

CMYK RENK MODELİ

#676F8A rengi CMYK tonu (25,20,0,46).

  • camgöbeği tonu 25.36%
  • eflatun tonu 19.57%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(25,20,0,46)
C25M20Y0K46 
(25%,20%,0%,46%)
(0.25/0.20/0.00/0.46)	

CMYK yüzdeleri

%25.36
%19.57
%0
%45.88

Codes

Color #676F8A in popluar color models

676F8A
RGB103111138
HSL226°14.52%47.25%
HSB/HSV226°25.36%54.12%
CMYK25.36%19.57%0.00%
45.88%

Color #676F8A in popluar number systems.

HEX676F8A
Decimal103111138
Binary1100111110111110001010
Octal147157212

Shades and tints

Shades of #676F8A

#676F8A
(103,111,138)
#5E657E
(94,101,126)
#555B72
(85,91,114)
#4C5166
(76,81,102)
#43475A
(67,71,90)
#3A3D4E
(58,61,78)
#313342
(49,51,66)
#282936
(40,41,54)
#1F1F2A
(31,31,42)
#16151E
(22,21,30)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #676F8A

#676F8A
(103,111,138)
#747C94
(116,124,148)
#81899E
(129,137,158)
#8E96A8
(142,150,168)
#9BA3B2
(155,163,178)
#A8B0BC
(168,176,188)
#B5BDC6
(181,189,198)
#C2CAD0
(194,202,208)
#CFD7DA
(207,215,218)
#DCE4E4
(220,228,228)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676F8A color. Also use rgb(103,111,138) instead hex code.

Text Font Color

.myTextColor { color: #676F8A; }

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

This text font color is #676F8A.


Background Color

.myBgColor { background-color: #676F8A; }

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

This div background color is #676F8A.


Border color

.myBorderColor { border: 1px solid #676F8A; }

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

This div border color is #676F8A.


Opacity

.myOpacity80 { color: #676F8A; opacity: 0.8; }

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

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

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

This text has shadow with #676F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F8A on black background.


Color preview on white background

This text has color #676F8A on white background.



Black color preview on #676F8A background

This text has black color on #676F8A background.


White color preview on #676F8A background

This text has white color on #676F8A background.