COLOR #76AED1

HEX: #76AED1
RGB: (118,174,209)

Renk bilgisi

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

RGB renk modeli

#76AED1 color RGB value is (118,174,209).

  • kırmız ton 118;
  • yeşil ton 174;
  • mavi ton 209.
RGB:
(118,174,209)
(46%,68%,82%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 174 of 255 = 68%
B 209 of 255 = 82%

118
174
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 174 + 209 = 501 (100%)
R 118 of 501 ~ 23.55%
G 174 of 501 ~ 34.73%
B 209 of 501 ~ 41.72%

%23.55
%34.73
%41.72

CMYK RENK MODELİ

#76AED1 rengi CMYK tonu (44,17,0,18).

  • camgöbeği tonu 43.54%
  • eflatun tonu 16.75%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(44,17,0,18)
C44M17Y0K18 
(44%,17%,0%,18%)
(0.44/0.17/0.00/0.18)	

CMYK yüzdeleri

%43.54
%16.75
%0
%18.04

Codes

Color #76AED1 in popluar color models

76AED1
RGB118174209
HSL203°49.73%64.12%
HSB/HSV203°43.54%81.96%
CMYK43.54%16.75%0.00%
18.04%

Color #76AED1 in popluar number systems.

HEX76AED1
Decimal118174209
Binary11101101010111011010001
Octal166256321

Shades and tints

Shades of #76AED1

#76AED1
(118,174,209)
#6C9FBE
(108,159,190)
#6290AB
(98,144,171)
#588198
(88,129,152)
#4E7285
(78,114,133)
#446372
(68,99,114)
#3A545F
(58,84,95)
#30454C
(48,69,76)
#263639
(38,54,57)
#1C2726
(28,39,38)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #76AED1

#76AED1
(118,174,209)
#82B5D5
(130,181,213)
#8EBCD9
(142,188,217)
#9AC3DD
(154,195,221)
#A6CAE1
(166,202,225)
#B2D1E5
(178,209,229)
#BED8E9
(190,216,233)
#CADFED
(202,223,237)
#D6E6F1
(214,230,241)
#E2EDF5
(226,237,245)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AED1 color. Also use rgb(118,174,209) instead hex code.

Text Font Color

.myTextColor { color: #76AED1; }

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

This text font color is #76AED1.


Background Color

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

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

This div background color is #76AED1.


Border color

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

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

This div border color is #76AED1.


Opacity

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

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

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

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

This text has shadow with #76AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AED1 on black background.


Color preview on white background

This text has color #76AED1 on white background.



Black color preview on #76AED1 background

This text has black color on #76AED1 background.


White color preview on #76AED1 background

This text has white color on #76AED1 background.