COLOR #7689BD

HEX: #7689BD RGB: (118,137,189)

Color info

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

RGB color model

#7689BD color RGB value is (118,137,189).

RGB: (118,137,189) (46%, 54%, 74%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 189 of 255 = 74%

118
137
189

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

Portions of RGB colors in percentages

R + G + B = 118 + 137 + 189 = 444 (100%)
R 118 of 444 ~ 26.58%
G 137 of 444 ~ 30.86%
B 189 of 444 ~ 42.57'%

%26.58
%30.86
%42.57

CMYK color model

#7689BD color CMYK value is (38,28,0,26).

  • cyan value is 37.57%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (38,28,0,26)
C38M28Y0K26 (38%, 28%, 0%, 26%)
(0.38 / 0.28 / 0.00 / 0.26)

CMYK percentages

%37.57
%27.51
%0
%25.88

Codes

Color #7689BD in popluar color models

76 89 BD
RGB 118 137 189
HSL 224° 34.98% 60.20%
HSB/HSV 224° 37.57% 74.12%
CMYK 37.57% 27.51% 0.00%
25.88%

Color #7689BD in popluar number systems.

HEX 76 89 BD
Decimal 118 137 189
Binary 1110110 10001001 10111101
Octal 166 211 275

Shades and tints

Shades of #7689BD

#7689BD
(118,137,189)
#6C7DAC
(108,125,172)
#62719B
(98,113,155)
#58658A
(88,101,138)
#4E5979
(78,89,121)
#444D68
(68,77,104)
#3A4157
(58,65,87)
#303546
(48,53,70)
#262935
(38,41,53)
#1C1D24
(28,29,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #7689BD

#7689BD
(118,137,189)
#8293C3
(130,147,195)
#8E9DC9
(142,157,201)
#9AA7CF
(154,167,207)
#A6B1D5
(166,177,213)
#B2BBDB
(178,187,219)
#BEC5E1
(190,197,225)
#CACFE7
(202,207,231)
#D6D9ED
(214,217,237)
#E2E3F3
(226,227,243)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7689BD; }

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

This text font color is #7689BD.

Background Color

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

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

This div background color is #7689BD.

Border color

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

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

This div border color is #7689BD.

Opacity

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

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

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

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

This text has shadow with #7689BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7689BD.

Preview

Color preview on black background

This text has color #7689BD on black background.


Color preview on white background

This text has color #7689BD on white background.


Black color preview on #7689BD background

This text has black color on #7689BD background.


White color preview on #7689BD background

This text has white color on #7689BD background.


Related colors

Complementary color

Complementary color for #hex is #897642.


I love getcolorcode.com

Triadic colors

1 #BD7689 and #89BD76 with #7689BD are triadic colors.

2 #BD8976 and #8976BD with #7689BD are triadic colors.