COLOR #78A1B5

HEX: #78A1B5 RGB: (120,161,181)

Color info

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

RGB color model

#78A1B5 color RGB value is (120,161,181).

RGB: (120,161,181) (47%, 63%, 71%)

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 181 of 255 = 71%

120
161
181

R + G + B ~ 60%. #78A1B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 161 + 181 = 462 (100%)
R 120 of 462 ~ 25.97%
G 161 of 462 ~ 34.85%
B 181 of 462 ~ 39.18'%

%25.97
%34.85
%39.18

CMYK color model

#78A1B5 color CMYK value is (34,11,0,29).

  • cyan value is 33.70%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (34,11,0,29)
C34M11Y0K29 (34%, 11%, 0%, 29%)
(0.34 / 0.11 / 0.00 / 0.29)

CMYK percentages

%33.7
%11.05
%0
%29.02

Codes

Color #78A1B5 in popluar color models

78 A1 B5
RGB 120 161 181
HSL 200° 29.19% 59.02%
HSB/HSV 200° 33.70% 70.98%
CMYK 33.70% 11.05% 0.00%
29.02%

Color #78A1B5 in popluar number systems.

HEX 78 A1 B5
Decimal 120 161 181
Binary 1111000 10100001 10110101
Octal 170 241 265

Shades and tints

Shades of #78A1B5

#78A1B5
(120,161,181)
#6E93A5
(110,147,165)
#648595
(100,133,149)
#5A7785
(90,119,133)
#506975
(80,105,117)
#465B65
(70,91,101)
#3C4D55
(60,77,85)
#323F45
(50,63,69)
#283135
(40,49,53)
#1E2325
(30,35,37)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #78A1B5

#78A1B5
(120,161,181)
#84A9BB
(132,169,187)
#90B1C1
(144,177,193)
#9CB9C7
(156,185,199)
#A8C1CD
(168,193,205)
#B4C9D3
(180,201,211)
#C0D1D9
(192,209,217)
#CCD9DF
(204,217,223)
#D8E1E5
(216,225,229)
#E4E9EB
(228,233,235)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A1B5 color. Also use rgb(120,161,181) instead hex code.

Text Font Color

.myTextColor { color: #78A1B5; }

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

This text font color is #78A1B5.

Background Color

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

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

This div background color is #78A1B5.

Border color

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

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

This div border color is #78A1B5.

Opacity

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

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

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

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

This text has shadow with #78A1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A1B5.

Preview

Color preview on black background

This text has color #78A1B5 on black background.


Color preview on white background

This text has color #78A1B5 on white background.


Black color preview on #78A1B5 background

This text has black color on #78A1B5 background.


White color preview on #78A1B5 background

This text has white color on #78A1B5 background.


Related colors

Complementary color

Complementary color for #hex is #875E4A.


I love getcolorcode.com

Triadic colors

1 #B578A1 and #A1B578 with #78A1B5 are triadic colors.

2 #B5A178 and #A178B5 with #78A1B5 are triadic colors.