COLOR #7E99CE

HEX: #7E99CE
RGB: (126,153,206)

Renk bilgisi

#7E99CE contains mainly green and blue colors. #7E99CE ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7E99CE color RGB value is (126,153,206).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 153 of 255 = 60%
B 206 of 255 = 81%

126
153
206

R + G + B ~ 63%. #7E99CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 153 + 206 = 485 (100%)
R 126 of 485 ~ 25.98%
G 153 of 485 ~ 31.55%
B 206 of 485 ~ 42.47%

%25.98
%31.55
%42.47

CMYK RENK MODELİ

#7E99CE rengi CMYK tonu (39,26,0,19).

  • camgöbeği tonu 38.83%
  • eflatun tonu 25.73%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(39,26,0,19)
C39M26Y0K19 
(39%,26%,0%,19%)
(0.39/0.26/0.00/0.19)	

CMYK yüzdeleri

%38.83
%25.73
%0
%19.22

Codes

Color #7E99CE in popluar color models

7E99CE
RGB126153206
HSL220°44.94%65.10%
HSB/HSV220°38.83%80.78%
CMYK38.83%25.73%0.00%
19.22%

Color #7E99CE in popluar number systems.

HEX7E99CE
Decimal126153206
Binary11111101001100111001110
Octal176231316

Shades and tints

Shades of #7E99CE

#7E99CE
(126,153,206)
#738CBC
(115,140,188)
#687FAA
(104,127,170)
#5D7298
(93,114,152)
#526586
(82,101,134)
#475874
(71,88,116)
#3C4B62
(60,75,98)
#313E50
(49,62,80)
#26313E
(38,49,62)
#1B242C
(27,36,44)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #7E99CE

#7E99CE
(126,153,206)
#89A2D2
(137,162,210)
#94ABD6
(148,171,214)
#9FB4DA
(159,180,218)
#AABDDE
(170,189,222)
#B5C6E2
(181,198,226)
#C0CFE6
(192,207,230)
#CBD8EA
(203,216,234)
#D6E1EE
(214,225,238)
#E1EAF2
(225,234,242)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E99CE; }

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

This text font color is #7E99CE.


Background Color

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

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

This div background color is #7E99CE.


Border color

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

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

This div border color is #7E99CE.


Opacity

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

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

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

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

This text has shadow with #7E99CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E99CE on black background.


Color preview on white background

This text has color #7E99CE on white background.



Black color preview on #7E99CE background

This text has black color on #7E99CE background.


White color preview on #7E99CE background

This text has white color on #7E99CE background.