COLOR #76AAB7

HEX: #76AAB7
RGB: (118,170,183)

Renk bilgisi

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

RGB renk modeli

#76AAB7 color RGB value is (118,170,183).

  • kırmız ton 118;
  • yeşil ton 170;
  • mavi ton 183.
RGB:
(118,170,183)
(46%,67%,72%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 170 of 255 = 67%
B 183 of 255 = 72%

118
170
183

R + G + B ~ 62%. #76AAB7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 170 + 183 = 471 (100%)
R 118 of 471 ~ 25.05%
G 170 of 471 ~ 36.09%
B 183 of 471 ~ 38.85%

%25.05
%36.09
%38.85

CMYK RENK MODELİ

#76AAB7 rengi CMYK tonu (36,7,0,28).

  • camgöbeği tonu 35.52%
  • eflatun tonu 7.10%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(36,7,0,28)
C36M7Y0K28 
(36%,7%,0%,28%)
(0.36/0.07/0.00/0.28)	

CMYK yüzdeleri

%35.52
%7.1
%0
%28.24

Codes

Color #76AAB7 in popluar color models

76AAB7
RGB118170183
HSL192°31.10%59.02%
HSB/HSV192°35.52%71.76%
CMYK35.52%7.10%0.00%
28.24%

Color #76AAB7 in popluar number systems.

HEX76AAB7
Decimal118170183
Binary11101101010101010110111
Octal166252267

Shades and tints

Shades of #76AAB7

#76AAB7
(118,170,183)
#6C9BA7
(108,155,167)
#628C97
(98,140,151)
#587D87
(88,125,135)
#4E6E77
(78,110,119)
#445F67
(68,95,103)
#3A5057
(58,80,87)
#304147
(48,65,71)
#263237
(38,50,55)
#1C2327
(28,35,39)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #76AAB7

#76AAB7
(118,170,183)
#82B1BD
(130,177,189)
#8EB8C3
(142,184,195)
#9ABFC9
(154,191,201)
#A6C6CF
(166,198,207)
#B2CDD5
(178,205,213)
#BED4DB
(190,212,219)
#CADBE1
(202,219,225)
#D6E2E7
(214,226,231)
#E2E9ED
(226,233,237)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AAB7 color. Also use rgb(118,170,183) instead hex code.

Text Font Color

.myTextColor { color: #76AAB7; }

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

This text font color is #76AAB7.


Background Color

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

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

This div background color is #76AAB7.


Border color

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

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

This div border color is #76AAB7.


Opacity

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

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

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

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

This text has shadow with #76AAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AAB7 on black background.


Color preview on white background

This text has color #76AAB7 on white background.



Black color preview on #76AAB7 background

This text has black color on #76AAB7 background.


White color preview on #76AAB7 background

This text has white color on #76AAB7 background.