COLOR #788FA3

HEX: #788FA3
RGB: (120,143,163)

Color info

#788FA3 contains red, green and blue colors in about the same proportion. Web safe color of #788FA3 is #669999 (or #699).

RGB color model

#788FA3 color RGB value is (120,143,163).

  • red value is 120;
  • green value is 143;
  • blue value is 163.
RGB:
(120,143,163)
(47%,56%,64%)

RGB channels and saturation

R 120 of 255 = 47%
G 143 of 255 = 56%
B 163 of 255 = 64%

120
143
163

R + G + B ~ 56%. #788FA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 143 + 163 = 426 (100%)
R 120 of 426 ~ 28.17%
G 143 of 426 ~ 33.57%
B 163 of 426 ~ 38.26%

%28.17
%33.57
%38.26

CMYK color model

#788FA3 color CMYK value is (26,12,0,36).

  • cyan value is 26.38%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(26,12,0,36)
C26M12Y0K36 
(26%,12%,0%,36%)
(0.26/0.12/0.00/0.36)	

CMYK percentages

%26.38
%12.27
%0
%36.08

Codes

Color #788FA3 in popluar color models

788FA3
RGB120143163
HSL208°18.94%55.49%
HSB/HSV208°26.38%63.92%
CMYK26.38%12.27%0.00%
36.08%

Color #788FA3 in popluar number systems.

HEX788FA3
Decimal120143163
Binary11110001000111110100011
Octal170217243

Shades and tints

Shades of #788FA3

#788FA3
(120,143,163)
#6E8295
(110,130,149)
#647587
(100,117,135)
#5A6879
(90,104,121)
#505B6B
(80,91,107)
#464E5D
(70,78,93)
#3C414F
(60,65,79)
#323441
(50,52,65)
#282733
(40,39,51)
#1E1A25
(30,26,37)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #788FA3

#788FA3
(120,143,163)
#8499AB
(132,153,171)
#90A3B3
(144,163,179)
#9CADBB
(156,173,187)
#A8B7C3
(168,183,195)
#B4C1CB
(180,193,203)
#C0CBD3
(192,203,211)
#CCD5DB
(204,213,219)
#D8DFE3
(216,223,227)
#E4E9EB
(228,233,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788FA3 color. Also use rgb(120,143,163) instead hex code.

Text Font Color

.myTextColor { color: #788FA3; }

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

This text font color is #788FA3.


Background Color

.myBgColor { background-color: #788FA3; }

<div style="background-color:#788FA3">Inner text</div>

This div background color is #788FA3.


Border color

.myBorderColor { border: 1px solid #788FA3; }

<div style="border:3px solid #788FA3">Div</div>

This div border color is #788FA3.


Opacity

.myOpacity80 { color: #788FA3; opacity: 0.8; }

<p style="color:#788FA3;opacity:0.8;">80%</p>

Text with #788FA3 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 #788FA3;}

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

This text has shadow with #788FA3 color.

.textShadow {text-shadow: 3px 3px 1px #788FA3, 3px 3px 1px red;}

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

This text has shadow with #788FA3 primary color and red secondary color.


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

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

This text has shadow with #788FA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788FA3 on black background.


Color preview on white background

This text has color #788FA3 on white background.



Black color preview on #788FA3 background

This text has black color on #788FA3 background.


White color preview on #788FA3 background

This text has white color on #788FA3 background.