COLOR #76ABCE

HEX: #76ABCE
RGB: (118,171,206)

Renk bilgisi

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

RGB renk modeli

#76ABCE color RGB value is (118,171,206).

  • kırmız ton 118;
  • yeşil ton 171;
  • mavi ton 206.
RGB:
(118,171,206)
(46%,67%,81%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 171 of 255 = 67%
B 206 of 255 = 81%

118
171
206

R + G + B ~ 65%. #76ABCE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 171 + 206 = 495 (100%)
R 118 of 495 ~ 23.84%
G 171 of 495 ~ 34.55%
B 206 of 495 ~ 41.62%

%23.84
%34.55
%41.62

CMYK RENK MODELİ

#76ABCE rengi CMYK tonu (43,17,0,19).

  • camgöbeği tonu 42.72%
  • eflatun tonu 16.99%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(43,17,0,19)
C43M17Y0K19 
(43%,17%,0%,19%)
(0.43/0.17/0.00/0.19)	

CMYK yüzdeleri

%42.72
%16.99
%0
%19.22

Codes

Color #76ABCE in popluar color models

76ABCE
RGB118171206
HSL204°47.31%63.53%
HSB/HSV204°42.72%80.78%
CMYK42.72%16.99%0.00%
19.22%

Color #76ABCE in popluar number systems.

HEX76ABCE
Decimal118171206
Binary11101101010101111001110
Octal166253316

Shades and tints

Shades of #76ABCE

#76ABCE
(118,171,206)
#6C9CBC
(108,156,188)
#628DAA
(98,141,170)
#587E98
(88,126,152)
#4E6F86
(78,111,134)
#446074
(68,96,116)
#3A5162
(58,81,98)
#304250
(48,66,80)
#26333E
(38,51,62)
#1C242C
(28,36,44)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #76ABCE

#76ABCE
(118,171,206)
#82B2D2
(130,178,210)
#8EB9D6
(142,185,214)
#9AC0DA
(154,192,218)
#A6C7DE
(166,199,222)
#B2CEE2
(178,206,226)
#BED5E6
(190,213,230)
#CADCEA
(202,220,234)
#D6E3EE
(214,227,238)
#E2EAF2
(226,234,242)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76ABCE color. Also use rgb(118,171,206) instead hex code.

Text Font Color

.myTextColor { color: #76ABCE; }

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

This text font color is #76ABCE.


Background Color

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

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

This div background color is #76ABCE.


Border color

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

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

This div border color is #76ABCE.


Opacity

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

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

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

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

This text has shadow with #76ABCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ABCE on black background.


Color preview on white background

This text has color #76ABCE on white background.



Black color preview on #76ABCE background

This text has black color on #76ABCE background.


White color preview on #76ABCE background

This text has white color on #76ABCE background.