COLOR #76BCD8

HEX: #76BCD8
RGB: (118,188,216)

Renk bilgisi

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

RGB renk modeli

#76BCD8 color RGB value is (118,188,216).

  • kırmız ton 118;
  • yeşil ton 188;
  • mavi ton 216.
RGB:
(118,188,216)
(46%,74%,85%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 188 of 255 = 74%
B 216 of 255 = 85%

118
188
216

R + G + B ~ 68%. #76BCD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 188 + 216 = 522 (100%)
R 118 of 522 ~ 22.61%
G 188 of 522 ~ 36.02%
B 216 of 522 ~ 41.38%

%22.61
%36.02
%41.38

CMYK RENK MODELİ

#76BCD8 rengi CMYK tonu (45,13,0,15).

  • camgöbeği tonu 45.37%
  • eflatun tonu 12.96%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(45,13,0,15)
C45M13Y0K15 
(45%,13%,0%,15%)
(0.45/0.13/0.00/0.15)	

CMYK yüzdeleri

%45.37
%12.96
%0
%15.29

Codes

Color #76BCD8 in popluar color models

76BCD8
RGB118188216
HSL197°55.68%65.49%
HSB/HSV197°45.37%84.71%
CMYK45.37%12.96%0.00%
15.29%

Color #76BCD8 in popluar number systems.

HEX76BCD8
Decimal118188216
Binary11101101011110011011000
Octal166274330

Shades and tints

Shades of #76BCD8

#76BCD8
(118,188,216)
#6CABC5
(108,171,197)
#629AB2
(98,154,178)
#58899F
(88,137,159)
#4E788C
(78,120,140)
#446779
(68,103,121)
#3A5666
(58,86,102)
#304553
(48,69,83)
#263440
(38,52,64)
#1C232D
(28,35,45)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #76BCD8

#76BCD8
(118,188,216)
#82C2DB
(130,194,219)
#8EC8DE
(142,200,222)
#9ACEE1
(154,206,225)
#A6D4E4
(166,212,228)
#B2DAE7
(178,218,231)
#BEE0EA
(190,224,234)
#CAE6ED
(202,230,237)
#D6ECF0
(214,236,240)
#E2F2F3
(226,242,243)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BCD8 color. Also use rgb(118,188,216) instead hex code.

Text Font Color

.myTextColor { color: #76BCD8; }

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

This text font color is #76BCD8.


Background Color

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

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

This div background color is #76BCD8.


Border color

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

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

This div border color is #76BCD8.


Opacity

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

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

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

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

This text has shadow with #76BCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BCD8 on black background.


Color preview on white background

This text has color #76BCD8 on white background.



Black color preview on #76BCD8 background

This text has black color on #76BCD8 background.


White color preview on #76BCD8 background

This text has white color on #76BCD8 background.