COLOR #76C8FB

HEX: #76C8FB
RGB: (118,200,251)

Renk bilgisi

#76C8FB contains mainly green and blue colors. #76C8FB ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#76C8FB color RGB value is (118,200,251).

  • kırmız ton 118;
  • yeşil ton 200;
  • mavi ton 251.
RGB:
(118,200,251)
(46%,78%,98%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 200 of 255 = 78%
B 251 of 255 = 98%

118
200
251

R + G + B ~ 74%. #76C8FB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 200 + 251 = 569 (100%)
R 118 of 569 ~ 20.74%
G 200 of 569 ~ 35.15%
B 251 of 569 ~ 44.11%

%20.74
%35.15
%44.11

CMYK RENK MODELİ

#76C8FB rengi CMYK tonu (53,20,0,2).

  • camgöbeği tonu 52.99%
  • eflatun tonu 20.32%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(53,20,0,2)
C53M20Y0K2 
(53%,20%,0%,2%)
(0.53/0.20/0.00/0.02)	

CMYK yüzdeleri

%52.99
%20.32
%0
%1.57

Codes

Color #76C8FB in popluar color models

76C8FB
RGB118200251
HSL203°94.33%72.35%
HSB/HSV203°52.99%98.43%
CMYK52.99%20.32%0.00%
1.57%

Color #76C8FB in popluar number systems.

HEX76C8FB
Decimal118200251
Binary11101101100100011111011
Octal166310373

Shades and tints

Shades of #76C8FB

#76C8FB
(118,200,251)
#6CB6E5
(108,182,229)
#62A4CF
(98,164,207)
#5892B9
(88,146,185)
#4E80A3
(78,128,163)
#446E8D
(68,110,141)
#3A5C77
(58,92,119)
#304A61
(48,74,97)
#26384B
(38,56,75)
#1C2635
(28,38,53)
#12141F
(18,20,31)
#000000
(0,0,0)

Tints of #76C8FB

#76C8FB
(118,200,251)
#82CDFB
(130,205,251)
#8ED2FB
(142,210,251)
#9AD7FB
(154,215,251)
#A6DCFB
(166,220,251)
#B2E1FB
(178,225,251)
#BEE6FB
(190,230,251)
#CAEBFB
(202,235,251)
#D6F0FB
(214,240,251)
#E2F5FB
(226,245,251)
#EEFAFB
(238,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C8FB color. Also use rgb(118,200,251) instead hex code.

Text Font Color

.myTextColor { color: #76C8FB; }

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

This text font color is #76C8FB.


Background Color

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

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

This div background color is #76C8FB.


Border color

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

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

This div border color is #76C8FB.


Opacity

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

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

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

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

This text has shadow with #76C8FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C8FB on black background.


Color preview on white background

This text has color #76C8FB on white background.



Black color preview on #76C8FB background

This text has black color on #76C8FB background.


White color preview on #76C8FB background

This text has white color on #76C8FB background.