COLOR #7688C3

HEX: #7688C3
RGB: (118,136,195)

Color info

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

RGB color model

#7688C3 color RGB value is (118,136,195).

  • red value is 118;
  • green value is 136;
  • blue value is 195.
RGB:
(118,136,195)
(46%,53%,76%)

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 195 of 255 = 76%

118
136
195

R + G + B ~ 58%. #7688C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 195 = 449 (100%)
R 118 of 449 ~ 26.28%
G 136 of 449 ~ 30.29%
B 195 of 449 ~ 43.43%

%26.28
%30.29
%43.43

CMYK color model

#7688C3 color CMYK value is (39,30,0,24).

  • cyan value is 39.49%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(39,30,0,24)
C39M30Y0K24 
(39%,30%,0%,24%)
(0.39/0.30/0.00/0.24)	

CMYK percentages

%39.49
%30.26
%0
%23.53

Codes

Color #7688C3 in popluar color models

7688C3
RGB118136195
HSL226°39.09%61.37%
HSB/HSV226°39.49%76.47%
CMYK39.49%30.26%0.00%
23.53%

Color #7688C3 in popluar number systems.

HEX7688C3
Decimal118136195
Binary11101101000100011000011
Octal166210303

Shades and tints

Shades of #7688C3

#7688C3
(118,136,195)
#6C7CB2
(108,124,178)
#6270A1
(98,112,161)
#586490
(88,100,144)
#4E587F
(78,88,127)
#444C6E
(68,76,110)
#3A405D
(58,64,93)
#30344C
(48,52,76)
#26283B
(38,40,59)
#1C1C2A
(28,28,42)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #7688C3

#7688C3
(118,136,195)
#8292C8
(130,146,200)
#8E9CCD
(142,156,205)
#9AA6D2
(154,166,210)
#A6B0D7
(166,176,215)
#B2BADC
(178,186,220)
#BEC4E1
(190,196,225)
#CACEE6
(202,206,230)
#D6D8EB
(214,216,235)
#E2E2F0
(226,226,240)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7688C3 color. Also use rgb(118,136,195) instead hex code.

Text Font Color

.myTextColor { color: #7688C3; }

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

This text font color is #7688C3.


Background Color

.myBgColor { background-color: #7688C3; }

<div style="background-color:#7688C3">Inner text</div>

This div background color is #7688C3.


Border color

.myBorderColor { border: 1px solid #7688C3; }

<div style="border:3px solid #7688C3">Div</div>

This div border color is #7688C3.


Opacity

.myOpacity80 { color: #7688C3; opacity: 0.8; }

<p style="color:#7688C3;opacity:0.8;">80%</p>

Text with #7688C3 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 #7688C3;}

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

This text has shadow with #7688C3 color.

.textShadow {text-shadow: 3px 3px 1px #7688C3, 3px 3px 1px red;}

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

This text has shadow with #7688C3 primary color and red secondary color.


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

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

This text has shadow with #7688C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7688C3 on black background.


Color preview on white background

This text has color #7688C3 on white background.



Black color preview on #7688C3 background

This text has black color on #7688C3 background.


White color preview on #7688C3 background

This text has white color on #7688C3 background.