COLOR #78C4DD

HEX: #78C4DD
RGB: (120,196,221)

Renk bilgisi

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

RGB renk modeli

#78C4DD color RGB value is (120,196,221).

  • kırmız ton 120;
  • yeşil ton 196;
  • mavi ton 221.
RGB:
(120,196,221)
(47%,77%,87%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 196 of 255 = 77%
B 221 of 255 = 87%

120
196
221

R + G + B ~ 70%. #78C4DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 196 + 221 = 537 (100%)
R 120 of 537 ~ 22.35%
G 196 of 537 ~ 36.5%
B 221 of 537 ~ 41.15%

%22.35
%36.5
%41.15

CMYK RENK MODELİ

#78C4DD rengi CMYK tonu (46,11,0,13).

  • camgöbeği tonu 45.70%
  • eflatun tonu 11.31%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(46,11,0,13)
C46M11Y0K13 
(46%,11%,0%,13%)
(0.46/0.11/0.00/0.13)	

CMYK yüzdeleri

%45.7
%11.31
%0
%13.33

Codes

Color #78C4DD in popluar color models

78C4DD
RGB120196221
HSL195°59.76%66.86%
HSB/HSV195°45.70%86.67%
CMYK45.70%11.31%0.00%
13.33%

Color #78C4DD in popluar number systems.

HEX78C4DD
Decimal120196221
Binary11110001100010011011101
Octal170304335

Shades and tints

Shades of #78C4DD

#78C4DD
(120,196,221)
#6EB3C9
(110,179,201)
#64A2B5
(100,162,181)
#5A91A1
(90,145,161)
#50808D
(80,128,141)
#466F79
(70,111,121)
#3C5E65
(60,94,101)
#324D51
(50,77,81)
#283C3D
(40,60,61)
#1E2B29
(30,43,41)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #78C4DD

#78C4DD
(120,196,221)
#84C9E0
(132,201,224)
#90CEE3
(144,206,227)
#9CD3E6
(156,211,230)
#A8D8E9
(168,216,233)
#B4DDEC
(180,221,236)
#C0E2EF
(192,226,239)
#CCE7F2
(204,231,242)
#D8ECF5
(216,236,245)
#E4F1F8
(228,241,248)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C4DD color. Also use rgb(120,196,221) instead hex code.

Text Font Color

.myTextColor { color: #78C4DD; }

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

This text font color is #78C4DD.


Background Color

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

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

This div background color is #78C4DD.


Border color

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

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

This div border color is #78C4DD.


Opacity

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

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

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

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

This text has shadow with #78C4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C4DD on black background.


Color preview on white background

This text has color #78C4DD on white background.



Black color preview on #78C4DD background

This text has black color on #78C4DD background.


White color preview on #78C4DD background

This text has white color on #78C4DD background.