COLOR #7997A5

HEX: #7997A5
RGB: (121,151,165)

Renk bilgisi

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

RGB renk modeli

#7997A5 color RGB value is (121,151,165).

  • kırmız ton 121;
  • yeşil ton 151;
  • mavi ton 165.
RGB:
(121,151,165)
(47%,59%,65%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 151 of 255 = 59%
B 165 of 255 = 65%

121
151
165

R + G + B ~ 57%. #7997A5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 151 + 165 = 437 (100%)
R 121 of 437 ~ 27.69%
G 151 of 437 ~ 34.55%
B 165 of 437 ~ 37.76%

%27.69
%34.55
%37.76

CMYK RENK MODELİ

#7997A5 rengi CMYK tonu (27,8,0,35).

  • camgöbeği tonu 26.67%
  • eflatun tonu 8.48%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(27,8,0,35)
C27M8Y0K35 
(27%,8%,0%,35%)
(0.27/0.08/0.00/0.35)	

CMYK yüzdeleri

%26.67
%8.48
%0
%35.29

Codes

Color #7997A5 in popluar color models

7997A5
RGB121151165
HSL199°19.64%56.08%
HSB/HSV199°26.67%64.71%
CMYK26.67%8.48%0.00%
35.29%

Color #7997A5 in popluar number systems.

HEX7997A5
Decimal121151165
Binary11110011001011110100101
Octal171227245

Shades and tints

Shades of #7997A5

#7997A5
(121,151,165)
#6E8A96
(110,138,150)
#637D87
(99,125,135)
#587078
(88,112,120)
#4D6369
(77,99,105)
#42565A
(66,86,90)
#37494B
(55,73,75)
#2C3C3C
(44,60,60)
#212F2D
(33,47,45)
#16221E
(22,34,30)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #7997A5

#7997A5
(121,151,165)
#85A0AD
(133,160,173)
#91A9B5
(145,169,181)
#9DB2BD
(157,178,189)
#A9BBC5
(169,187,197)
#B5C4CD
(181,196,205)
#C1CDD5
(193,205,213)
#CDD6DD
(205,214,221)
#D9DFE5
(217,223,229)
#E5E8ED
(229,232,237)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7997A5 color. Also use rgb(121,151,165) instead hex code.

Text Font Color

.myTextColor { color: #7997A5; }

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

This text font color is #7997A5.


Background Color

.myBgColor { background-color: #7997A5; }

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

This div background color is #7997A5.


Border color

.myBorderColor { border: 1px solid #7997A5; }

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

This div border color is #7997A5.


Opacity

.myOpacity80 { color: #7997A5; opacity: 0.8; }

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

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

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

This text has shadow with #7997A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7997A5 on black background.


Color preview on white background

This text has color #7997A5 on white background.



Black color preview on #7997A5 background

This text has black color on #7997A5 background.


White color preview on #7997A5 background

This text has white color on #7997A5 background.