COLOR #76C1CF

HEX: #76C1CF
RGB: (118,193,207)

Renk bilgisi

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

RGB renk modeli

#76C1CF color RGB value is (118,193,207).

  • kırmız ton 118;
  • yeşil ton 193;
  • mavi ton 207.
RGB:
(118,193,207)
(46%,76%,81%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 193 of 255 = 76%
B 207 of 255 = 81%

118
193
207

R + G + B ~ 68%. #76C1CF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 193 + 207 = 518 (100%)
R 118 of 518 ~ 22.78%
G 193 of 518 ~ 37.26%
B 207 of 518 ~ 39.96%

%22.78
%37.26
%39.96

CMYK RENK MODELİ

#76C1CF rengi CMYK tonu (43,7,0,19).

  • camgöbeği tonu 43.00%
  • eflatun tonu 6.76%
  • sarı tonu 0.00%
  • ana renk tonu 18.82%
CMYK:
(43,7,0,19)
C43M7Y0K19 
(43%,7%,0%,19%)
(0.43/0.07/0.00/0.19)	

CMYK yüzdeleri

%43
%6.76
%0
%18.82

Codes

Color #76C1CF in popluar color models

76C1CF
RGB118193207
HSL189°48.11%63.73%
HSB/HSV189°43.00%81.18%
CMYK43.00%6.76%0.00%
18.82%

Color #76C1CF in popluar number systems.

HEX76C1CF
Decimal118193207
Binary11101101100000111001111
Octal166301317

Shades and tints

Shades of #76C1CF

#76C1CF
(118,193,207)
#6CB0BD
(108,176,189)
#629FAB
(98,159,171)
#588E99
(88,142,153)
#4E7D87
(78,125,135)
#446C75
(68,108,117)
#3A5B63
(58,91,99)
#304A51
(48,74,81)
#26393F
(38,57,63)
#1C282D
(28,40,45)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #76C1CF

#76C1CF
(118,193,207)
#82C6D3
(130,198,211)
#8ECBD7
(142,203,215)
#9AD0DB
(154,208,219)
#A6D5DF
(166,213,223)
#B2DAE3
(178,218,227)
#BEDFE7
(190,223,231)
#CAE4EB
(202,228,235)
#D6E9EF
(214,233,239)
#E2EEF3
(226,238,243)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C1CF; }

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

This text font color is #76C1CF.


Background Color

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

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

This div background color is #76C1CF.


Border color

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

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

This div border color is #76C1CF.


Opacity

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

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

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

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

This text has shadow with #76C1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C1CF on black background.


Color preview on white background

This text has color #76C1CF on white background.



Black color preview on #76C1CF background

This text has black color on #76C1CF background.


White color preview on #76C1CF background

This text has white color on #76C1CF background.