COLOR #78A7CD

HEX: #78A7CD RGB: (120,167,205)

Color info

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

RGB color model

#78A7CD color RGB value is (120,167,205).

RGB: (120,167,205) (47%, 65%, 80%)

RGB channels and saturation

R 120 of 255 = 47%
G 167 of 255 = 65%
B 205 of 255 = 80%

120
167
205

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

Portions of RGB colors in percentages

R + G + B = 120 + 167 + 205 = 492 (100%)
R 120 of 492 ~ 24.39%
G 167 of 492 ~ 33.94%
B 205 of 492 ~ 41.67'%

%24.39
%33.94
%41.67

CMYK color model

#78A7CD color CMYK value is (41,19,0,20).

  • cyan value is 41.46%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (41,19,0,20)
C41M19Y0K20 (41%, 19%, 0%, 20%)
(0.41 / 0.19 / 0.00 / 0.20)

CMYK percentages

%41.46
%18.54
%0
%19.61

Codes

Color #78A7CD in popluar color models

78 A7 CD
RGB 120 167 205
HSL 207° 45.95% 63.73%
HSB/HSV 207° 41.46% 80.39%
CMYK 41.46% 18.54% 0.00%
19.61%

Color #78A7CD in popluar number systems.

HEX 78 A7 CD
Decimal 120 167 205
Binary 1111000 10100111 11001101
Octal 170 247 315

Shades and tints

Shades of #78A7CD

#78A7CD
(120,167,205)
#6E98BB
(110,152,187)
#6489A9
(100,137,169)
#5A7A97
(90,122,151)
#506B85
(80,107,133)
#465C73
(70,92,115)
#3C4D61
(60,77,97)
#323E4F
(50,62,79)
#282F3D
(40,47,61)
#1E202B
(30,32,43)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #78A7CD

#78A7CD
(120,167,205)
#84AFD1
(132,175,209)
#90B7D5
(144,183,213)
#9CBFD9
(156,191,217)
#A8C7DD
(168,199,221)
#B4CFE1
(180,207,225)
#C0D7E5
(192,215,229)
#CCDFE9
(204,223,233)
#D8E7ED
(216,231,237)
#E4EFF1
(228,239,241)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A7CD color. Also use rgb(120,167,205) instead hex code.

Text Font Color

.myTextColor { color: #78A7CD; }

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

This text font color is #78A7CD.

Background Color

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

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

This div background color is #78A7CD.

Border color

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

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

This div border color is #78A7CD.

Opacity

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

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

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

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

This text has shadow with #78A7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A7CD.

Preview

Color preview on black background

This text has color #78A7CD on black background.


Color preview on white background

This text has color #78A7CD on white background.


Black color preview on #78A7CD background

This text has black color on #78A7CD background.


White color preview on #78A7CD background

This text has white color on #78A7CD background.


Related colors

Complementary color

Complementary color for #hex is #875832.


I love getcolorcode.com

Triadic colors

1 #CD78A7 and #A7CD78 with #78A7CD are triadic colors.

2 #CDA778 and #A778CD with #78A7CD are triadic colors.