COLOR #7689A8

HEX: #7689A8
RGB: (118,137,168)

Color info

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

RGB color model

#7689A8 color RGB value is (118,137,168).

  • red value is 118;
  • green value is 137;
  • blue value is 168.
RGB:
(118,137,168)
(46%,54%,66%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 168 of 255 = 66%

118
137
168

R + G + B ~ 55%. #7689A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 168 = 423 (100%)
R 118 of 423 ~ 27.9%
G 137 of 423 ~ 32.39%
B 168 of 423 ~ 39.72%

%27.9
%32.39
%39.72

CMYK color model

#7689A8 color CMYK value is (30,18,0,34).

  • cyan value is 29.76%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(30,18,0,34)
C30M18Y0K34 
(30%,18%,0%,34%)
(0.30/0.18/0.00/0.34)	

CMYK percentages

%29.76
%18.45
%0
%34.12

Codes

Color #7689A8 in popluar color models

7689A8
RGB118137168
HSL217°22.32%56.08%
HSB/HSV217°29.76%65.88%
CMYK29.76%18.45%0.00%
34.12%

Color #7689A8 in popluar number systems.

HEX7689A8
Decimal118137168
Binary11101101000100110101000
Octal166211250

Shades and tints

Shades of #7689A8

#7689A8
(118,137,168)
#6C7D99
(108,125,153)
#62718A
(98,113,138)
#58657B
(88,101,123)
#4E596C
(78,89,108)
#444D5D
(68,77,93)
#3A414E
(58,65,78)
#30353F
(48,53,63)
#262930
(38,41,48)
#1C1D21
(28,29,33)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #7689A8

#7689A8
(118,137,168)
#8293AF
(130,147,175)
#8E9DB6
(142,157,182)
#9AA7BD
(154,167,189)
#A6B1C4
(166,177,196)
#B2BBCB
(178,187,203)
#BEC5D2
(190,197,210)
#CACFD9
(202,207,217)
#D6D9E0
(214,217,224)
#E2E3E7
(226,227,231)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7689A8 color. Also use rgb(118,137,168) instead hex code.

Text Font Color

.myTextColor { color: #7689A8; }

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

This text font color is #7689A8.


Background Color

.myBgColor { background-color: #7689A8; }

<div style="background-color:#7689A8">Inner text</div>

This div background color is #7689A8.


Border color

.myBorderColor { border: 1px solid #7689A8; }

<div style="border:3px solid #7689A8">Div</div>

This div border color is #7689A8.


Opacity

.myOpacity80 { color: #7689A8; opacity: 0.8; }

<p style="color:#7689A8;opacity:0.8;">80%</p>

Text with #7689A8 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 #7689A8;}

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

This text has shadow with #7689A8 color.

.textShadow {text-shadow: 3px 3px 1px #7689A8, 3px 3px 1px red;}

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

This text has shadow with #7689A8 primary color and red secondary color.


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

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

This text has shadow with #7689A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7689A8 on black background.


Color preview on white background

This text has color #7689A8 on white background.



Black color preview on #7689A8 background

This text has black color on #7689A8 background.


White color preview on #7689A8 background

This text has white color on #7689A8 background.