COLOR #76CEEB

HEX: #76CEEB
RGB: (118,206,235)

Renk bilgisi

#76CEEB contains mainly green and blue colors. #76CEEB ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#76CEEB color RGB value is (118,206,235).

  • kırmız ton 118;
  • yeşil ton 206;
  • mavi ton 235.
RGB:
(118,206,235)
(46%,81%,92%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 206 of 255 = 81%
B 235 of 255 = 92%

118
206
235

R + G + B ~ 73%. #76CEEB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 206 + 235 = 559 (100%)
R 118 of 559 ~ 21.11%
G 206 of 559 ~ 36.85%
B 235 of 559 ~ 42.04%

%21.11
%36.85
%42.04

CMYK RENK MODELİ

#76CEEB rengi CMYK tonu (50,12,0,8).

  • camgöbeği tonu 49.79%
  • eflatun tonu 12.34%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(50,12,0,8)
C50M12Y0K8 
(50%,12%,0%,8%)
(0.50/0.12/0.00/0.08)	

CMYK yüzdeleri

%49.79
%12.34
%0
%7.84

Codes

Color #76CEEB in popluar color models

76CEEB
RGB118206235
HSL195°74.52%69.22%
HSB/HSV195°49.79%92.16%
CMYK49.79%12.34%0.00%
7.84%

Color #76CEEB in popluar number systems.

HEX76CEEB
Decimal118206235
Binary11101101100111011101011
Octal166316353

Shades and tints

Shades of #76CEEB

#76CEEB
(118,206,235)
#6CBCD6
(108,188,214)
#62AAC1
(98,170,193)
#5898AC
(88,152,172)
#4E8697
(78,134,151)
#447482
(68,116,130)
#3A626D
(58,98,109)
#305058
(48,80,88)
#263E43
(38,62,67)
#1C2C2E
(28,44,46)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #76CEEB

#76CEEB
(118,206,235)
#82D2EC
(130,210,236)
#8ED6ED
(142,214,237)
#9ADAEE
(154,218,238)
#A6DEEF
(166,222,239)
#B2E2F0
(178,226,240)
#BEE6F1
(190,230,241)
#CAEAF2
(202,234,242)
#D6EEF3
(214,238,243)
#E2F2F4
(226,242,244)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CEEB color. Also use rgb(118,206,235) instead hex code.

Text Font Color

.myTextColor { color: #76CEEB; }

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

This text font color is #76CEEB.


Background Color

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

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

This div background color is #76CEEB.


Border color

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

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

This div border color is #76CEEB.


Opacity

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

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

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

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

This text has shadow with #76CEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CEEB on black background.


Color preview on white background

This text has color #76CEEB on white background.



Black color preview on #76CEEB background

This text has black color on #76CEEB background.


White color preview on #76CEEB background

This text has white color on #76CEEB background.