COLOR #78AFCD

HEX: #78AFCD
RGB: (120,175,205)

Color info

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

RGB color model

#78AFCD color RGB value is (120,175,205).

  • red value is 120;
  • green value is 175;
  • blue value is 205.
RGB:
(120,175,205)
(47%,69%,80%)

RGB channels and saturation

R 120 of 255 = 47%
G 175 of 255 = 69%
B 205 of 255 = 80%

120
175
205

R + G + B ~ 65%. #78AFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 175 + 205 = 500 (100%)
R 120 of 500 ~ 24%
G 175 of 500 ~ 35%
B 205 of 500 ~ 41%

%24
%35
%41

CMYK color model

#78AFCD color CMYK value is (41,15,0,20).

  • cyan value is 41.46%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(41,15,0,20)
C41M15Y0K20 
(41%,15%,0%,20%)
(0.41/0.15/0.00/0.20)	

CMYK percentages

%41.46
%14.63
%0
%19.61

Codes

Color #78AFCD in popluar color models

78AFCD
RGB120175205
HSL201°45.95%63.73%
HSB/HSV201°41.46%80.39%
CMYK41.46%14.63%0.00%
19.61%

Color #78AFCD in popluar number systems.

HEX78AFCD
Decimal120175205
Binary11110001010111111001101
Octal170257315

Shades and tints

Shades of #78AFCD

#78AFCD
(120,175,205)
#6EA0BB
(110,160,187)
#6491A9
(100,145,169)
#5A8297
(90,130,151)
#507385
(80,115,133)
#466473
(70,100,115)
#3C5561
(60,85,97)
#32464F
(50,70,79)
#28373D
(40,55,61)
#1E282B
(30,40,43)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #78AFCD

#78AFCD
(120,175,205)
#84B6D1
(132,182,209)
#90BDD5
(144,189,213)
#9CC4D9
(156,196,217)
#A8CBDD
(168,203,221)
#B4D2E1
(180,210,225)
#C0D9E5
(192,217,229)
#CCE0E9
(204,224,233)
#D8E7ED
(216,231,237)
#E4EEF1
(228,238,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AFCD; }

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

This text font color is #78AFCD.


Background Color

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

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

This div background color is #78AFCD.


Border color

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

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

This div border color is #78AFCD.


Opacity

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

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

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

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

This text has shadow with #78AFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AFCD on black background.


Color preview on white background

This text has color #78AFCD on white background.



Black color preview on #78AFCD background

This text has black color on #78AFCD background.


White color preview on #78AFCD background

This text has white color on #78AFCD background.