COLOR #7689AB

HEX: #7689AB
RGB: (118,137,171)

Color info

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

RGB color model

#7689AB color RGB value is (118,137,171).

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

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 171 of 255 = 67%

118
137
171

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

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 171 = 426 (100%)
R 118 of 426 ~ 27.7%
G 137 of 426 ~ 32.16%
B 171 of 426 ~ 40.14%

%27.7
%32.16
%40.14

CMYK color model

#7689AB color CMYK value is (31,20,0,33).

  • cyan value is 30.99%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(31,20,0,33)
C31M20Y0K33 
(31%,20%,0%,33%)
(0.31/0.20/0.00/0.33)	

CMYK percentages

%30.99
%19.88
%0
%32.94

Codes

Color #7689AB in popluar color models

7689AB
RGB118137171
HSL218°23.98%56.67%
HSB/HSV218°30.99%67.06%
CMYK30.99%19.88%0.00%
32.94%

Color #7689AB in popluar number systems.

HEX7689AB
Decimal118137171
Binary11101101000100110101011
Octal166211253

Shades and tints

Shades of #7689AB

#7689AB
(118,137,171)
#6C7D9C
(108,125,156)
#62718D
(98,113,141)
#58657E
(88,101,126)
#4E596F
(78,89,111)
#444D60
(68,77,96)
#3A4151
(58,65,81)
#303542
(48,53,66)
#262933
(38,41,51)
#1C1D24
(28,29,36)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #7689AB

#7689AB
(118,137,171)
#8293B2
(130,147,178)
#8E9DB9
(142,157,185)
#9AA7C0
(154,167,192)
#A6B1C7
(166,177,199)
#B2BBCE
(178,187,206)
#BEC5D5
(190,197,213)
#CACFDC
(202,207,220)
#D6D9E3
(214,217,227)
#E2E3EA
(226,227,234)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7689AB; }

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

This text font color is #7689AB.


Background Color

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

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

This div background color is #7689AB.


Border color

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

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

This div border color is #7689AB.


Opacity

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

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

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

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

This text has shadow with #7689AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7689AB on black background.


Color preview on white background

This text has color #7689AB on white background.



Black color preview on #7689AB background

This text has black color on #7689AB background.


White color preview on #7689AB background

This text has white color on #7689AB background.