COLOR #7E8CA7

HEX: #7E8CA7
RGB: (126,140,167)

Renk bilgisi

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

RGB renk modeli

#7E8CA7 color RGB value is (126,140,167).

  • kırmız ton 126;
  • yeşil ton 140;
  • mavi ton 167.
RGB:
(126,140,167)
(49%,55%,65%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 140 of 255 = 55%
B 167 of 255 = 65%

126
140
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 140 + 167 = 433 (100%)
R 126 of 433 ~ 29.1%
G 140 of 433 ~ 32.33%
B 167 of 433 ~ 38.57%

%29.1
%32.33
%38.57

CMYK RENK MODELİ

#7E8CA7 rengi CMYK tonu (25,16,0,35).

  • camgöbeği tonu 24.55%
  • eflatun tonu 16.17%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(25,16,0,35)
C25M16Y0K35 
(25%,16%,0%,35%)
(0.25/0.16/0.00/0.35)	

CMYK yüzdeleri

%24.55
%16.17
%0
%34.51

Codes

Color #7E8CA7 in popluar color models

7E8CA7
RGB126140167
HSL220°18.89%57.45%
HSB/HSV220°24.55%65.49%
CMYK24.55%16.17%0.00%
34.51%

Color #7E8CA7 in popluar number systems.

HEX7E8CA7
Decimal126140167
Binary11111101000110010100111
Octal176214247

Shades and tints

Shades of #7E8CA7

#7E8CA7
(126,140,167)
#738098
(115,128,152)
#687489
(104,116,137)
#5D687A
(93,104,122)
#525C6B
(82,92,107)
#47505C
(71,80,92)
#3C444D
(60,68,77)
#31383E
(49,56,62)
#262C2F
(38,44,47)
#1B2020
(27,32,32)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #7E8CA7

#7E8CA7
(126,140,167)
#8996AF
(137,150,175)
#94A0B7
(148,160,183)
#9FAABF
(159,170,191)
#AAB4C7
(170,180,199)
#B5BECF
(181,190,207)
#C0C8D7
(192,200,215)
#CBD2DF
(203,210,223)
#D6DCE7
(214,220,231)
#E1E6EF
(225,230,239)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8CA7 color. Also use rgb(126,140,167) instead hex code.

Text Font Color

.myTextColor { color: #7E8CA7; }

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

This text font color is #7E8CA7.


Background Color

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

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

This div background color is #7E8CA7.


Border color

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

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

This div border color is #7E8CA7.


Opacity

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

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

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

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

This text has shadow with #7E8CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8CA7 on black background.


Color preview on white background

This text has color #7E8CA7 on white background.



Black color preview on #7E8CA7 background

This text has black color on #7E8CA7 background.


White color preview on #7E8CA7 background

This text has white color on #7E8CA7 background.