COLOR #7687AB

HEX: #7687AB RGB: (118,135,171)

Color info

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

RGB color model

#7687AB color RGB value is (118,135,171).

RGB: (118,135,171) (46%, 53%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 171 of 255 = 67%

118
135
171

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

Portions of RGB colors in percentages

R + G + B = 118 + 135 + 171 = 424 (100%)
R 118 of 424 ~ 27.83%
G 135 of 424 ~ 31.84%
B 171 of 424 ~ 40.33'%

%27.83
%31.84
%40.33

CMYK color model

#7687AB color CMYK value is (31,21,0,33).

  • cyan value is 30.99%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (31,21,0,33) C31M21Y0K33 (31%,21%,0%,33%) (0.31/0.21/0.00/0.33) 

CMYK percentages

%30.99
%21.05
%0
%32.94

Codes

Color #7687AB in popluar color models

76 87 AB
RGB 118 135 171
HSL 221° 23.98% 56.67%
HSB/HSV 221° 30.99% 67.06%
CMYK 30.99% 21.05% 0.00%
32.94%

Color #7687AB in popluar number systems.

HEX 76 87 AB
Decimal 118 135 171
Binary 1110110 10000111 10101011
Octal 166 207 253

Shades and tints

Shades of #7687AB

#7687AB
(118,135,171)
#6C7B9C
(108,123,156)
#626F8D
(98,111,141)
#58637E
(88,99,126)
#4E576F
(78,87,111)
#444B60
(68,75,96)
#3A3F51
(58,63,81)
#303342
(48,51,66)
#262733
(38,39,51)
#1C1B24
(28,27,36)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #7687AB

#7687AB
(118,135,171)
#8291B2
(130,145,178)
#8E9BB9
(142,155,185)
#9AA5C0
(154,165,192)
#A6AFC7
(166,175,199)
#B2B9CE
(178,185,206)
#BEC3D5
(190,195,213)
#CACDDC
(202,205,220)
#D6D7E3
(214,215,227)
#E2E1EA
(226,225,234)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7687AB; }

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

This text font color is #7687AB.

Background Color

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

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

This div background color is #7687AB.

Border color

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

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

This div border color is #7687AB.

Opacity

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

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

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

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

This text has shadow with #7687AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7687AB.

Preview

Color preview on black background

This text has color #7687AB on black background.


Color preview on white background

This text has color #7687AB on white background.


Black color preview on #7687AB background

This text has black color on #7687AB background.


White color preview on #7687AB background

This text has white color on #7687AB background.


Related colors

Complementary color

Complementary color for #hex is #897854.


I love getcolorcode.com

Triadic colors

1 #AB7687 and #87AB76 with #7687AB are triadic colors.

2 #AB8776 and #8776AB with #7687AB are triadic colors.