COLOR #78AFBE

HEX: #78AFBE
RGB: (120,175,190)

Color info

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

RGB color model

#78AFBE color RGB value is (120,175,190).

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

RGB channels and saturation

R 120 of 255 = 47%
G 175 of 255 = 69%
B 190 of 255 = 75%

120
175
190

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

Portions of RGB colors in percentages

R + G + B =
120 + 175 + 190 = 485 (100%)
R 120 of 485 ~ 24.74%
G 175 of 485 ~ 36.08%
B 190 of 485 ~ 39.18%

%24.74
%36.08
%39.18

CMYK color model

#78AFBE color CMYK value is (37,8,0,25).

  • cyan value is 36.84%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,8,0,25)
C37M8Y0K25 
(37%,8%,0%,25%)
(0.37/0.08/0.00/0.25)	

CMYK percentages

%36.84
%7.89
%0
%25.49

Codes

Color #78AFBE in popluar color models

78AFBE
RGB120175190
HSL193°35.00%60.78%
HSB/HSV193°36.84%74.51%
CMYK36.84%7.89%0.00%
25.49%

Color #78AFBE in popluar number systems.

HEX78AFBE
Decimal120175190
Binary11110001010111110111110
Octal170257276

Shades and tints

Shades of #78AFBE

#78AFBE
(120,175,190)
#6EA0AD
(110,160,173)
#64919C
(100,145,156)
#5A828B
(90,130,139)
#50737A
(80,115,122)
#466469
(70,100,105)
#3C5558
(60,85,88)
#324647
(50,70,71)
#283736
(40,55,54)
#1E2825
(30,40,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #78AFBE

#78AFBE
(120,175,190)
#84B6C3
(132,182,195)
#90BDC8
(144,189,200)
#9CC4CD
(156,196,205)
#A8CBD2
(168,203,210)
#B4D2D7
(180,210,215)
#C0D9DC
(192,217,220)
#CCE0E1
(204,224,225)
#D8E7E6
(216,231,230)
#E4EEEB
(228,238,235)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AFBE; }

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

This text font color is #78AFBE.


Background Color

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

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

This div background color is #78AFBE.


Border color

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

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

This div border color is #78AFBE.


Opacity

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

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

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

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

This text has shadow with #78AFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AFBE on black background.


Color preview on white background

This text has color #78AFBE on white background.



Black color preview on #78AFBE background

This text has black color on #78AFBE background.


White color preview on #78AFBE background

This text has white color on #78AFBE background.