COLOR #7668A3

HEX: #7668A3
RGB: (118,104,163)

Color info

#7668A3 contains red, green and blue colors in about the same proportion. Web safe color of #7668A3 is #666699 (or #669).

RGB color model

#7668A3 color RGB value is (118,104,163).

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

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 163 of 255 = 64%

118
104
163

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

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 163 = 385 (100%)
R 118 of 385 ~ 30.65%
G 104 of 385 ~ 27.01%
B 163 of 385 ~ 42.34%

%30.65
%27.01
%42.34

CMYK color model

#7668A3 color CMYK value is (28,36,0,36).

  • cyan value is 27.61%
  • magenta value is 36.20%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(28,36,0,36)
C28M36Y0K36 
(28%,36%,0%,36%)
(0.28/0.36/0.00/0.36)	

CMYK percentages

%27.61
%36.2
%0
%36.08

Codes

Color #7668A3 in popluar color models

7668A3
RGB118104163
HSL254°24.28%52.35%
HSB/HSV254°36.20%63.92%
CMYK27.61%36.20%0.00%
36.08%

Color #7668A3 in popluar number systems.

HEX7668A3
Decimal118104163
Binary1110110110100010100011
Octal166150243

Shades and tints

Shades of #7668A3

#7668A3
(118,104,163)
#6C5F95
(108,95,149)
#625687
(98,86,135)
#584D79
(88,77,121)
#4E446B
(78,68,107)
#443B5D
(68,59,93)
#3A324F
(58,50,79)
#302941
(48,41,65)
#262033
(38,32,51)
#1C1725
(28,23,37)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #7668A3

#7668A3
(118,104,163)
#8275AB
(130,117,171)
#8E82B3
(142,130,179)
#9A8FBB
(154,143,187)
#A69CC3
(166,156,195)
#B2A9CB
(178,169,203)
#BEB6D3
(190,182,211)
#CAC3DB
(202,195,219)
#D6D0E3
(214,208,227)
#E2DDEB
(226,221,235)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7668A3; }

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

This text font color is #7668A3.


Background Color

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

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

This div background color is #7668A3.


Border color

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

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

This div border color is #7668A3.


Opacity

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

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

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

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

This text has shadow with #7668A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7668A3 on black background.


Color preview on white background

This text has color #7668A3 on white background.



Black color preview on #7668A3 background

This text has black color on #7668A3 background.


White color preview on #7668A3 background

This text has white color on #7668A3 background.