COLOR #7D97A7

HEX: #7D97A7
RGB: (125,151,167)

Renk bilgisi

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

RGB renk modeli

#7D97A7 color RGB value is (125,151,167).

  • kırmız ton 125;
  • yeşil ton 151;
  • mavi ton 167.
RGB:
(125,151,167)
(49%,59%,65%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 151 of 255 = 59%
B 167 of 255 = 65%

125
151
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 151 + 167 = 443 (100%)
R 125 of 443 ~ 28.22%
G 151 of 443 ~ 34.09%
B 167 of 443 ~ 37.7%

%28.22
%34.09
%37.7

CMYK RENK MODELİ

#7D97A7 rengi CMYK tonu (25,10,0,35).

  • camgöbeği tonu 25.15%
  • eflatun tonu 9.58%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(25,10,0,35)
C25M10Y0K35 
(25%,10%,0%,35%)
(0.25/0.10/0.00/0.35)	

CMYK yüzdeleri

%25.15
%9.58
%0
%34.51

Codes

Color #7D97A7 in popluar color models

7D97A7
RGB125151167
HSL203°19.27%57.25%
HSB/HSV203°25.15%65.49%
CMYK25.15%9.58%0.00%
34.51%

Color #7D97A7 in popluar number systems.

HEX7D97A7
Decimal125151167
Binary11111011001011110100111
Octal175227247

Shades and tints

Shades of #7D97A7

#7D97A7
(125,151,167)
#728A98
(114,138,152)
#677D89
(103,125,137)
#5C707A
(92,112,122)
#51636B
(81,99,107)
#46565C
(70,86,92)
#3B494D
(59,73,77)
#303C3E
(48,60,62)
#252F2F
(37,47,47)
#1A2220
(26,34,32)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7D97A7

#7D97A7
(125,151,167)
#88A0AF
(136,160,175)
#93A9B7
(147,169,183)
#9EB2BF
(158,178,191)
#A9BBC7
(169,187,199)
#B4C4CF
(180,196,207)
#BFCDD7
(191,205,215)
#CAD6DF
(202,214,223)
#D5DFE7
(213,223,231)
#E0E8EF
(224,232,239)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D97A7 color. Also use rgb(125,151,167) instead hex code.

Text Font Color

.myTextColor { color: #7D97A7; }

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

This text font color is #7D97A7.


Background Color

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

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

This div background color is #7D97A7.


Border color

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

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

This div border color is #7D97A7.


Opacity

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

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

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

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

This text has shadow with #7D97A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D97A7 on black background.


Color preview on white background

This text has color #7D97A7 on white background.



Black color preview on #7D97A7 background

This text has black color on #7D97A7 background.


White color preview on #7D97A7 background

This text has white color on #7D97A7 background.