COLOR #7668DF

HEX: #7668DF
RGB: (118,104,223)

Color info

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

RGB color model

#7668DF color RGB value is (118,104,223).

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

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 223 of 255 = 87%

118
104
223

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

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 223 = 445 (100%)
R 118 of 445 ~ 26.52%
G 104 of 445 ~ 23.37%
B 223 of 445 ~ 50.11%

%26.52
%23.37
%50.11

CMYK color model

#7668DF color CMYK value is (47,53,0,13).

  • cyan value is 47.09%
  • magenta value is 53.36%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(47,53,0,13)
C47M53Y0K13 
(47%,53%,0%,13%)
(0.47/0.53/0.00/0.13)	

CMYK percentages

%47.09
%53.36
%0
%12.55

Codes

Color #7668DF in popluar color models

7668DF
RGB118104223
HSL247°65.03%64.12%
HSB/HSV247°53.36%87.45%
CMYK47.09%53.36%0.00%
12.55%

Color #7668DF in popluar number systems.

HEX7668DF
Decimal118104223
Binary1110110110100011011111
Octal166150337

Shades and tints

Shades of #7668DF

#7668DF
(118,104,223)
#6C5FCB
(108,95,203)
#6256B7
(98,86,183)
#584DA3
(88,77,163)
#4E448F
(78,68,143)
#443B7B
(68,59,123)
#3A3267
(58,50,103)
#302953
(48,41,83)
#26203F
(38,32,63)
#1C172B
(28,23,43)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #7668DF

#7668DF
(118,104,223)
#8275E1
(130,117,225)
#8E82E3
(142,130,227)
#9A8FE5
(154,143,229)
#A69CE7
(166,156,231)
#B2A9E9
(178,169,233)
#BEB6EB
(190,182,235)
#CAC3ED
(202,195,237)
#D6D0EF
(214,208,239)
#E2DDF1
(226,221,241)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7668DF; }

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

This text font color is #7668DF.


Background Color

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

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

This div background color is #7668DF.


Border color

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

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

This div border color is #7668DF.


Opacity

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

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

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

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

This text has shadow with #7668DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7668DF on black background.


Color preview on white background

This text has color #7668DF on white background.



Black color preview on #7668DF background

This text has black color on #7668DF background.


White color preview on #7668DF background

This text has white color on #7668DF background.