COLOR #7496EC

HEX: #7496EC
RGB: (116,150,236)

Renk bilgisi

#7496EC contains mainly blue color. #7496EC ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#7496EC color RGB value is (116,150,236).

  • kırmız ton 116;
  • yeşil ton 150;
  • mavi ton 236.
RGB:
(116,150,236)
(45%,59%,93%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 150 of 255 = 59%
B 236 of 255 = 93%

116
150
236

R + G + B ~ 66%. #7496EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 150 + 236 = 502 (100%)
R 116 of 502 ~ 23.11%
G 150 of 502 ~ 29.88%
B 236 of 502 ~ 47.01%

%23.11
%29.88
%47.01

CMYK RENK MODELİ

#7496EC rengi CMYK tonu (51,36,0,7).

  • camgöbeği tonu 50.85%
  • eflatun tonu 36.44%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(51,36,0,7)
C51M36Y0K7 
(51%,36%,0%,7%)
(0.51/0.36/0.00/0.07)	

CMYK yüzdeleri

%50.85
%36.44
%0
%7.45

Codes

Color #7496EC in popluar color models

7496EC
RGB116150236
HSL223°75.95%69.02%
HSB/HSV223°50.85%92.55%
CMYK50.85%36.44%0.00%
7.45%

Color #7496EC in popluar number systems.

HEX7496EC
Decimal116150236
Binary11101001001011011101100
Octal164226354

Shades and tints

Shades of #7496EC

#7496EC
(116,150,236)
#6A89D7
(106,137,215)
#607CC2
(96,124,194)
#566FAD
(86,111,173)
#4C6298
(76,98,152)
#425583
(66,85,131)
#38486E
(56,72,110)
#2E3B59
(46,59,89)
#242E44
(36,46,68)
#1A212F
(26,33,47)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #7496EC

#7496EC
(116,150,236)
#809FED
(128,159,237)
#8CA8EE
(140,168,238)
#98B1EF
(152,177,239)
#A4BAF0
(164,186,240)
#B0C3F1
(176,195,241)
#BCCCF2
(188,204,242)
#C8D5F3
(200,213,243)
#D4DEF4
(212,222,244)
#E0E7F5
(224,231,245)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7496EC color. Also use rgb(116,150,236) instead hex code.

Text Font Color

.myTextColor { color: #7496EC; }

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

This text font color is #7496EC.


Background Color

.myBgColor { background-color: #7496EC; }

<div style="background-color:#7496EC">Inner text</div>

This div background color is #7496EC.


Border color

.myBorderColor { border: 1px solid #7496EC; }

<div style="border:3px solid #7496EC">Div</div>

This div border color is #7496EC.


Opacity

.myOpacity80 { color: #7496EC; opacity: 0.8; }

<p style="color:#7496EC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7496EC color.

.textShadow {text-shadow: 3px 3px 1px #7496EC, 3px 3px 1px red;}

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

This text has shadow with #7496EC primary color and red secondary color.


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

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

This text has shadow with #7496EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7496EC on black background.


Color preview on white background

This text has color #7496EC on white background.



Black color preview on #7496EC background

This text has black color on #7496EC background.


White color preview on #7496EC background

This text has white color on #7496EC background.