COLOR #7E96BC

HEX: #7E96BC
RGB: (126,150,188)

Renk bilgisi

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

RGB renk modeli

#7E96BC color RGB value is (126,150,188).

  • kırmız ton 126;
  • yeşil ton 150;
  • mavi ton 188.
RGB:
(126,150,188)
(49%,59%,74%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 150 of 255 = 59%
B 188 of 255 = 74%

126
150
188

R + G + B ~ 61%. #7E96BC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 150 + 188 = 464 (100%)
R 126 of 464 ~ 27.16%
G 150 of 464 ~ 32.33%
B 188 of 464 ~ 40.52%

%27.16
%32.33
%40.52

CMYK RENK MODELİ

#7E96BC rengi CMYK tonu (33,20,0,26).

  • camgöbeği tonu 32.98%
  • eflatun tonu 20.21%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(33,20,0,26)
C33M20Y0K26 
(33%,20%,0%,26%)
(0.33/0.20/0.00/0.26)	

CMYK yüzdeleri

%32.98
%20.21
%0
%26.27

Codes

Color #7E96BC in popluar color models

7E96BC
RGB126150188
HSL217°31.63%61.57%
HSB/HSV217°32.98%73.73%
CMYK32.98%20.21%0.00%
26.27%

Color #7E96BC in popluar number systems.

HEX7E96BC
Decimal126150188
Binary11111101001011010111100
Octal176226274

Shades and tints

Shades of #7E96BC

#7E96BC
(126,150,188)
#7389AB
(115,137,171)
#687C9A
(104,124,154)
#5D6F89
(93,111,137)
#526278
(82,98,120)
#475567
(71,85,103)
#3C4856
(60,72,86)
#313B45
(49,59,69)
#262E34
(38,46,52)
#1B2123
(27,33,35)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #7E96BC

#7E96BC
(126,150,188)
#899FC2
(137,159,194)
#94A8C8
(148,168,200)
#9FB1CE
(159,177,206)
#AABAD4
(170,186,212)
#B5C3DA
(181,195,218)
#C0CCE0
(192,204,224)
#CBD5E6
(203,213,230)
#D6DEEC
(214,222,236)
#E1E7F2
(225,231,242)
#ECF0F8
(236,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E96BC color. Also use rgb(126,150,188) instead hex code.

Text Font Color

.myTextColor { color: #7E96BC; }

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

This text font color is #7E96BC.


Background Color

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

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

This div background color is #7E96BC.


Border color

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

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

This div border color is #7E96BC.


Opacity

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

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

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

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

This text has shadow with #7E96BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E96BC on black background.


Color preview on white background

This text has color #7E96BC on white background.



Black color preview on #7E96BC background

This text has black color on #7E96BC background.


White color preview on #7E96BC background

This text has white color on #7E96BC background.