COLOR #78ACCA

HEX: #78ACCA
RGB: (120,172,202)

Color info

#78ACCA contains mainly green and blue colors. Web safe color of #78ACCA is #6699CC (or #69C).

RGB color model

#78ACCA color RGB value is (120,172,202).

  • red value is 120;
  • green value is 172;
  • blue value is 202.
RGB:
(120,172,202)
(47%,67%,79%)

RGB channels and saturation

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

120
172
202

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

Portions of RGB colors in percentages

R + G + B =
120 + 172 + 202 = 494 (100%)
R 120 of 494 ~ 24.29%
G 172 of 494 ~ 34.82%
B 202 of 494 ~ 40.89%

%24.29
%34.82
%40.89

CMYK color model

#78ACCA color CMYK value is (41,15,0,21).

  • cyan value is 40.59%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(41,15,0,21)
C41M15Y0K21 
(41%,15%,0%,21%)
(0.41/0.15/0.00/0.21)	

CMYK percentages

%40.59
%14.85
%0
%20.78

Codes

Color #78ACCA in popluar color models

78ACCA
RGB120172202
HSL202°43.62%63.14%
HSB/HSV202°40.59%79.22%
CMYK40.59%14.85%0.00%
20.78%

Color #78ACCA in popluar number systems.

HEX78ACCA
Decimal120172202
Binary11110001010110011001010
Octal170254312

Shades and tints

Shades of #78ACCA

#78ACCA
(120,172,202)
#6E9DB8
(110,157,184)
#648EA6
(100,142,166)
#5A7F94
(90,127,148)
#507082
(80,112,130)
#466170
(70,97,112)
#3C525E
(60,82,94)
#32434C
(50,67,76)
#28343A
(40,52,58)
#1E2528
(30,37,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #78ACCA

#78ACCA
(120,172,202)
#84B3CE
(132,179,206)
#90BAD2
(144,186,210)
#9CC1D6
(156,193,214)
#A8C8DA
(168,200,218)
#B4CFDE
(180,207,222)
#C0D6E2
(192,214,226)
#CCDDE6
(204,221,230)
#D8E4EA
(216,228,234)
#E4EBEE
(228,235,238)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78ACCA; }

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

This text font color is #78ACCA.


Background Color

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

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

This div background color is #78ACCA.


Border color

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

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

This div border color is #78ACCA.


Opacity

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

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

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

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

This text has shadow with #78ACCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78ACCA on black background.


Color preview on white background

This text has color #78ACCA on white background.



Black color preview on #78ACCA background

This text has black color on #78ACCA background.


White color preview on #78ACCA background

This text has white color on #78ACCA background.