COLOR #76CACD

HEX: #76CACD
RGB: (118,202,205)

Renk bilgisi

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

RGB renk modeli

#76CACD color RGB value is (118,202,205).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 202 of 255 = 79%
B 205 of 255 = 80%

118
202
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 202 + 205 = 525 (100%)
R 118 of 525 ~ 22.48%
G 202 of 525 ~ 38.48%
B 205 of 525 ~ 39.05%

%22.48
%38.48
%39.05

CMYK RENK MODELİ

#76CACD rengi CMYK tonu (42,1,0,20).

  • camgöbeği tonu 42.44%
  • eflatun tonu 1.46%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(42,1,0,20)
C42M1Y0K20 
(42%,1%,0%,20%)
(0.42/0.01/0.00/0.20)	

CMYK yüzdeleri

%42.44
%1.46
%0
%19.61

Codes

Color #76CACD in popluar color models

76CACD
RGB118202205
HSL182°46.52%63.33%
HSB/HSV182°42.44%80.39%
CMYK42.44%1.46%0.00%
19.61%

Color #76CACD in popluar number systems.

HEX76CACD
Decimal118202205
Binary11101101100101011001101
Octal166312315

Shades and tints

Shades of #76CACD

#76CACD
(118,202,205)
#6CB8BB
(108,184,187)
#62A6A9
(98,166,169)
#589497
(88,148,151)
#4E8285
(78,130,133)
#447073
(68,112,115)
#3A5E61
(58,94,97)
#304C4F
(48,76,79)
#263A3D
(38,58,61)
#1C282B
(28,40,43)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #76CACD

#76CACD
(118,202,205)
#82CED1
(130,206,209)
#8ED2D5
(142,210,213)
#9AD6D9
(154,214,217)
#A6DADD
(166,218,221)
#B2DEE1
(178,222,225)
#BEE2E5
(190,226,229)
#CAE6E9
(202,230,233)
#D6EAED
(214,234,237)
#E2EEF1
(226,238,241)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76CACD; }

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

This text font color is #76CACD.


Background Color

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

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

This div background color is #76CACD.


Border color

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

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

This div border color is #76CACD.


Opacity

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

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

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

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

This text has shadow with #76CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CACD on black background.


Color preview on white background

This text has color #76CACD on white background.



Black color preview on #76CACD background

This text has black color on #76CACD background.


White color preview on #76CACD background

This text has white color on #76CACD background.