COLOR #7683CA

HEX: #7683CA
RGB: (118,131,202)

Color info

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

RGB color model

#7683CA color RGB value is (118,131,202).

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

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 202 of 255 = 79%

118
131
202

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

Portions of RGB colors in percentages

R + G + B =
118 + 131 + 202 = 451 (100%)
R 118 of 451 ~ 26.16%
G 131 of 451 ~ 29.05%
B 202 of 451 ~ 44.79%

%26.16
%29.05
%44.79

CMYK color model

#7683CA color CMYK value is (42,35,0,21).

  • cyan value is 41.58%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(42,35,0,21)
C42M35Y0K21 
(42%,35%,0%,21%)
(0.42/0.35/0.00/0.21)	

CMYK percentages

%41.58
%35.15
%0
%20.78

Codes

Color #7683CA in popluar color models

7683CA
RGB118131202
HSL231°44.21%62.75%
HSB/HSV231°41.58%79.22%
CMYK41.58%35.15%0.00%
20.78%

Color #7683CA in popluar number systems.

HEX7683CA
Decimal118131202
Binary11101101000001111001010
Octal166203312

Shades and tints

Shades of #7683CA

#7683CA
(118,131,202)
#6C78B8
(108,120,184)
#626DA6
(98,109,166)
#586294
(88,98,148)
#4E5782
(78,87,130)
#444C70
(68,76,112)
#3A415E
(58,65,94)
#30364C
(48,54,76)
#262B3A
(38,43,58)
#1C2028
(28,32,40)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #7683CA

#7683CA
(118,131,202)
#828ECE
(130,142,206)
#8E99D2
(142,153,210)
#9AA4D6
(154,164,214)
#A6AFDA
(166,175,218)
#B2BADE
(178,186,222)
#BEC5E2
(190,197,226)
#CAD0E6
(202,208,230)
#D6DBEA
(214,219,234)
#E2E6EE
(226,230,238)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7683CA; }

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

This text font color is #7683CA.


Background Color

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

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

This div background color is #7683CA.


Border color

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

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

This div border color is #7683CA.


Opacity

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

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

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

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

This text has shadow with #7683CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7683CA on black background.


Color preview on white background

This text has color #7683CA on white background.



Black color preview on #7683CA background

This text has black color on #7683CA background.


White color preview on #7683CA background

This text has white color on #7683CA background.