COLOR #7683AD

HEX: #7683AD
RGB: (118,131,173)

Color info

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

RGB color model

#7683AD color RGB value is (118,131,173).

  • red value is 118;
  • green value is 131;
  • blue value is 173.
RGB:
(118,131,173)
(46%,51%,68%)

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 173 of 255 = 68%

118
131
173

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

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 173 = 422 (100%)
R 118 of 422 ~ 27.96%
G 131 of 422 ~ 31.04%
B 173 of 422 ~ 41%

%27.96
%31.04
%41

CMYK color model

#7683AD color CMYK value is (32,24,0,32).

  • cyan value is 31.79%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(32,24,0,32)
C32M24Y0K32 
(32%,24%,0%,32%)
(0.32/0.24/0.00/0.32)	

CMYK percentages

%31.79
%24.28
%0
%32.16

Codes

Color #7683AD in popluar color models

7683AD
RGB118131173
HSL226°25.11%57.06%
HSB/HSV226°31.79%67.84%
CMYK31.79%24.28%0.00%
32.16%

Color #7683AD in popluar number systems.

HEX7683AD
Decimal118131173
Binary11101101000001110101101
Octal166203255

Shades and tints

Shades of #7683AD

#7683AD
(118,131,173)
#6C789E
(108,120,158)
#626D8F
(98,109,143)
#586280
(88,98,128)
#4E5771
(78,87,113)
#444C62
(68,76,98)
#3A4153
(58,65,83)
#303644
(48,54,68)
#262B35
(38,43,53)
#1C2026
(28,32,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #7683AD

#7683AD
(118,131,173)
#828EB4
(130,142,180)
#8E99BB
(142,153,187)
#9AA4C2
(154,164,194)
#A6AFC9
(166,175,201)
#B2BAD0
(178,186,208)
#BEC5D7
(190,197,215)
#CAD0DE
(202,208,222)
#D6DBE5
(214,219,229)
#E2E6EC
(226,230,236)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7683AD color. Also use rgb(118,131,173) instead hex code.

Text Font Color

.myTextColor { color: #7683AD; }

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

This text font color is #7683AD.


Background Color

.myBgColor { background-color: #7683AD; }

<div style="background-color:#7683AD">Inner text</div>

This div background color is #7683AD.


Border color

.myBorderColor { border: 1px solid #7683AD; }

<div style="border:3px solid #7683AD">Div</div>

This div border color is #7683AD.


Opacity

.myOpacity80 { color: #7683AD; opacity: 0.8; }

<p style="color:#7683AD;opacity:0.8;">80%</p>

Text with #7683AD 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 #7683AD;}

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

This text has shadow with #7683AD color.

.textShadow {text-shadow: 3px 3px 1px #7683AD, 3px 3px 1px red;}

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

This text has shadow with #7683AD primary color and red secondary color.


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

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

This text has shadow with #7683AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7683AD on black background.


Color preview on white background

This text has color #7683AD on white background.



Black color preview on #7683AD background

This text has black color on #7683AD background.


White color preview on #7683AD background

This text has white color on #7683AD background.