COLOR #7682A7

HEX: #7682A7
RGB: (118,130,167)

Color info

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

RGB color model

#7682A7 color RGB value is (118,130,167).

  • red value is 118;
  • green value is 130;
  • blue value is 167.
RGB:
(118,130,167)
(46%,51%,65%)

RGB channels and saturation

R 118 of 255 = 46%
G 130 of 255 = 51%
B 167 of 255 = 65%

118
130
167

R + G + B ~ 54%. #7682A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 130 + 167 = 415 (100%)
R 118 of 415 ~ 28.43%
G 130 of 415 ~ 31.33%
B 167 of 415 ~ 40.24%

%28.43
%31.33
%40.24

CMYK color model

#7682A7 color CMYK value is (29,22,0,35).

  • cyan value is 29.34%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(29,22,0,35)
C29M22Y0K35 
(29%,22%,0%,35%)
(0.29/0.22/0.00/0.35)	

CMYK percentages

%29.34
%22.16
%0
%34.51

Codes

Color #7682A7 in popluar color models

7682A7
RGB118130167
HSL225°21.78%55.88%
HSB/HSV225°29.34%65.49%
CMYK29.34%22.16%0.00%
34.51%

Color #7682A7 in popluar number systems.

HEX7682A7
Decimal118130167
Binary11101101000001010100111
Octal166202247

Shades and tints

Shades of #7682A7

#7682A7
(118,130,167)
#6C7798
(108,119,152)
#626C89
(98,108,137)
#58617A
(88,97,122)
#4E566B
(78,86,107)
#444B5C
(68,75,92)
#3A404D
(58,64,77)
#30353E
(48,53,62)
#262A2F
(38,42,47)
#1C1F20
(28,31,32)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #7682A7

#7682A7
(118,130,167)
#828DAF
(130,141,175)
#8E98B7
(142,152,183)
#9AA3BF
(154,163,191)
#A6AEC7
(166,174,199)
#B2B9CF
(178,185,207)
#BEC4D7
(190,196,215)
#CACFDF
(202,207,223)
#D6DAE7
(214,218,231)
#E2E5EF
(226,229,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7682A7 color. Also use rgb(118,130,167) instead hex code.

Text Font Color

.myTextColor { color: #7682A7; }

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

This text font color is #7682A7.


Background Color

.myBgColor { background-color: #7682A7; }

<div style="background-color:#7682A7">Inner text</div>

This div background color is #7682A7.


Border color

.myBorderColor { border: 1px solid #7682A7; }

<div style="border:3px solid #7682A7">Div</div>

This div border color is #7682A7.


Opacity

.myOpacity80 { color: #7682A7; opacity: 0.8; }

<p style="color:#7682A7;opacity:0.8;">80%</p>

Text with #7682A7 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 #7682A7;}

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

This text has shadow with #7682A7 color.

.textShadow {text-shadow: 3px 3px 1px #7682A7, 3px 3px 1px red;}

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

This text has shadow with #7682A7 primary color and red secondary color.


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

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

This text has shadow with #7682A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7682A7 on black background.


Color preview on white background

This text has color #7682A7 on white background.



Black color preview on #7682A7 background

This text has black color on #7682A7 background.


White color preview on #7682A7 background

This text has white color on #7682A7 background.