COLOR #76B6E2

HEX: #76B6E2
RGB: (118,182,226)

Renk bilgisi

#76B6E2 contains mainly green and blue colors. #76B6E2 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#76B6E2 color RGB value is (118,182,226).

  • kırmız ton 118;
  • yeşil ton 182;
  • mavi ton 226.
RGB:
(118,182,226)
(46%,71%,89%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 182 of 255 = 71%
B 226 of 255 = 89%

118
182
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 182 + 226 = 526 (100%)
R 118 of 526 ~ 22.43%
G 182 of 526 ~ 34.6%
B 226 of 526 ~ 42.97%

%22.43
%34.6
%42.97

CMYK RENK MODELİ

#76B6E2 rengi CMYK tonu (48,19,0,11).

  • camgöbeği tonu 47.79%
  • eflatun tonu 19.47%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(48,19,0,11)
C48M19Y0K11 
(48%,19%,0%,11%)
(0.48/0.19/0.00/0.11)	

CMYK yüzdeleri

%47.79
%19.47
%0
%11.37

Codes

Color #76B6E2 in popluar color models

76B6E2
RGB118182226
HSL204°65.06%67.45%
HSB/HSV204°47.79%88.63%
CMYK47.79%19.47%0.00%
11.37%

Color #76B6E2 in popluar number systems.

HEX76B6E2
Decimal118182226
Binary11101101011011011100010
Octal166266342

Shades and tints

Shades of #76B6E2

#76B6E2
(118,182,226)
#6CA6CE
(108,166,206)
#6296BA
(98,150,186)
#5886A6
(88,134,166)
#4E7692
(78,118,146)
#44667E
(68,102,126)
#3A566A
(58,86,106)
#304656
(48,70,86)
#263642
(38,54,66)
#1C262E
(28,38,46)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #76B6E2

#76B6E2
(118,182,226)
#82BCE4
(130,188,228)
#8EC2E6
(142,194,230)
#9AC8E8
(154,200,232)
#A6CEEA
(166,206,234)
#B2D4EC
(178,212,236)
#BEDAEE
(190,218,238)
#CAE0F0
(202,224,240)
#D6E6F2
(214,230,242)
#E2ECF4
(226,236,244)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B6E2 color. Also use rgb(118,182,226) instead hex code.

Text Font Color

.myTextColor { color: #76B6E2; }

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

This text font color is #76B6E2.


Background Color

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

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

This div background color is #76B6E2.


Border color

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

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

This div border color is #76B6E2.


Opacity

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

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

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

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

This text has shadow with #76B6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B6E2 on black background.


Color preview on white background

This text has color #76B6E2 on white background.



Black color preview on #76B6E2 background

This text has black color on #76B6E2 background.


White color preview on #76B6E2 background

This text has white color on #76B6E2 background.