COLOR #76B9E6

HEX: #76B9E6
RGB: (118,185,230)

Renk bilgisi

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

RGB renk modeli

#76B9E6 color RGB value is (118,185,230).

  • kırmız ton 118;
  • yeşil ton 185;
  • mavi ton 230.
RGB:
(118,185,230)
(46%,73%,90%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 185 of 255 = 73%
B 230 of 255 = 90%

118
185
230

R + G + B ~ 70%. #76B9E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 185 + 230 = 533 (100%)
R 118 of 533 ~ 22.14%
G 185 of 533 ~ 34.71%
B 230 of 533 ~ 43.15%

%22.14
%34.71
%43.15

CMYK RENK MODELİ

#76B9E6 rengi CMYK tonu (49,20,0,10).

  • camgöbeği tonu 48.70%
  • eflatun tonu 19.57%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(49,20,0,10)
C49M20Y0K10 
(49%,20%,0%,10%)
(0.49/0.20/0.00/0.10)	

CMYK yüzdeleri

%48.7
%19.57
%0
%9.8

Codes

Color #76B9E6 in popluar color models

76B9E6
RGB118185230
HSL204°69.14%68.24%
HSB/HSV204°48.70%90.20%
CMYK48.70%19.57%0.00%
9.80%

Color #76B9E6 in popluar number systems.

HEX76B9E6
Decimal118185230
Binary11101101011100111100110
Octal166271346

Shades and tints

Shades of #76B9E6

#76B9E6
(118,185,230)
#6CA9D2
(108,169,210)
#6299BE
(98,153,190)
#5889AA
(88,137,170)
#4E7996
(78,121,150)
#446982
(68,105,130)
#3A596E
(58,89,110)
#30495A
(48,73,90)
#263946
(38,57,70)
#1C2932
(28,41,50)
#12191E
(18,25,30)
#000000
(0,0,0)

Tints of #76B9E6

#76B9E6
(118,185,230)
#82BFE8
(130,191,232)
#8EC5EA
(142,197,234)
#9ACBEC
(154,203,236)
#A6D1EE
(166,209,238)
#B2D7F0
(178,215,240)
#BEDDF2
(190,221,242)
#CAE3F4
(202,227,244)
#D6E9F6
(214,233,246)
#E2EFF8
(226,239,248)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B9E6 color. Also use rgb(118,185,230) instead hex code.

Text Font Color

.myTextColor { color: #76B9E6; }

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

This text font color is #76B9E6.


Background Color

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

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

This div background color is #76B9E6.


Border color

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

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

This div border color is #76B9E6.


Opacity

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

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

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

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

This text has shadow with #76B9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B9E6 on black background.


Color preview on white background

This text has color #76B9E6 on white background.



Black color preview on #76B9E6 background

This text has black color on #76B9E6 background.


White color preview on #76B9E6 background

This text has white color on #76B9E6 background.