COLOR #7697AA

HEX: #7697AA
RGB: (118,151,170)

Color info

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

RGB color model

#7697AA color RGB value is (118,151,170).

  • red value is 118;
  • green value is 151;
  • blue value is 170.
RGB:
(118,151,170)
(46%,59%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 170 of 255 = 67%

118
151
170

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

Portions of RGB colors in percentages

R + G + B =
118 + 151 + 170 = 439 (100%)
R 118 of 439 ~ 26.88%
G 151 of 439 ~ 34.4%
B 170 of 439 ~ 38.72%

%26.88
%34.4
%38.72

CMYK color model

#7697AA color CMYK value is (31,11,0,33).

  • cyan value is 30.59%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(31,11,0,33)
C31M11Y0K33 
(31%,11%,0%,33%)
(0.31/0.11/0.00/0.33)	

CMYK percentages

%30.59
%11.18
%0
%33.33

Codes

Color #7697AA in popluar color models

7697AA
RGB118151170
HSL202°23.42%56.47%
HSB/HSV202°30.59%66.67%
CMYK30.59%11.18%0.00%
33.33%

Color #7697AA in popluar number systems.

HEX7697AA
Decimal118151170
Binary11101101001011110101010
Octal166227252

Shades and tints

Shades of #7697AA

#7697AA
(118,151,170)
#6C8A9B
(108,138,155)
#627D8C
(98,125,140)
#58707D
(88,112,125)
#4E636E
(78,99,110)
#44565F
(68,86,95)
#3A4950
(58,73,80)
#303C41
(48,60,65)
#262F32
(38,47,50)
#1C2223
(28,34,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #7697AA

#7697AA
(118,151,170)
#82A0B1
(130,160,177)
#8EA9B8
(142,169,184)
#9AB2BF
(154,178,191)
#A6BBC6
(166,187,198)
#B2C4CD
(178,196,205)
#BECDD4
(190,205,212)
#CAD6DB
(202,214,219)
#D6DFE2
(214,223,226)
#E2E8E9
(226,232,233)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7697AA color. Also use rgb(118,151,170) instead hex code.

Text Font Color

.myTextColor { color: #7697AA; }

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

This text font color is #7697AA.


Background Color

.myBgColor { background-color: #7697AA; }

<div style="background-color:#7697AA">Inner text</div>

This div background color is #7697AA.


Border color

.myBorderColor { border: 1px solid #7697AA; }

<div style="border:3px solid #7697AA">Div</div>

This div border color is #7697AA.


Opacity

.myOpacity80 { color: #7697AA; opacity: 0.8; }

<p style="color:#7697AA;opacity:0.8;">80%</p>

Text with #7697AA 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 #7697AA;}

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

This text has shadow with #7697AA color.

.textShadow {text-shadow: 3px 3px 1px #7697AA, 3px 3px 1px red;}

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

This text has shadow with #7697AA primary color and red secondary color.


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

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

This text has shadow with #7697AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7697AA on black background.


Color preview on white background

This text has color #7697AA on white background.



Black color preview on #7697AA background

This text has black color on #7697AA background.


White color preview on #7697AA background

This text has white color on #7697AA background.