COLOR #7683B9

HEX: #7683B9
RGB: (118,131,185)

Color info

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

RGB color model

#7683B9 color RGB value is (118,131,185).

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

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 185 of 255 = 73%

118
131
185

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

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 185 = 434 (100%)
R 118 of 434 ~ 27.19%
G 131 of 434 ~ 30.18%
B 185 of 434 ~ 42.63%

%27.19
%30.18
%42.63

CMYK color model

#7683B9 color CMYK value is (36,29,0,27).

  • cyan value is 36.22%
  • magenta value is 29.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(36,29,0,27)
C36M29Y0K27 
(36%,29%,0%,27%)
(0.36/0.29/0.00/0.27)	

CMYK percentages

%36.22
%29.19
%0
%27.45

Codes

Color #7683B9 in popluar color models

7683B9
RGB118131185
HSL228°32.37%59.41%
HSB/HSV228°36.22%72.55%
CMYK36.22%29.19%0.00%
27.45%

Color #7683B9 in popluar number systems.

HEX7683B9
Decimal118131185
Binary11101101000001110111001
Octal166203271

Shades and tints

Shades of #7683B9

#7683B9
(118,131,185)
#6C78A9
(108,120,169)
#626D99
(98,109,153)
#586289
(88,98,137)
#4E5779
(78,87,121)
#444C69
(68,76,105)
#3A4159
(58,65,89)
#303649
(48,54,73)
#262B39
(38,43,57)
#1C2029
(28,32,41)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #7683B9

#7683B9
(118,131,185)
#828EBF
(130,142,191)
#8E99C5
(142,153,197)
#9AA4CB
(154,164,203)
#A6AFD1
(166,175,209)
#B2BAD7
(178,186,215)
#BEC5DD
(190,197,221)
#CAD0E3
(202,208,227)
#D6DBE9
(214,219,233)
#E2E6EF
(226,230,239)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7683B9; }

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

This text font color is #7683B9.


Background Color

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

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

This div background color is #7683B9.


Border color

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

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

This div border color is #7683B9.


Opacity

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

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

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

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

This text has shadow with #7683B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7683B9 on black background.


Color preview on white background

This text has color #7683B9 on white background.



Black color preview on #7683B9 background

This text has black color on #7683B9 background.


White color preview on #7683B9 background

This text has white color on #7683B9 background.