COLOR #7668CB

HEX: #7668CB
RGB: (118,104,203)

Color info

#7668CB contains mainly blue color. Web safe color of #7668CB is #6666CC (or #66C).

RGB color model

#7668CB color RGB value is (118,104,203).

  • red value is 118;
  • green value is 104;
  • blue value is 203.
RGB:
(118,104,203)
(46%,41%,80%)

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 203 of 255 = 80%

118
104
203

R + G + B ~ 56%. #7668CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 203 = 425 (100%)
R 118 of 425 ~ 27.76%
G 104 of 425 ~ 24.47%
B 203 of 425 ~ 47.76%

%27.76
%24.47
%47.76

CMYK color model

#7668CB color CMYK value is (42,49,0,20).

  • cyan value is 41.87%
  • magenta value is 48.77%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(42,49,0,20)
C42M49Y0K20 
(42%,49%,0%,20%)
(0.42/0.49/0.00/0.20)	

CMYK percentages

%41.87
%48.77
%0
%20.39

Codes

Color #7668CB in popluar color models

7668CB
RGB118104203
HSL248°48.77%60.20%
HSB/HSV248°48.77%79.61%
CMYK41.87%48.77%0.00%
20.39%

Color #7668CB in popluar number systems.

HEX7668CB
Decimal118104203
Binary1110110110100011001011
Octal166150313

Shades and tints

Shades of #7668CB

#7668CB
(118,104,203)
#6C5FB9
(108,95,185)
#6256A7
(98,86,167)
#584D95
(88,77,149)
#4E4483
(78,68,131)
#443B71
(68,59,113)
#3A325F
(58,50,95)
#30294D
(48,41,77)
#26203B
(38,32,59)
#1C1729
(28,23,41)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #7668CB

#7668CB
(118,104,203)
#8275CF
(130,117,207)
#8E82D3
(142,130,211)
#9A8FD7
(154,143,215)
#A69CDB
(166,156,219)
#B2A9DF
(178,169,223)
#BEB6E3
(190,182,227)
#CAC3E7
(202,195,231)
#D6D0EB
(214,208,235)
#E2DDEF
(226,221,239)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7668CB color. Also use rgb(118,104,203) instead hex code.

Text Font Color

.myTextColor { color: #7668CB; }

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

This text font color is #7668CB.


Background Color

.myBgColor { background-color: #7668CB; }

<div style="background-color:#7668CB">Inner text</div>

This div background color is #7668CB.


Border color

.myBorderColor { border: 1px solid #7668CB; }

<div style="border:3px solid #7668CB">Div</div>

This div border color is #7668CB.


Opacity

.myOpacity80 { color: #7668CB; opacity: 0.8; }

<p style="color:#7668CB;opacity:0.8;">80%</p>

Text with #7668CB 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 #7668CB;}

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

This text has shadow with #7668CB color.

.textShadow {text-shadow: 3px 3px 1px #7668CB, 3px 3px 1px red;}

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

This text has shadow with #7668CB primary color and red secondary color.


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

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

This text has shadow with #7668CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7668CB on black background.


Color preview on white background

This text has color #7668CB on white background.



Black color preview on #7668CB background

This text has black color on #7668CB background.


White color preview on #7668CB background

This text has white color on #7668CB background.