COLOR #76BABD

HEX: #76BABD
RGB: (118,186,189)

Renk bilgisi

#76BABD contains mainly green and blue colors. #76BABD ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#76BABD color RGB value is (118,186,189).

  • kırmız ton 118;
  • yeşil ton 186;
  • mavi ton 189.
RGB:
(118,186,189)
(46%,73%,74%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 186 of 255 = 73%
B 189 of 255 = 74%

118
186
189

R + G + B ~ 64%. #76BABD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 186 + 189 = 493 (100%)
R 118 of 493 ~ 23.94%
G 186 of 493 ~ 37.73%
B 189 of 493 ~ 38.34%

%23.94
%37.73
%38.34

CMYK RENK MODELİ

#76BABD rengi CMYK tonu (38,2,0,26).

  • camgöbeği tonu 37.57%
  • eflatun tonu 1.59%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(38,2,0,26)
C38M2Y0K26 
(38%,2%,0%,26%)
(0.38/0.02/0.00/0.26)	

CMYK yüzdeleri

%37.57
%1.59
%0
%25.88

Codes

Color #76BABD in popluar color models

76BABD
RGB118186189
HSL183°34.98%60.20%
HSB/HSV183°37.57%74.12%
CMYK37.57%1.59%0.00%
25.88%

Color #76BABD in popluar number systems.

HEX76BABD
Decimal118186189
Binary11101101011101010111101
Octal166272275

Shades and tints

Shades of #76BABD

#76BABD
(118,186,189)
#6CAAAC
(108,170,172)
#629A9B
(98,154,155)
#588A8A
(88,138,138)
#4E7A79
(78,122,121)
#446A68
(68,106,104)
#3A5A57
(58,90,87)
#304A46
(48,74,70)
#263A35
(38,58,53)
#1C2A24
(28,42,36)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #76BABD

#76BABD
(118,186,189)
#82C0C3
(130,192,195)
#8EC6C9
(142,198,201)
#9ACCCF
(154,204,207)
#A6D2D5
(166,210,213)
#B2D8DB
(178,216,219)
#BEDEE1
(190,222,225)
#CAE4E7
(202,228,231)
#D6EAED
(214,234,237)
#E2F0F3
(226,240,243)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BABD color. Also use rgb(118,186,189) instead hex code.

Text Font Color

.myTextColor { color: #76BABD; }

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

This text font color is #76BABD.


Background Color

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

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

This div background color is #76BABD.


Border color

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

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

This div border color is #76BABD.


Opacity

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

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

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

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

This text has shadow with #76BABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BABD on black background.


Color preview on white background

This text has color #76BABD on white background.



Black color preview on #76BABD background

This text has black color on #76BABD background.


White color preview on #76BABD background

This text has white color on #76BABD background.