COLOR #7683CC

HEX: #7683CC
RGB: (118,131,204)

Color info

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

RGB color model

#7683CC color RGB value is (118,131,204).

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

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 204 of 255 = 80%

118
131
204

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

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 204 = 453 (100%)
R 118 of 453 ~ 26.05%
G 131 of 453 ~ 28.92%
B 204 of 453 ~ 45.03%

%26.05
%28.92
%45.03

CMYK color model

#7683CC color CMYK value is (42,36,0,20).

  • cyan value is 42.16%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(42,36,0,20)
C42M36Y0K20 
(42%,36%,0%,20%)
(0.42/0.36/0.00/0.20)	

CMYK percentages

%42.16
%35.78
%0
%20

Codes

Color #7683CC in popluar color models

7683CC
RGB118131204
HSL231°45.74%63.14%
HSB/HSV231°42.16%80.00%
CMYK42.16%35.78%0.00%
20.00%

Color #7683CC in popluar number systems.

HEX7683CC
Decimal118131204
Binary11101101000001111001100
Octal166203314

Shades and tints

Shades of #7683CC

#7683CC
(118,131,204)
#6C78BA
(108,120,186)
#626DA8
(98,109,168)
#586296
(88,98,150)
#4E5784
(78,87,132)
#444C72
(68,76,114)
#3A4160
(58,65,96)
#30364E
(48,54,78)
#262B3C
(38,43,60)
#1C202A
(28,32,42)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #7683CC

#7683CC
(118,131,204)
#828ED0
(130,142,208)
#8E99D4
(142,153,212)
#9AA4D8
(154,164,216)
#A6AFDC
(166,175,220)
#B2BAE0
(178,186,224)
#BEC5E4
(190,197,228)
#CAD0E8
(202,208,232)
#D6DBEC
(214,219,236)
#E2E6F0
(226,230,240)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7683CC; }

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

This text font color is #7683CC.


Background Color

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

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

This div background color is #7683CC.


Border color

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

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

This div border color is #7683CC.


Opacity

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

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

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

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

This text has shadow with #7683CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7683CC on black background.


Color preview on white background

This text has color #7683CC on white background.



Black color preview on #7683CC background

This text has black color on #7683CC background.


White color preview on #7683CC background

This text has white color on #7683CC background.