COLOR #7689B5

HEX: #7689B5 RGB: (118,137,181)

Color info

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

RGB color model

#7689B5 color RGB value is (118,137,181).

RGB: (118,137,181) (46%, 54%, 71%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 181 of 255 = 71%

118
137
181

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

Portions of RGB colors in percentages

R + G + B = 118 + 137 + 181 = 436 (100%)
R 118 of 436 ~ 27.06%
G 137 of 436 ~ 31.42%
B 181 of 436 ~ 41.51'%

%27.06
%31.42
%41.51

CMYK color model

#7689B5 color CMYK value is (35,24,0,29).

  • cyan value is 34.81%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (35,24,0,29)
C35M24Y0K29 (35%, 24%, 0%, 29%)
(0.35 / 0.24 / 0.00 / 0.29)

CMYK percentages

%34.81
%24.31
%0
%29.02

Codes

Color #7689B5 in popluar color models

76 89 B5
RGB 118 137 181
HSL 222° 29.86% 58.63%
HSB/HSV 222° 34.81% 70.98%
CMYK 34.81% 24.31% 0.00%
29.02%

Color #7689B5 in popluar number systems.

HEX 76 89 B5
Decimal 118 137 181
Binary 1110110 10001001 10110101
Octal 166 211 265

Shades and tints

Shades of #7689B5

#7689B5
(118,137,181)
#6C7DA5
(108,125,165)
#627195
(98,113,149)
#586585
(88,101,133)
#4E5975
(78,89,117)
#444D65
(68,77,101)
#3A4155
(58,65,85)
#303545
(48,53,69)
#262935
(38,41,53)
#1C1D25
(28,29,37)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #7689B5

#7689B5
(118,137,181)
#8293BB
(130,147,187)
#8E9DC1
(142,157,193)
#9AA7C7
(154,167,199)
#A6B1CD
(166,177,205)
#B2BBD3
(178,187,211)
#BEC5D9
(190,197,217)
#CACFDF
(202,207,223)
#D6D9E5
(214,217,229)
#E2E3EB
(226,227,235)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7689B5; }

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

This text font color is #7689B5.

Background Color

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

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

This div background color is #7689B5.

Border color

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

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

This div border color is #7689B5.

Opacity

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

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

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

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

This text has shadow with #7689B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7689B5.

Preview

Color preview on black background

This text has color #7689B5 on black background.


Color preview on white background

This text has color #7689B5 on white background.


Black color preview on #7689B5 background

This text has black color on #7689B5 background.


White color preview on #7689B5 background

This text has white color on #7689B5 background.


Related colors

Complementary color

Complementary color for #hex is #89764A.


I love getcolorcode.com

Triadic colors

1 #B57689 and #89B576 with #7689B5 are triadic colors.

2 #B58976 and #8976B5 with #7689B5 are triadic colors.