COLOR #76B3DD

HEX: #76B3DD
RGB: (118,179,221)

Renk bilgisi

#76B3DD contains mainly green and blue colors. #76B3DD ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#76B3DD color RGB value is (118,179,221).

  • kırmız ton 118;
  • yeşil ton 179;
  • mavi ton 221.
RGB:
(118,179,221)
(46%,70%,87%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 179 of 255 = 70%
B 221 of 255 = 87%

118
179
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 179 + 221 = 518 (100%)
R 118 of 518 ~ 22.78%
G 179 of 518 ~ 34.56%
B 221 of 518 ~ 42.66%

%22.78
%34.56
%42.66

CMYK RENK MODELİ

#76B3DD rengi CMYK tonu (47,19,0,13).

  • camgöbeği tonu 46.61%
  • eflatun tonu 19.00%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(47,19,0,13)
C47M19Y0K13 
(47%,19%,0%,13%)
(0.47/0.19/0.00/0.13)	

CMYK yüzdeleri

%46.61
%19
%0
%13.33

Codes

Color #76B3DD in popluar color models

76B3DD
RGB118179221
HSL204°60.23%66.47%
HSB/HSV204°46.61%86.67%
CMYK46.61%19.00%0.00%
13.33%

Color #76B3DD in popluar number systems.

HEX76B3DD
Decimal118179221
Binary11101101011001111011101
Octal166263335

Shades and tints

Shades of #76B3DD

#76B3DD
(118,179,221)
#6CA3C9
(108,163,201)
#6293B5
(98,147,181)
#5883A1
(88,131,161)
#4E738D
(78,115,141)
#446379
(68,99,121)
#3A5365
(58,83,101)
#304351
(48,67,81)
#26333D
(38,51,61)
#1C2329
(28,35,41)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #76B3DD

#76B3DD
(118,179,221)
#82B9E0
(130,185,224)
#8EBFE3
(142,191,227)
#9AC5E6
(154,197,230)
#A6CBE9
(166,203,233)
#B2D1EC
(178,209,236)
#BED7EF
(190,215,239)
#CADDF2
(202,221,242)
#D6E3F5
(214,227,245)
#E2E9F8
(226,233,248)
#EEEFFB
(238,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B3DD color. Also use rgb(118,179,221) instead hex code.

Text Font Color

.myTextColor { color: #76B3DD; }

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

This text font color is #76B3DD.


Background Color

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

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

This div background color is #76B3DD.


Border color

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

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

This div border color is #76B3DD.


Opacity

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

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

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

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

This text has shadow with #76B3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B3DD on black background.


Color preview on white background

This text has color #76B3DD on white background.



Black color preview on #76B3DD background

This text has black color on #76B3DD background.


White color preview on #76B3DD background

This text has white color on #76B3DD background.