COLOR #78B4DF

HEX: #78B4DF
RGB: (120,180,223)

Renk bilgisi

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

RGB renk modeli

#78B4DF color RGB value is (120,180,223).

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

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 180 of 255 = 71%
B 223 of 255 = 87%

120
180
223

R + G + B ~ 68%. #78B4DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 180 + 223 = 523 (100%)
R 120 of 523 ~ 22.94%
G 180 of 523 ~ 34.42%
B 223 of 523 ~ 42.64%

%22.94
%34.42
%42.64

CMYK RENK MODELİ

#78B4DF rengi CMYK tonu (46,19,0,13).

  • camgöbeği tonu 46.19%
  • eflatun tonu 19.28%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(46,19,0,13)
C46M19Y0K13 
(46%,19%,0%,13%)
(0.46/0.19/0.00/0.13)	

CMYK yüzdeleri

%46.19
%19.28
%0
%12.55

Codes

Color #78B4DF in popluar color models

78B4DF
RGB120180223
HSL205°61.68%67.25%
HSB/HSV205°46.19%87.45%
CMYK46.19%19.28%0.00%
12.55%

Color #78B4DF in popluar number systems.

HEX78B4DF
Decimal120180223
Binary11110001011010011011111
Octal170264337

Shades and tints

Shades of #78B4DF

#78B4DF
(120,180,223)
#6EA4CB
(110,164,203)
#6494B7
(100,148,183)
#5A84A3
(90,132,163)
#50748F
(80,116,143)
#46647B
(70,100,123)
#3C5467
(60,84,103)
#324453
(50,68,83)
#28343F
(40,52,63)
#1E242B
(30,36,43)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #78B4DF

#78B4DF
(120,180,223)
#84BAE1
(132,186,225)
#90C0E3
(144,192,227)
#9CC6E5
(156,198,229)
#A8CCE7
(168,204,231)
#B4D2E9
(180,210,233)
#C0D8EB
(192,216,235)
#CCDEED
(204,222,237)
#D8E4EF
(216,228,239)
#E4EAF1
(228,234,241)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B4DF color. Also use rgb(120,180,223) instead hex code.

Text Font Color

.myTextColor { color: #78B4DF; }

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

This text font color is #78B4DF.


Background Color

.myBgColor { background-color: #78B4DF; }

<div style="background-color:#78B4DF">Inner text</div>

This div background color is #78B4DF.


Border color

.myBorderColor { border: 1px solid #78B4DF; }

<div style="border:3px solid #78B4DF">Div</div>

This div border color is #78B4DF.


Opacity

.myOpacity80 { color: #78B4DF; opacity: 0.8; }

<p style="color:#78B4DF;opacity:0.8;">80%</p>

Text with #78B4DF 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 #78B4DF;}

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

This text has shadow with #78B4DF color.

.textShadow {text-shadow: 3px 3px 1px #78B4DF, 3px 3px 1px red;}

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

This text has shadow with #78B4DF primary color and red secondary color.


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

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

This text has shadow with #78B4DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B4DF on black background.


Color preview on white background

This text has color #78B4DF on white background.



Black color preview on #78B4DF background

This text has black color on #78B4DF background.


White color preview on #78B4DF background

This text has white color on #78B4DF background.