COLOR #7692C0

HEX: #7692C0
RGB: (118,146,192)

Color info

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

RGB color model

#7692C0 color RGB value is (118,146,192).

  • red value is 118;
  • green value is 146;
  • blue value is 192.
RGB:
(118,146,192)
(46%,57%,75%)

RGB channels and saturation

R 118 of 255 = 46%
G 146 of 255 = 57%
B 192 of 255 = 75%

118
146
192

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

Portions of RGB colors in percentages

R + G + B =
118 + 146 + 192 = 456 (100%)
R 118 of 456 ~ 25.88%
G 146 of 456 ~ 32.02%
B 192 of 456 ~ 42.11%

%25.88
%32.02
%42.11

CMYK color model

#7692C0 color CMYK value is (39,24,0,25).

  • cyan value is 38.54%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(39,24,0,25)
C39M24Y0K25 
(39%,24%,0%,25%)
(0.39/0.24/0.00/0.25)	

CMYK percentages

%38.54
%23.96
%0
%24.71

Codes

Color #7692C0 in popluar color models

7692C0
RGB118146192
HSL217°37.00%60.78%
HSB/HSV217°38.54%75.29%
CMYK38.54%23.96%0.00%
24.71%

Color #7692C0 in popluar number systems.

HEX7692C0
Decimal118146192
Binary11101101001001011000000
Octal166222300

Shades and tints

Shades of #7692C0

#7692C0
(118,146,192)
#6C85AF
(108,133,175)
#62789E
(98,120,158)
#586B8D
(88,107,141)
#4E5E7C
(78,94,124)
#44516B
(68,81,107)
#3A445A
(58,68,90)
#303749
(48,55,73)
#262A38
(38,42,56)
#1C1D27
(28,29,39)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #7692C0

#7692C0
(118,146,192)
#829BC5
(130,155,197)
#8EA4CA
(142,164,202)
#9AADCF
(154,173,207)
#A6B6D4
(166,182,212)
#B2BFD9
(178,191,217)
#BEC8DE
(190,200,222)
#CAD1E3
(202,209,227)
#D6DAE8
(214,218,232)
#E2E3ED
(226,227,237)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7692C0 color. Also use rgb(118,146,192) instead hex code.

Text Font Color

.myTextColor { color: #7692C0; }

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

This text font color is #7692C0.


Background Color

.myBgColor { background-color: #7692C0; }

<div style="background-color:#7692C0">Inner text</div>

This div background color is #7692C0.


Border color

.myBorderColor { border: 1px solid #7692C0; }

<div style="border:3px solid #7692C0">Div</div>

This div border color is #7692C0.


Opacity

.myOpacity80 { color: #7692C0; opacity: 0.8; }

<p style="color:#7692C0;opacity:0.8;">80%</p>

Text with #7692C0 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 #7692C0;}

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

This text has shadow with #7692C0 color.

.textShadow {text-shadow: 3px 3px 1px #7692C0, 3px 3px 1px red;}

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

This text has shadow with #7692C0 primary color and red secondary color.


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

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

This text has shadow with #7692C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7692C0 on black background.


Color preview on white background

This text has color #7692C0 on white background.



Black color preview on #7692C0 background

This text has black color on #7692C0 background.


White color preview on #7692C0 background

This text has white color on #7692C0 background.