COLOR #76B0E8

HEX: #76B0E8
RGB: (118,176,232)

Renk bilgisi

#76B0E8 contains mainly green and blue colors. #76B0E8 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#76B0E8 color RGB value is (118,176,232).

  • kırmız ton 118;
  • yeşil ton 176;
  • mavi ton 232.
RGB:
(118,176,232)
(46%,69%,91%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 176 of 255 = 69%
B 232 of 255 = 91%

118
176
232

R + G + B ~ 69%. #76B0E8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 176 + 232 = 526 (100%)
R 118 of 526 ~ 22.43%
G 176 of 526 ~ 33.46%
B 232 of 526 ~ 44.11%

%22.43
%33.46
%44.11

CMYK RENK MODELİ

#76B0E8 rengi CMYK tonu (49,24,0,9).

  • camgöbeği tonu 49.14%
  • eflatun tonu 24.14%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(49,24,0,9)
C49M24Y0K9 
(49%,24%,0%,9%)
(0.49/0.24/0.00/0.09)	

CMYK yüzdeleri

%49.14
%24.14
%0
%9.02

Codes

Color #76B0E8 in popluar color models

76B0E8
RGB118176232
HSL209°71.25%68.63%
HSB/HSV209°49.14%90.98%
CMYK49.14%24.14%0.00%
9.02%

Color #76B0E8 in popluar number systems.

HEX76B0E8
Decimal118176232
Binary11101101011000011101000
Octal166260350

Shades and tints

Shades of #76B0E8

#76B0E8
(118,176,232)
#6CA0D3
(108,160,211)
#6290BE
(98,144,190)
#5880A9
(88,128,169)
#4E7094
(78,112,148)
#44607F
(68,96,127)
#3A506A
(58,80,106)
#304055
(48,64,85)
#263040
(38,48,64)
#1C202B
(28,32,43)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #76B0E8

#76B0E8
(118,176,232)
#82B7EA
(130,183,234)
#8EBEEC
(142,190,236)
#9AC5EE
(154,197,238)
#A6CCF0
(166,204,240)
#B2D3F2
(178,211,242)
#BEDAF4
(190,218,244)
#CAE1F6
(202,225,246)
#D6E8F8
(214,232,248)
#E2EFFA
(226,239,250)
#EEF6FC
(238,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B0E8 color. Also use rgb(118,176,232) instead hex code.

Text Font Color

.myTextColor { color: #76B0E8; }

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

This text font color is #76B0E8.


Background Color

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

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

This div background color is #76B0E8.


Border color

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

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

This div border color is #76B0E8.


Opacity

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

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

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

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

This text has shadow with #76B0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B0E8 on black background.


Color preview on white background

This text has color #76B0E8 on white background.



Black color preview on #76B0E8 background

This text has black color on #76B0E8 background.


White color preview on #76B0E8 background

This text has white color on #76B0E8 background.