COLOR #7690E0

HEX: #7690E0
RGB: (118,144,224)

Color info

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

RGB color model

#7690E0 color RGB value is (118,144,224).

  • red value is 118;
  • green value is 144;
  • blue value is 224.
RGB:
(118,144,224)
(46%,56%,88%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 224 of 255 = 88%

118
144
224

R + G + B ~ 63%. #7690E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 144 + 224 = 486 (100%)
R 118 of 486 ~ 24.28%
G 144 of 486 ~ 29.63%
B 224 of 486 ~ 46.09%

%24.28
%29.63
%46.09

CMYK color model

#7690E0 color CMYK value is (47,36,0,12).

  • cyan value is 47.32%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(47,36,0,12)
C47M36Y0K12 
(47%,36%,0%,12%)
(0.47/0.36/0.00/0.12)	

CMYK percentages

%47.32
%35.71
%0
%12.16

Codes

Color #7690E0 in popluar color models

7690E0
RGB118144224
HSL225°63.10%67.06%
HSB/HSV225°47.32%87.84%
CMYK47.32%35.71%0.00%
12.16%

Color #7690E0 in popluar number systems.

HEX7690E0
Decimal118144224
Binary11101101001000011100000
Octal166220340

Shades and tints

Shades of #7690E0

#7690E0
(118,144,224)
#6C83CC
(108,131,204)
#6276B8
(98,118,184)
#5869A4
(88,105,164)
#4E5C90
(78,92,144)
#444F7C
(68,79,124)
#3A4268
(58,66,104)
#303554
(48,53,84)
#262840
(38,40,64)
#1C1B2C
(28,27,44)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #7690E0

#7690E0
(118,144,224)
#829AE2
(130,154,226)
#8EA4E4
(142,164,228)
#9AAEE6
(154,174,230)
#A6B8E8
(166,184,232)
#B2C2EA
(178,194,234)
#BECCEC
(190,204,236)
#CAD6EE
(202,214,238)
#D6E0F0
(214,224,240)
#E2EAF2
(226,234,242)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7690E0 color. Also use rgb(118,144,224) instead hex code.

Text Font Color

.myTextColor { color: #7690E0; }

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

This text font color is #7690E0.


Background Color

.myBgColor { background-color: #7690E0; }

<div style="background-color:#7690E0">Inner text</div>

This div background color is #7690E0.


Border color

.myBorderColor { border: 1px solid #7690E0; }

<div style="border:3px solid #7690E0">Div</div>

This div border color is #7690E0.


Opacity

.myOpacity80 { color: #7690E0; opacity: 0.8; }

<p style="color:#7690E0;opacity:0.8;">80%</p>

Text with #7690E0 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 #7690E0;}

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

This text has shadow with #7690E0 color.

.textShadow {text-shadow: 3px 3px 1px #7690E0, 3px 3px 1px red;}

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

This text has shadow with #7690E0 primary color and red secondary color.


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

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

This text has shadow with #7690E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7690E0 on black background.


Color preview on white background

This text has color #7690E0 on white background.



Black color preview on #7690E0 background

This text has black color on #7690E0 background.


White color preview on #7690E0 background

This text has white color on #7690E0 background.