COLOR #76B6CD

HEX: #76B6CD
RGB: (118,182,205)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

118
182
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 182 + 205 = 505 (100%)
R 118 of 505 ~ 23.37%
G 182 of 505 ~ 36.04%
B 205 of 505 ~ 40.59%

%23.37
%36.04
%40.59

CMYK RENK MODELİ

#76B6CD rengi CMYK tonu (42,11,0,20).

  • camgöbeği tonu 42.44%
  • eflatun tonu 11.22%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(42,11,0,20)
C42M11Y0K20 
(42%,11%,0%,20%)
(0.42/0.11/0.00/0.20)	

CMYK yüzdeleri

%42.44
%11.22
%0
%19.61

Codes

Color #76B6CD in popluar color models

76B6CD
RGB118182205
HSL196°46.52%63.33%
HSB/HSV196°42.44%80.39%
CMYK42.44%11.22%0.00%
19.61%

Color #76B6CD in popluar number systems.

HEX76B6CD
Decimal118182205
Binary11101101011011011001101
Octal166266315

Shades and tints

Shades of #76B6CD

#76B6CD
(118,182,205)
#6CA6BB
(108,166,187)
#6296A9
(98,150,169)
#588697
(88,134,151)
#4E7685
(78,118,133)
#446673
(68,102,115)
#3A5661
(58,86,97)
#30464F
(48,70,79)
#26363D
(38,54,61)
#1C262B
(28,38,43)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #76B6CD

#76B6CD
(118,182,205)
#82BCD1
(130,188,209)
#8EC2D5
(142,194,213)
#9AC8D9
(154,200,217)
#A6CEDD
(166,206,221)
#B2D4E1
(178,212,225)
#BEDAE5
(190,218,229)
#CAE0E9
(202,224,233)
#D6E6ED
(214,230,237)
#E2ECF1
(226,236,241)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B6CD; }

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

This text font color is #76B6CD.


Background Color

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

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

This div background color is #76B6CD.


Border color

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

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

This div border color is #76B6CD.


Opacity

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

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

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

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

This text has shadow with #76B6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B6CD on black background.


Color preview on white background

This text has color #76B6CD on white background.



Black color preview on #76B6CD background

This text has black color on #76B6CD background.


White color preview on #76B6CD background

This text has white color on #76B6CD background.