COLOR #7E99A3

HEX: #7E99A3
RGB: (126,153,163)

Renk bilgisi

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

RGB renk modeli

#7E99A3 color RGB value is (126,153,163).

  • kırmız ton 126;
  • yeşil ton 153;
  • mavi ton 163.
RGB:
(126,153,163)
(49%,60%,64%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 153 of 255 = 60%
B 163 of 255 = 64%

126
153
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 153 + 163 = 442 (100%)
R 126 of 442 ~ 28.51%
G 153 of 442 ~ 34.62%
B 163 of 442 ~ 36.88%

%28.51
%34.62
%36.88

CMYK RENK MODELİ

#7E99A3 rengi CMYK tonu (23,6,0,36).

  • camgöbeği tonu 22.70%
  • eflatun tonu 6.13%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(23,6,0,36)
C23M6Y0K36 
(23%,6%,0%,36%)
(0.23/0.06/0.00/0.36)	

CMYK yüzdeleri

%22.7
%6.13
%0
%36.08

Codes

Color #7E99A3 in popluar color models

7E99A3
RGB126153163
HSL196°16.74%56.67%
HSB/HSV196°22.70%63.92%
CMYK22.70%6.13%0.00%
36.08%

Color #7E99A3 in popluar number systems.

HEX7E99A3
Decimal126153163
Binary11111101001100110100011
Octal176231243

Shades and tints

Shades of #7E99A3

#7E99A3
(126,153,163)
#738C95
(115,140,149)
#687F87
(104,127,135)
#5D7279
(93,114,121)
#52656B
(82,101,107)
#47585D
(71,88,93)
#3C4B4F
(60,75,79)
#313E41
(49,62,65)
#263133
(38,49,51)
#1B2425
(27,36,37)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #7E99A3

#7E99A3
(126,153,163)
#89A2AB
(137,162,171)
#94ABB3
(148,171,179)
#9FB4BB
(159,180,187)
#AABDC3
(170,189,195)
#B5C6CB
(181,198,203)
#C0CFD3
(192,207,211)
#CBD8DB
(203,216,219)
#D6E1E3
(214,225,227)
#E1EAEB
(225,234,235)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E99A3 color. Also use rgb(126,153,163) instead hex code.

Text Font Color

.myTextColor { color: #7E99A3; }

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

This text font color is #7E99A3.


Background Color

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

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

This div background color is #7E99A3.


Border color

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

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

This div border color is #7E99A3.


Opacity

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

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

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

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

This text has shadow with #7E99A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E99A3 on black background.


Color preview on white background

This text has color #7E99A3 on white background.



Black color preview on #7E99A3 background

This text has black color on #7E99A3 background.


White color preview on #7E99A3 background

This text has white color on #7E99A3 background.