COLOR #79B4DD

HEX: #79B4DD
RGB: (121,180,221)

Renk bilgisi

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

RGB renk modeli

#79B4DD color RGB value is (121,180,221).

  • kırmız ton 121;
  • yeşil ton 180;
  • mavi ton 221.
RGB:
(121,180,221)
(47%,71%,87%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 180 of 255 = 71%
B 221 of 255 = 87%

121
180
221

R + G + B ~ 68%. #79B4DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 180 + 221 = 522 (100%)
R 121 of 522 ~ 23.18%
G 180 of 522 ~ 34.48%
B 221 of 522 ~ 42.34%

%23.18
%34.48
%42.34

CMYK RENK MODELİ

#79B4DD rengi CMYK tonu (45,19,0,13).

  • camgöbeği tonu 45.25%
  • eflatun tonu 18.55%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(45,19,0,13)
C45M19Y0K13 
(45%,19%,0%,13%)
(0.45/0.19/0.00/0.13)	

CMYK yüzdeleri

%45.25
%18.55
%0
%13.33

Codes

Color #79B4DD in popluar color models

79B4DD
RGB121180221
HSL205°59.52%67.06%
HSB/HSV205°45.25%86.67%
CMYK45.25%18.55%0.00%
13.33%

Color #79B4DD in popluar number systems.

HEX79B4DD
Decimal121180221
Binary11110011011010011011101
Octal171264335

Shades and tints

Shades of #79B4DD

#79B4DD
(121,180,221)
#6EA4C9
(110,164,201)
#6394B5
(99,148,181)
#5884A1
(88,132,161)
#4D748D
(77,116,141)
#426479
(66,100,121)
#375465
(55,84,101)
#2C4451
(44,68,81)
#21343D
(33,52,61)
#162429
(22,36,41)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #79B4DD

#79B4DD
(121,180,221)
#85BAE0
(133,186,224)
#91C0E3
(145,192,227)
#9DC6E6
(157,198,230)
#A9CCE9
(169,204,233)
#B5D2EC
(181,210,236)
#C1D8EF
(193,216,239)
#CDDEF2
(205,222,242)
#D9E4F5
(217,228,245)
#E5EAF8
(229,234,248)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B4DD color. Also use rgb(121,180,221) instead hex code.

Text Font Color

.myTextColor { color: #79B4DD; }

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

This text font color is #79B4DD.


Background Color

.myBgColor { background-color: #79B4DD; }

<div style="background-color:#79B4DD">Inner text</div>

This div background color is #79B4DD.


Border color

.myBorderColor { border: 1px solid #79B4DD; }

<div style="border:3px solid #79B4DD">Div</div>

This div border color is #79B4DD.


Opacity

.myOpacity80 { color: #79B4DD; opacity: 0.8; }

<p style="color:#79B4DD;opacity:0.8;">80%</p>

Text with #79B4DD 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 #79B4DD;}

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

This text has shadow with #79B4DD color.

.textShadow {text-shadow: 3px 3px 1px #79B4DD, 3px 3px 1px red;}

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

This text has shadow with #79B4DD primary color and red secondary color.


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

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

This text has shadow with #79B4DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B4DD on black background.


Color preview on white background

This text has color #79B4DD on white background.



Black color preview on #79B4DD background

This text has black color on #79B4DD background.


White color preview on #79B4DD background

This text has white color on #79B4DD background.