COLOR #676B7D

HEX: #676B7D
RGB: (103,107,125)

Renk bilgisi

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

RGB renk modeli

#676B7D color RGB value is (103,107,125).

  • kırmız ton 103;
  • yeşil ton 107;
  • mavi ton 125.
RGB:
(103,107,125)
(40%,42%,49%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 107 of 255 = 42%
B 125 of 255 = 49%

103
107
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 107 + 125 = 335 (100%)
R 103 of 335 ~ 30.75%
G 107 of 335 ~ 31.94%
B 125 of 335 ~ 37.31%

%30.75
%31.94
%37.31

CMYK RENK MODELİ

#676B7D rengi CMYK tonu (18,14,0,51).

  • camgöbeği tonu 17.60%
  • eflatun tonu 14.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(18,14,0,51)
C18M14Y0K51 
(18%,14%,0%,51%)
(0.18/0.14/0.00/0.51)	

CMYK yüzdeleri

%17.6
%14.4
%0
%50.98

Codes

Color #676B7D in popluar color models

676B7D
RGB103107125
HSL229°9.65%44.71%
HSB/HSV229°17.60%49.02%
CMYK17.60%14.40%0.00%
50.98%

Color #676B7D in popluar number systems.

HEX676B7D
Decimal103107125
Binary110011111010111111101
Octal147153175

Shades and tints

Shades of #676B7D

#676B7D
(103,107,125)
#5E6272
(94,98,114)
#555967
(85,89,103)
#4C505C
(76,80,92)
#434751
(67,71,81)
#3A3E46
(58,62,70)
#31353B
(49,53,59)
#282C30
(40,44,48)
#1F2325
(31,35,37)
#161A1A
(22,26,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #676B7D

#676B7D
(103,107,125)
#747888
(116,120,136)
#818593
(129,133,147)
#8E929E
(142,146,158)
#9B9FA9
(155,159,169)
#A8ACB4
(168,172,180)
#B5B9BF
(181,185,191)
#C2C6CA
(194,198,202)
#CFD3D5
(207,211,213)
#DCE0E0
(220,224,224)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676B7D color. Also use rgb(103,107,125) instead hex code.

Text Font Color

.myTextColor { color: #676B7D; }

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

This text font color is #676B7D.


Background Color

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

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

This div background color is #676B7D.


Border color

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

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

This div border color is #676B7D.


Opacity

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

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

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

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

This text has shadow with #676B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B7D on black background.


Color preview on white background

This text has color #676B7D on white background.



Black color preview on #676B7D background

This text has black color on #676B7D background.


White color preview on #676B7D background

This text has white color on #676B7D background.