COLOR #78ACB4

HEX: #78ACB4 RGB: (120,172,180)

Color info

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

RGB color model

#78ACB4 color RGB value is (120,172,180).

RGB: (120,172,180) (47%, 67%, 71%)

RGB channels and saturation

R 120 of 255 = 47%
G 172 of 255 = 67%
B 180 of 255 = 71%

120
172
180

R + G + B ~ 62%. #78ACB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 172 + 180 = 472 (100%)
R 120 of 472 ~ 25.42%
G 172 of 472 ~ 36.44%
B 180 of 472 ~ 38.14'%

%25.42
%36.44
%38.14

CMYK color model

#78ACB4 color CMYK value is (33,4,0,29).

  • cyan value is 33.33%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (33,4,0,29)
C33M4Y0K29 (33%, 4%, 0%, 29%)
(0.33 / 0.04 / 0.00 / 0.29)

CMYK percentages

%33.33
%4.44
%0
%29.41

Codes

Color #78ACB4 in popluar color models

78 AC B4
RGB 120 172 180
HSL 188° 28.57% 58.82%
HSB/HSV 188° 33.33% 70.59%
CMYK 33.33% 4.44% 0.00%
29.41%

Color #78ACB4 in popluar number systems.

HEX 78 AC B4
Decimal 120 172 180
Binary 1111000 10101100 10110100
Octal 170 254 264

Shades and tints

Shades of #78ACB4

#78ACB4
(120,172,180)
#6E9DA4
(110,157,164)
#648E94
(100,142,148)
#5A7F84
(90,127,132)
#507074
(80,112,116)
#466164
(70,97,100)
#3C5254
(60,82,84)
#324344
(50,67,68)
#283434
(40,52,52)
#1E2524
(30,37,36)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #78ACB4

#78ACB4
(120,172,180)
#84B3BA
(132,179,186)
#90BAC0
(144,186,192)
#9CC1C6
(156,193,198)
#A8C8CC
(168,200,204)
#B4CFD2
(180,207,210)
#C0D6D8
(192,214,216)
#CCDDDE
(204,221,222)
#D8E4E4
(216,228,228)
#E4EBEA
(228,235,234)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78ACB4; }

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

This text font color is #78ACB4.

Background Color

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

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

This div background color is #78ACB4.

Border color

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

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

This div border color is #78ACB4.

Opacity

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

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

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

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

This text has shadow with #78ACB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78ACB4.

Preview

Color preview on black background

This text has color #78ACB4 on black background.


Color preview on white background

This text has color #78ACB4 on white background.


Black color preview on #78ACB4 background

This text has black color on #78ACB4 background.


White color preview on #78ACB4 background

This text has white color on #78ACB4 background.


Related colors

Complementary color

Complementary color for #hex is #87534B.


I love getcolorcode.com

Triadic colors

1 #B478AC and #ACB478 with #78ACB4 are triadic colors.

2 #B4AC78 and #AC78B4 with #78ACB4 are triadic colors.