COLOR #78ACC9

HEX: #78ACC9
RGB: (120,172,201)

Renk bilgisi

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

RGB renk modeli

#78ACC9 color RGB value is (120,172,201).

  • kırmız ton 120;
  • yeşil ton 172;
  • mavi ton 201.
RGB:
(120,172,201)
(47%,67%,79%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 172 of 255 = 67%
B 201 of 255 = 79%

120
172
201

R + G + B ~ 64%. #78ACC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 172 + 201 = 493 (100%)
R 120 of 493 ~ 24.34%
G 172 of 493 ~ 34.89%
B 201 of 493 ~ 40.77%

%24.34
%34.89
%40.77

CMYK RENK MODELİ

#78ACC9 rengi CMYK tonu (40,14,0,21).

  • camgöbeği tonu 40.30%
  • eflatun tonu 14.43%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(40,14,0,21)
C40M14Y0K21 
(40%,14%,0%,21%)
(0.40/0.14/0.00/0.21)	

CMYK yüzdeleri

%40.3
%14.43
%0
%21.18

Codes

Color #78ACC9 in popluar color models

78ACC9
RGB120172201
HSL201°42.86%62.94%
HSB/HSV201°40.30%78.82%
CMYK40.30%14.43%0.00%
21.18%

Color #78ACC9 in popluar number systems.

HEX78ACC9
Decimal120172201
Binary11110001010110011001001
Octal170254311

Shades and tints

Shades of #78ACC9

#78ACC9
(120,172,201)
#6E9DB7
(110,157,183)
#648EA5
(100,142,165)
#5A7F93
(90,127,147)
#507081
(80,112,129)
#46616F
(70,97,111)
#3C525D
(60,82,93)
#32434B
(50,67,75)
#283439
(40,52,57)
#1E2527
(30,37,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #78ACC9

#78ACC9
(120,172,201)
#84B3CD
(132,179,205)
#90BAD1
(144,186,209)
#9CC1D5
(156,193,213)
#A8C8D9
(168,200,217)
#B4CFDD
(180,207,221)
#C0D6E1
(192,214,225)
#CCDDE5
(204,221,229)
#D8E4E9
(216,228,233)
#E4EBED
(228,235,237)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78ACC9 color. Also use rgb(120,172,201) instead hex code.

Text Font Color

.myTextColor { color: #78ACC9; }

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

This text font color is #78ACC9.


Background Color

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

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

This div background color is #78ACC9.


Border color

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

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

This div border color is #78ACC9.


Opacity

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

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

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

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

This text has shadow with #78ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78ACC9 on black background.


Color preview on white background

This text has color #78ACC9 on white background.



Black color preview on #78ACC9 background

This text has black color on #78ACC9 background.


White color preview on #78ACC9 background

This text has white color on #78ACC9 background.