COLOR #7697B6

HEX: #7697B6
RGB: (118,151,182)

Color info

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

RGB color model

#7697B6 color RGB value is (118,151,182).

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

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 182 of 255 = 71%

118
151
182

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

Portions of RGB colors in percentages

R + G + B =
118 + 151 + 182 = 451 (100%)
R 118 of 451 ~ 26.16%
G 151 of 451 ~ 33.48%
B 182 of 451 ~ 40.35%

%26.16
%33.48
%40.35

CMYK color model

#7697B6 color CMYK value is (35,17,0,29).

  • cyan value is 35.16%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(35,17,0,29)
C35M17Y0K29 
(35%,17%,0%,29%)
(0.35/0.17/0.00/0.29)	

CMYK percentages

%35.16
%17.03
%0
%28.63

Codes

Color #7697B6 in popluar color models

7697B6
RGB118151182
HSL209°30.48%58.82%
HSB/HSV209°35.16%71.37%
CMYK35.16%17.03%0.00%
28.63%

Color #7697B6 in popluar number systems.

HEX7697B6
Decimal118151182
Binary11101101001011110110110
Octal166227266

Shades and tints

Shades of #7697B6

#7697B6
(118,151,182)
#6C8AA6
(108,138,166)
#627D96
(98,125,150)
#587086
(88,112,134)
#4E6376
(78,99,118)
#445666
(68,86,102)
#3A4956
(58,73,86)
#303C46
(48,60,70)
#262F36
(38,47,54)
#1C2226
(28,34,38)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #7697B6

#7697B6
(118,151,182)
#82A0BC
(130,160,188)
#8EA9C2
(142,169,194)
#9AB2C8
(154,178,200)
#A6BBCE
(166,187,206)
#B2C4D4
(178,196,212)
#BECDDA
(190,205,218)
#CAD6E0
(202,214,224)
#D6DFE6
(214,223,230)
#E2E8EC
(226,232,236)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7697B6; }

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

This text font color is #7697B6.


Background Color

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

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

This div background color is #7697B6.


Border color

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

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

This div border color is #7697B6.


Opacity

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

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

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

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

This text has shadow with #7697B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7697B6 on black background.


Color preview on white background

This text has color #7697B6 on white background.



Black color preview on #7697B6 background

This text has black color on #7697B6 background.


White color preview on #7697B6 background

This text has white color on #7697B6 background.