COLOR #76ADC6

HEX: #76ADC6
RGB: (118,173,198)

Renk bilgisi

#76ADC6 contains mainly green and blue colors. #76ADC6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#76ADC6 color RGB value is (118,173,198).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 173 of 255 = 68%
B 198 of 255 = 78%

118
173
198

R + G + B ~ 64%. #76ADC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 173 + 198 = 489 (100%)
R 118 of 489 ~ 24.13%
G 173 of 489 ~ 35.38%
B 198 of 489 ~ 40.49%

%24.13
%35.38
%40.49

CMYK RENK MODELİ

#76ADC6 rengi CMYK tonu (40,13,0,22).

  • camgöbeği tonu 40.40%
  • eflatun tonu 12.63%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(40,13,0,22)
C40M13Y0K22 
(40%,13%,0%,22%)
(0.40/0.13/0.00/0.22)	

CMYK yüzdeleri

%40.4
%12.63
%0
%22.35

Codes

Color #76ADC6 in popluar color models

76ADC6
RGB118173198
HSL199°41.24%61.96%
HSB/HSV199°40.40%77.65%
CMYK40.40%12.63%0.00%
22.35%

Color #76ADC6 in popluar number systems.

HEX76ADC6
Decimal118173198
Binary11101101010110111000110
Octal166255306

Shades and tints

Shades of #76ADC6

#76ADC6
(118,173,198)
#6C9EB4
(108,158,180)
#628FA2
(98,143,162)
#588090
(88,128,144)
#4E717E
(78,113,126)
#44626C
(68,98,108)
#3A535A
(58,83,90)
#304448
(48,68,72)
#263536
(38,53,54)
#1C2624
(28,38,36)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #76ADC6

#76ADC6
(118,173,198)
#82B4CB
(130,180,203)
#8EBBD0
(142,187,208)
#9AC2D5
(154,194,213)
#A6C9DA
(166,201,218)
#B2D0DF
(178,208,223)
#BED7E4
(190,215,228)
#CADEE9
(202,222,233)
#D6E5EE
(214,229,238)
#E2ECF3
(226,236,243)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76ADC6; }

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

This text font color is #76ADC6.


Background Color

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

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

This div background color is #76ADC6.


Border color

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

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

This div border color is #76ADC6.


Opacity

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

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

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

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

This text has shadow with #76ADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ADC6 on black background.


Color preview on white background

This text has color #76ADC6 on white background.



Black color preview on #76ADC6 background

This text has black color on #76ADC6 background.


White color preview on #76ADC6 background

This text has white color on #76ADC6 background.