COLOR #76A6FE

HEX: #76A6FE
RGB: (118,166,254)

Renk bilgisi

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

RGB renk modeli

#76A6FE color RGB value is (118,166,254).

  • kırmız ton 118;
  • yeşil ton 166;
  • mavi ton 254.
RGB:
(118,166,254)
(46%,65%,100%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 166 of 255 = 65%
B 254 of 255 = 100%

118
166
254

R + G + B ~ 70%. #76A6FE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 166 + 254 = 538 (100%)
R 118 of 538 ~ 21.93%
G 166 of 538 ~ 30.86%
B 254 of 538 ~ 47.21%

%21.93
%30.86
%47.21

CMYK RENK MODELİ

#76A6FE rengi CMYK tonu (54,35,0,0).

  • camgöbeği tonu 53.54%
  • eflatun tonu 34.65%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(54,35,0,0)
C54M35Y0K0 
(54%,35%,0%,0%)
(0.54/0.35/0.00/0.00)	

CMYK yüzdeleri

%53.54
%34.65
%0
%0.39

Codes

Color #76A6FE in popluar color models

76A6FE
RGB118166254
HSL219°98.55%72.94%
HSB/HSV219°53.54%99.61%
CMYK53.54%34.65%0.00%
0.39%

Color #76A6FE in popluar number systems.

HEX76A6FE
Decimal118166254
Binary11101101010011011111110
Octal166246376

Shades and tints

Shades of #76A6FE

#76A6FE
(118,166,254)
#6C97E7
(108,151,231)
#6288D0
(98,136,208)
#5879B9
(88,121,185)
#4E6AA2
(78,106,162)
#445B8B
(68,91,139)
#3A4C74
(58,76,116)
#303D5D
(48,61,93)
#262E46
(38,46,70)
#1C1F2F
(28,31,47)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #76A6FE

#76A6FE
(118,166,254)
#82AEFE
(130,174,254)
#8EB6FE
(142,182,254)
#9ABEFE
(154,190,254)
#A6C6FE
(166,198,254)
#B2CEFE
(178,206,254)
#BED6FE
(190,214,254)
#CADEFE
(202,222,254)
#D6E6FE
(214,230,254)
#E2EEFE
(226,238,254)
#EEF6FE
(238,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A6FE color. Also use rgb(118,166,254) instead hex code.

Text Font Color

.myTextColor { color: #76A6FE; }

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

This text font color is #76A6FE.


Background Color

.myBgColor { background-color: #76A6FE; }

<div style="background-color:#76A6FE">Inner text</div>

This div background color is #76A6FE.


Border color

.myBorderColor { border: 1px solid #76A6FE; }

<div style="border:3px solid #76A6FE">Div</div>

This div border color is #76A6FE.


Opacity

.myOpacity80 { color: #76A6FE; opacity: 0.8; }

<p style="color:#76A6FE;opacity:0.8;">80%</p>

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

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

This text has shadow with #76A6FE color.

.textShadow {text-shadow: 3px 3px 1px #76A6FE, 3px 3px 1px red;}

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

This text has shadow with #76A6FE primary color and red secondary color.


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

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

This text has shadow with #76A6FE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A6FE on black background.


Color preview on white background

This text has color #76A6FE on white background.



Black color preview on #76A6FE background

This text has black color on #76A6FE background.


White color preview on #76A6FE background

This text has white color on #76A6FE background.