COLOR #7D8F9D

HEX: #7D8F9D
RGB: (125,143,157)

Renk bilgisi

#7D8F9D contains red, green and blue colors in about the same proportion. #7D8F9D ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7D8F9D color RGB value is (125,143,157).

  • kırmız ton 125;
  • yeşil ton 143;
  • mavi ton 157.
RGB:
(125,143,157)
(49%,56%,62%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 143 of 255 = 56%
B 157 of 255 = 62%

125
143
157

R + G + B ~ 56%. #7D8F9D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 143 + 157 = 425 (100%)
R 125 of 425 ~ 29.41%
G 143 of 425 ~ 33.65%
B 157 of 425 ~ 36.94%

%29.41
%33.65
%36.94

CMYK RENK MODELİ

#7D8F9D rengi CMYK tonu (20,9,0,38).

  • camgöbeği tonu 20.38%
  • eflatun tonu 8.92%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(20,9,0,38)
C20M9Y0K38 
(20%,9%,0%,38%)
(0.20/0.09/0.00/0.38)	

CMYK yüzdeleri

%20.38
%8.92
%0
%38.43

Codes

Color #7D8F9D in popluar color models

7D8F9D
RGB125143157
HSL206°14.04%55.29%
HSB/HSV206°20.38%61.57%
CMYK20.38%8.92%0.00%
38.43%

Color #7D8F9D in popluar number systems.

HEX7D8F9D
Decimal125143157
Binary11111011000111110011101
Octal175217235

Shades and tints

Shades of #7D8F9D

#7D8F9D
(125,143,157)
#72828F
(114,130,143)
#677581
(103,117,129)
#5C6873
(92,104,115)
#515B65
(81,91,101)
#464E57
(70,78,87)
#3B4149
(59,65,73)
#30343B
(48,52,59)
#25272D
(37,39,45)
#1A1A1F
(26,26,31)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #7D8F9D

#7D8F9D
(125,143,157)
#8899A5
(136,153,165)
#93A3AD
(147,163,173)
#9EADB5
(158,173,181)
#A9B7BD
(169,183,189)
#B4C1C5
(180,193,197)
#BFCBCD
(191,203,205)
#CAD5D5
(202,213,213)
#D5DFDD
(213,223,221)
#E0E9E5
(224,233,229)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8F9D color. Also use rgb(125,143,157) instead hex code.

Text Font Color

.myTextColor { color: #7D8F9D; }

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

This text font color is #7D8F9D.


Background Color

.myBgColor { background-color: #7D8F9D; }

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

This div background color is #7D8F9D.


Border color

.myBorderColor { border: 1px solid #7D8F9D; }

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

This div border color is #7D8F9D.


Opacity

.myOpacity80 { color: #7D8F9D; opacity: 0.8; }

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

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

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

This text has shadow with #7D8F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8F9D on black background.


Color preview on white background

This text has color #7D8F9D on white background.



Black color preview on #7D8F9D background

This text has black color on #7D8F9D background.


White color preview on #7D8F9D background

This text has white color on #7D8F9D background.