COLOR #7687AF

HEX: #7687AF RGB: (118,135,175)

Color info

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

RGB color model

#7687AF color RGB value is (118,135,175).

RGB: (118,135,175) (46%, 53%, 69%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 175 of 255 = 69%

118
135
175

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

Portions of RGB colors in percentages

R + G + B = 118 + 135 + 175 = 428 (100%)
R 118 of 428 ~ 27.57%
G 135 of 428 ~ 31.54%
B 175 of 428 ~ 40.89'%

%27.57
%31.54
%40.89

CMYK color model

#7687AF color CMYK value is (33,23,0,31).

  • cyan value is 32.57%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (33,23,0,31)
C33M23Y0K31 (33%, 23%, 0%, 31%)
(0.33 / 0.23 / 0.00 / 0.31)

CMYK percentages

%32.57
%22.86
%0
%31.37

Codes

Color #7687AF in popluar color models

76 87 AF
RGB 118 135 175
HSL 222° 26.27% 57.45%
HSB/HSV 222° 32.57% 68.63%
CMYK 32.57% 22.86% 0.00%
31.37%

Color #7687AF in popluar number systems.

HEX 76 87 AF
Decimal 118 135 175
Binary 1110110 10000111 10101111
Octal 166 207 257

Shades and tints

Shades of #7687AF

#7687AF
(118,135,175)
#6C7BA0
(108,123,160)
#626F91
(98,111,145)
#586382
(88,99,130)
#4E5773
(78,87,115)
#444B64
(68,75,100)
#3A3F55
(58,63,85)
#303346
(48,51,70)
#262737
(38,39,55)
#1C1B28
(28,27,40)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #7687AF

#7687AF
(118,135,175)
#8291B6
(130,145,182)
#8E9BBD
(142,155,189)
#9AA5C4
(154,165,196)
#A6AFCB
(166,175,203)
#B2B9D2
(178,185,210)
#BEC3D9
(190,195,217)
#CACDE0
(202,205,224)
#D6D7E7
(214,215,231)
#E2E1EE
(226,225,238)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7687AF; }

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

This text font color is #7687AF.

Background Color

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

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

This div background color is #7687AF.

Border color

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

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

This div border color is #7687AF.

Opacity

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

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

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

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

This text has shadow with #7687AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7687AF.

Preview

Color preview on black background

This text has color #7687AF on black background.


Color preview on white background

This text has color #7687AF on white background.


Black color preview on #7687AF background

This text has black color on #7687AF background.


White color preview on #7687AF background

This text has white color on #7687AF background.


Related colors

Complementary color

Complementary color for #hex is #897850.


I love getcolorcode.com

Triadic colors

1 #AF7687 and #87AF76 with #7687AF are triadic colors.

2 #AF8776 and #8776AF with #7687AF are triadic colors.