COLOR #76ABDF

HEX: #76ABDF
RGB: (118,171,223)

Renk bilgisi

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

RGB renk modeli

#76ABDF color RGB value is (118,171,223).

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

RGB bağlantıları ve doygunluk

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

118
171
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 171 + 223 = 512 (100%)
R 118 of 512 ~ 23.05%
G 171 of 512 ~ 33.4%
B 223 of 512 ~ 43.55%

%23.05
%33.4
%43.55

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%47.09
%23.32
%0
%12.55

Codes

Color #76ABDF in popluar color models

76ABDF
RGB118171223
HSL210°62.13%66.86%
HSB/HSV210°47.09%87.45%
CMYK47.09%23.32%0.00%
12.55%

Color #76ABDF in popluar number systems.

HEX76ABDF
Decimal118171223
Binary11101101010101111011111
Octal166253337

Shades and tints

Shades of #76ABDF

#76ABDF
(118,171,223)
#6C9CCB
(108,156,203)
#628DB7
(98,141,183)
#587EA3
(88,126,163)
#4E6F8F
(78,111,143)
#44607B
(68,96,123)
#3A5167
(58,81,103)
#304253
(48,66,83)
#26333F
(38,51,63)
#1C242B
(28,36,43)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #76ABDF

#76ABDF
(118,171,223)
#82B2E1
(130,178,225)
#8EB9E3
(142,185,227)
#9AC0E5
(154,192,229)
#A6C7E7
(166,199,231)
#B2CEE9
(178,206,233)
#BED5EB
(190,213,235)
#CADCED
(202,220,237)
#D6E3EF
(214,227,239)
#E2EAF1
(226,234,241)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76ABDF; }

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

This text font color is #76ABDF.


Background Color

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

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

This div background color is #76ABDF.


Border color

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

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

This div border color is #76ABDF.


Opacity

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

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

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

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

This text has shadow with #76ABDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ABDF on black background.


Color preview on white background

This text has color #76ABDF on white background.



Black color preview on #76ABDF background

This text has black color on #76ABDF background.


White color preview on #76ABDF background

This text has white color on #76ABDF background.