COLOR #7670C7

HEX: #7670C7
RGB: (118,112,199)

Color info

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

RGB color model

#7670C7 color RGB value is (118,112,199).

  • red value is 118;
  • green value is 112;
  • blue value is 199.
RGB:
(118,112,199)
(46%,44%,78%)

RGB channels and saturation

R 118 of 255 = 46%
G 112 of 255 = 44%
B 199 of 255 = 78%

118
112
199

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

Portions of RGB colors in percentages

R + G + B =
118 + 112 + 199 = 429 (100%)
R 118 of 429 ~ 27.51%
G 112 of 429 ~ 26.11%
B 199 of 429 ~ 46.39%

%27.51
%26.11
%46.39

CMYK color model

#7670C7 color CMYK value is (41,44,0,22).

  • cyan value is 40.70%
  • magenta value is 43.72%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(41,44,0,22)
C41M44Y0K22 
(41%,44%,0%,22%)
(0.41/0.44/0.00/0.22)	

CMYK percentages

%40.7
%43.72
%0
%21.96

Codes

Color #7670C7 in popluar color models

7670C7
RGB118112199
HSL244°43.72%60.98%
HSB/HSV244°43.72%78.04%
CMYK40.70%43.72%0.00%
21.96%

Color #7670C7 in popluar number systems.

HEX7670C7
Decimal118112199
Binary1110110111000011000111
Octal166160307

Shades and tints

Shades of #7670C7

#7670C7
(118,112,199)
#6C66B5
(108,102,181)
#625CA3
(98,92,163)
#585291
(88,82,145)
#4E487F
(78,72,127)
#443E6D
(68,62,109)
#3A345B
(58,52,91)
#302A49
(48,42,73)
#262037
(38,32,55)
#1C1625
(28,22,37)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #7670C7

#7670C7
(118,112,199)
#827DCC
(130,125,204)
#8E8AD1
(142,138,209)
#9A97D6
(154,151,214)
#A6A4DB
(166,164,219)
#B2B1E0
(178,177,224)
#BEBEE5
(190,190,229)
#CACBEA
(202,203,234)
#D6D8EF
(214,216,239)
#E2E5F4
(226,229,244)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7670C7 color. Also use rgb(118,112,199) instead hex code.

Text Font Color

.myTextColor { color: #7670C7; }

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

This text font color is #7670C7.


Background Color

.myBgColor { background-color: #7670C7; }

<div style="background-color:#7670C7">Inner text</div>

This div background color is #7670C7.


Border color

.myBorderColor { border: 1px solid #7670C7; }

<div style="border:3px solid #7670C7">Div</div>

This div border color is #7670C7.


Opacity

.myOpacity80 { color: #7670C7; opacity: 0.8; }

<p style="color:#7670C7;opacity:0.8;">80%</p>

Text with #7670C7 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 #7670C7;}

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

This text has shadow with #7670C7 color.

.textShadow {text-shadow: 3px 3px 1px #7670C7, 3px 3px 1px red;}

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

This text has shadow with #7670C7 primary color and red secondary color.


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

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

This text has shadow with #7670C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7670C7 on black background.


Color preview on white background

This text has color #7670C7 on white background.



Black color preview on #7670C7 background

This text has black color on #7670C7 background.


White color preview on #7670C7 background

This text has white color on #7670C7 background.