COLOR #76B8D7

HEX: #76B8D7
RGB: (118,184,215)

Renk bilgisi

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

RGB renk modeli

#76B8D7 color RGB value is (118,184,215).

  • kırmız ton 118;
  • yeşil ton 184;
  • mavi ton 215.
RGB:
(118,184,215)
(46%,72%,84%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 184 of 255 = 72%
B 215 of 255 = 84%

118
184
215

R + G + B ~ 67%. #76B8D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 184 + 215 = 517 (100%)
R 118 of 517 ~ 22.82%
G 184 of 517 ~ 35.59%
B 215 of 517 ~ 41.59%

%22.82
%35.59
%41.59

CMYK RENK MODELİ

#76B8D7 rengi CMYK tonu (45,14,0,16).

  • camgöbeği tonu 45.12%
  • eflatun tonu 14.42%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(45,14,0,16)
C45M14Y0K16 
(45%,14%,0%,16%)
(0.45/0.14/0.00/0.16)	

CMYK yüzdeleri

%45.12
%14.42
%0
%15.69

Codes

Color #76B8D7 in popluar color models

76B8D7
RGB118184215
HSL199°54.80%65.29%
HSB/HSV199°45.12%84.31%
CMYK45.12%14.42%0.00%
15.69%

Color #76B8D7 in popluar number systems.

HEX76B8D7
Decimal118184215
Binary11101101011100011010111
Octal166270327

Shades and tints

Shades of #76B8D7

#76B8D7
(118,184,215)
#6CA8C4
(108,168,196)
#6298B1
(98,152,177)
#58889E
(88,136,158)
#4E788B
(78,120,139)
#446878
(68,104,120)
#3A5865
(58,88,101)
#304852
(48,72,82)
#26383F
(38,56,63)
#1C282C
(28,40,44)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #76B8D7

#76B8D7
(118,184,215)
#82BEDA
(130,190,218)
#8EC4DD
(142,196,221)
#9ACAE0
(154,202,224)
#A6D0E3
(166,208,227)
#B2D6E6
(178,214,230)
#BEDCE9
(190,220,233)
#CAE2EC
(202,226,236)
#D6E8EF
(214,232,239)
#E2EEF2
(226,238,242)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B8D7 color. Also use rgb(118,184,215) instead hex code.

Text Font Color

.myTextColor { color: #76B8D7; }

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

This text font color is #76B8D7.


Background Color

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

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

This div background color is #76B8D7.


Border color

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

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

This div border color is #76B8D7.


Opacity

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

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

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

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

This text has shadow with #76B8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B8D7 on black background.


Color preview on white background

This text has color #76B8D7 on white background.



Black color preview on #76B8D7 background

This text has black color on #76B8D7 background.


White color preview on #76B8D7 background

This text has white color on #76B8D7 background.