COLOR #676987

HEX: #676987
RGB: (103,105,135)

Renk bilgisi

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

RGB renk modeli

#676987 color RGB value is (103,105,135).

  • kırmız ton 103;
  • yeşil ton 105;
  • mavi ton 135.
RGB:
(103,105,135)
(40%,41%,53%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 105 of 255 = 41%
B 135 of 255 = 53%

103
105
135

R + G + B ~ 45%. #676987 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 105 + 135 = 343 (100%)
R 103 of 343 ~ 30.03%
G 105 of 343 ~ 30.61%
B 135 of 343 ~ 39.36%

%30.03
%30.61
%39.36

CMYK RENK MODELİ

#676987 rengi CMYK tonu (24,22,0,47).

  • camgöbeği tonu 23.70%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(24,22,0,47)
C24M22Y0K47 
(24%,22%,0%,47%)
(0.24/0.22/0.00/0.47)	

CMYK yüzdeleri

%23.7
%22.22
%0
%47.06

Codes

Color #676987 in popluar color models

676987
RGB103105135
HSL236°13.45%46.67%
HSB/HSV236°23.70%52.94%
CMYK23.70%22.22%0.00%
47.06%

Color #676987 in popluar number systems.

HEX676987
Decimal103105135
Binary1100111110100110000111
Octal147151207

Shades and tints

Shades of #676987

#676987
(103,105,135)
#5E607B
(94,96,123)
#55576F
(85,87,111)
#4C4E63
(76,78,99)
#434557
(67,69,87)
#3A3C4B
(58,60,75)
#31333F
(49,51,63)
#282A33
(40,42,51)
#1F2127
(31,33,39)
#16181B
(22,24,27)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #676987

#676987
(103,105,135)
#747691
(116,118,145)
#81839B
(129,131,155)
#8E90A5
(142,144,165)
#9B9DAF
(155,157,175)
#A8AAB9
(168,170,185)
#B5B7C3
(181,183,195)
#C2C4CD
(194,196,205)
#CFD1D7
(207,209,215)
#DCDEE1
(220,222,225)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676987 color. Also use rgb(103,105,135) instead hex code.

Text Font Color

.myTextColor { color: #676987; }

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

This text font color is #676987.


Background Color

.myBgColor { background-color: #676987; }

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

This div background color is #676987.


Border color

.myBorderColor { border: 1px solid #676987; }

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

This div border color is #676987.


Opacity

.myOpacity80 { color: #676987; opacity: 0.8; }

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

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

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

This text has shadow with #676987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676987 on black background.


Color preview on white background

This text has color #676987 on white background.



Black color preview on #676987 background

This text has black color on #676987 background.


White color preview on #676987 background

This text has white color on #676987 background.