COLOR #76B1BB

HEX: #76B1BB
RGB: (118,177,187)

Renk bilgisi

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

RGB renk modeli

#76B1BB color RGB value is (118,177,187).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 177 of 255 = 69%
B 187 of 255 = 73%

118
177
187

R + G + B ~ 63%. #76B1BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 177 + 187 = 482 (100%)
R 118 of 482 ~ 24.48%
G 177 of 482 ~ 36.72%
B 187 of 482 ~ 38.8%

%24.48
%36.72
%38.8

CMYK RENK MODELİ

#76B1BB rengi CMYK tonu (37,5,0,27).

  • camgöbeği tonu 36.90%
  • eflatun tonu 5.35%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(37,5,0,27)
C37M5Y0K27 
(37%,5%,0%,27%)
(0.37/0.05/0.00/0.27)	

CMYK yüzdeleri

%36.9
%5.35
%0
%26.67

Codes

Color #76B1BB in popluar color models

76B1BB
RGB118177187
HSL189°33.66%59.80%
HSB/HSV189°36.90%73.33%
CMYK36.90%5.35%0.00%
26.67%

Color #76B1BB in popluar number systems.

HEX76B1BB
Decimal118177187
Binary11101101011000110111011
Octal166261273

Shades and tints

Shades of #76B1BB

#76B1BB
(118,177,187)
#6CA1AA
(108,161,170)
#629199
(98,145,153)
#588188
(88,129,136)
#4E7177
(78,113,119)
#446166
(68,97,102)
#3A5155
(58,81,85)
#304144
(48,65,68)
#263133
(38,49,51)
#1C2122
(28,33,34)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #76B1BB

#76B1BB
(118,177,187)
#82B8C1
(130,184,193)
#8EBFC7
(142,191,199)
#9AC6CD
(154,198,205)
#A6CDD3
(166,205,211)
#B2D4D9
(178,212,217)
#BEDBDF
(190,219,223)
#CAE2E5
(202,226,229)
#D6E9EB
(214,233,235)
#E2F0F1
(226,240,241)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B1BB; }

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

This text font color is #76B1BB.


Background Color

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

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

This div background color is #76B1BB.


Border color

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

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

This div border color is #76B1BB.


Opacity

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

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

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

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

This text has shadow with #76B1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B1BB on black background.


Color preview on white background

This text has color #76B1BB on white background.



Black color preview on #76B1BB background

This text has black color on #76B1BB background.


White color preview on #76B1BB background

This text has white color on #76B1BB background.