COLOR #76B6B6

HEX: #76B6B6
RGB: (118,182,182)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

118
182
182

R + G + B ~ 63%. #76B6B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 182 + 182 = 482 (100%)
R 118 of 482 ~ 24.48%
G 182 of 482 ~ 37.76%
B 182 of 482 ~ 37.76%

%24.48
%37.76
%37.76

CMYK RENK MODELİ

#76B6B6 rengi CMYK tonu (35,0,0,29).

  • camgöbeği tonu 35.16%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(35,0,0,29)
C35M0Y0K29 
(35%,0%,0%,29%)
(0.35/0.00/0.00/0.29)	

CMYK yüzdeleri

%35.16
%0
%0
%28.63

Codes

Color #76B6B6 in popluar color models

76B6B6
RGB118182182
HSL180°30.48%58.82%
HSB/HSV180°35.16%71.37%
CMYK35.16%0.00%0.00%
28.63%

Color #76B6B6 in popluar number systems.

HEX76B6B6
Decimal118182182
Binary11101101011011010110110
Octal166266266

Shades and tints

Shades of #76B6B6

#76B6B6
(118,182,182)
#6CA6A6
(108,166,166)
#629696
(98,150,150)
#588686
(88,134,134)
#4E7676
(78,118,118)
#446666
(68,102,102)
#3A5656
(58,86,86)
#304646
(48,70,70)
#263636
(38,54,54)
#1C2626
(28,38,38)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #76B6B6

#76B6B6
(118,182,182)
#82BCBC
(130,188,188)
#8EC2C2
(142,194,194)
#9AC8C8
(154,200,200)
#A6CECE
(166,206,206)
#B2D4D4
(178,212,212)
#BEDADA
(190,218,218)
#CAE0E0
(202,224,224)
#D6E6E6
(214,230,230)
#E2ECEC
(226,236,236)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B6B6; }

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

This text font color is #76B6B6.


Background Color

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

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

This div background color is #76B6B6.


Border color

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

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

This div border color is #76B6B6.


Opacity

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

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

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

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

This text has shadow with #76B6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B6B6 on black background.


Color preview on white background

This text has color #76B6B6 on white background.



Black color preview on #76B6B6 background

This text has black color on #76B6B6 background.


White color preview on #76B6B6 background

This text has white color on #76B6B6 background.