COLOR #76ABDD

HEX: #76ABDD
RGB: (118,171,221)

Renk bilgisi

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

RGB renk modeli

#76ABDD color RGB value is (118,171,221).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 171 of 255 = 67%
B 221 of 255 = 87%

118
171
221

R + G + B ~ 67%. #76ABDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 171 + 221 = 510 (100%)
R 118 of 510 ~ 23.14%
G 171 of 510 ~ 33.53%
B 221 of 510 ~ 43.33%

%23.14
%33.53
%43.33

CMYK RENK MODELİ

#76ABDD rengi CMYK tonu (47,23,0,13).

  • camgöbeği tonu 46.61%
  • eflatun tonu 22.62%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(47,23,0,13)
C47M23Y0K13 
(47%,23%,0%,13%)
(0.47/0.23/0.00/0.13)	

CMYK yüzdeleri

%46.61
%22.62
%0
%13.33

Codes

Color #76ABDD in popluar color models

76ABDD
RGB118171221
HSL209°60.23%66.47%
HSB/HSV209°46.61%86.67%
CMYK46.61%22.62%0.00%
13.33%

Color #76ABDD in popluar number systems.

HEX76ABDD
Decimal118171221
Binary11101101010101111011101
Octal166253335

Shades and tints

Shades of #76ABDD

#76ABDD
(118,171,221)
#6C9CC9
(108,156,201)
#628DB5
(98,141,181)
#587EA1
(88,126,161)
#4E6F8D
(78,111,141)
#446079
(68,96,121)
#3A5165
(58,81,101)
#304251
(48,66,81)
#26333D
(38,51,61)
#1C2429
(28,36,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #76ABDD

#76ABDD
(118,171,221)
#82B2E0
(130,178,224)
#8EB9E3
(142,185,227)
#9AC0E6
(154,192,230)
#A6C7E9
(166,199,233)
#B2CEEC
(178,206,236)
#BED5EF
(190,213,239)
#CADCF2
(202,220,242)
#D6E3F5
(214,227,245)
#E2EAF8
(226,234,248)
#EEF1FB
(238,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76ABDD; }

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

This text font color is #76ABDD.


Background Color

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

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

This div background color is #76ABDD.


Border color

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

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

This div border color is #76ABDD.


Opacity

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

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

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

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

This text has shadow with #76ABDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ABDD on black background.


Color preview on white background

This text has color #76ABDD on white background.



Black color preview on #76ABDD background

This text has black color on #76ABDD background.


White color preview on #76ABDD background

This text has white color on #76ABDD background.