COLOR #76A4BB

HEX: #76A4BB
RGB: (118,164,187)

Renk bilgisi

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

RGB renk modeli

#76A4BB color RGB value is (118,164,187).

  • kırmız ton 118;
  • yeşil ton 164;
  • mavi ton 187.
RGB:
(118,164,187)
(46%,64%,73%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 164 of 255 = 64%
B 187 of 255 = 73%

118
164
187

R + G + B ~ 61%. #76A4BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 164 + 187 = 469 (100%)
R 118 of 469 ~ 25.16%
G 164 of 469 ~ 34.97%
B 187 of 469 ~ 39.87%

%25.16
%34.97
%39.87

CMYK RENK MODELİ

#76A4BB rengi CMYK tonu (37,12,0,27).

  • camgöbeği tonu 36.90%
  • eflatun tonu 12.30%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(37,12,0,27)
C37M12Y0K27 
(37%,12%,0%,27%)
(0.37/0.12/0.00/0.27)	

CMYK yüzdeleri

%36.9
%12.3
%0
%26.67

Codes

Color #76A4BB in popluar color models

76A4BB
RGB118164187
HSL200°33.66%59.80%
HSB/HSV200°36.90%73.33%
CMYK36.90%12.30%0.00%
26.67%

Color #76A4BB in popluar number systems.

HEX76A4BB
Decimal118164187
Binary11101101010010010111011
Octal166244273

Shades and tints

Shades of #76A4BB

#76A4BB
(118,164,187)
#6C96AA
(108,150,170)
#628899
(98,136,153)
#587A88
(88,122,136)
#4E6C77
(78,108,119)
#445E66
(68,94,102)
#3A5055
(58,80,85)
#304244
(48,66,68)
#263433
(38,52,51)
#1C2622
(28,38,34)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #76A4BB

#76A4BB
(118,164,187)
#82ACC1
(130,172,193)
#8EB4C7
(142,180,199)
#9ABCCD
(154,188,205)
#A6C4D3
(166,196,211)
#B2CCD9
(178,204,217)
#BED4DF
(190,212,223)
#CADCE5
(202,220,229)
#D6E4EB
(214,228,235)
#E2ECF1
(226,236,241)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A4BB color. Also use rgb(118,164,187) instead hex code.

Text Font Color

.myTextColor { color: #76A4BB; }

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

This text font color is #76A4BB.


Background Color

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

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

This div background color is #76A4BB.


Border color

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

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

This div border color is #76A4BB.


Opacity

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

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

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

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

This text has shadow with #76A4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A4BB on black background.


Color preview on white background

This text has color #76A4BB on white background.



Black color preview on #76A4BB background

This text has black color on #76A4BB background.


White color preview on #76A4BB background

This text has white color on #76A4BB background.