COLOR #76B9C6

HEX: #76B9C6
RGB: (118,185,198)

Renk bilgisi

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

RGB renk modeli

#76B9C6 color RGB value is (118,185,198).

  • kırmız ton 118;
  • yeşil ton 185;
  • mavi ton 198.
RGB:
(118,185,198)
(46%,73%,78%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 185 of 255 = 73%
B 198 of 255 = 78%

118
185
198

R + G + B ~ 66%. #76B9C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 185 + 198 = 501 (100%)
R 118 of 501 ~ 23.55%
G 185 of 501 ~ 36.93%
B 198 of 501 ~ 39.52%

%23.55
%36.93
%39.52

CMYK RENK MODELİ

#76B9C6 rengi CMYK tonu (40,7,0,22).

  • camgöbeği tonu 40.40%
  • eflatun tonu 6.57%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(40,7,0,22)
C40M7Y0K22 
(40%,7%,0%,22%)
(0.40/0.07/0.00/0.22)	

CMYK yüzdeleri

%40.4
%6.57
%0
%22.35

Codes

Color #76B9C6 in popluar color models

76B9C6
RGB118185198
HSL190°41.24%61.96%
HSB/HSV190°40.40%77.65%
CMYK40.40%6.57%0.00%
22.35%

Color #76B9C6 in popluar number systems.

HEX76B9C6
Decimal118185198
Binary11101101011100111000110
Octal166271306

Shades and tints

Shades of #76B9C6

#76B9C6
(118,185,198)
#6CA9B4
(108,169,180)
#6299A2
(98,153,162)
#588990
(88,137,144)
#4E797E
(78,121,126)
#44696C
(68,105,108)
#3A595A
(58,89,90)
#304948
(48,73,72)
#263936
(38,57,54)
#1C2924
(28,41,36)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #76B9C6

#76B9C6
(118,185,198)
#82BFCB
(130,191,203)
#8EC5D0
(142,197,208)
#9ACBD5
(154,203,213)
#A6D1DA
(166,209,218)
#B2D7DF
(178,215,223)
#BEDDE4
(190,221,228)
#CAE3E9
(202,227,233)
#D6E9EE
(214,233,238)
#E2EFF3
(226,239,243)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B9C6; }

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

This text font color is #76B9C6.


Background Color

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

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

This div background color is #76B9C6.


Border color

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

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

This div border color is #76B9C6.


Opacity

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

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

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

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

This text has shadow with #76B9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B9C6 on black background.


Color preview on white background

This text has color #76B9C6 on white background.



Black color preview on #76B9C6 background

This text has black color on #76B9C6 background.


White color preview on #76B9C6 background

This text has white color on #76B9C6 background.