COLOR #7669DC

HEX: #7669DC
RGB: (118,105,220)

Color info

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

RGB color model

#7669DC color RGB value is (118,105,220).

  • red value is 118;
  • green value is 105;
  • blue value is 220.
RGB:
(118,105,220)
(46%,41%,86%)

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 220 of 255 = 86%

118
105
220

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 220 = 443 (100%)
R 118 of 443 ~ 26.64%
G 105 of 443 ~ 23.7%
B 220 of 443 ~ 49.66%

%26.64
%23.7
%49.66

CMYK color model

#7669DC color CMYK value is (46,52,0,14).

  • cyan value is 46.36%
  • magenta value is 52.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(46,52,0,14)
C46M52Y0K14 
(46%,52%,0%,14%)
(0.46/0.52/0.00/0.14)	

CMYK percentages

%46.36
%52.27
%0
%13.73

Codes

Color #7669DC in popluar color models

7669DC
RGB118105220
HSL247°62.16%63.73%
HSB/HSV247°52.27%86.27%
CMYK46.36%52.27%0.00%
13.73%

Color #7669DC in popluar number systems.

HEX7669DC
Decimal118105220
Binary1110110110100111011100
Octal166151334

Shades and tints

Shades of #7669DC

#7669DC
(118,105,220)
#6C60C8
(108,96,200)
#6257B4
(98,87,180)
#584EA0
(88,78,160)
#4E458C
(78,69,140)
#443C78
(68,60,120)
#3A3364
(58,51,100)
#302A50
(48,42,80)
#26213C
(38,33,60)
#1C1828
(28,24,40)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #7669DC

#7669DC
(118,105,220)
#8276DF
(130,118,223)
#8E83E2
(142,131,226)
#9A90E5
(154,144,229)
#A69DE8
(166,157,232)
#B2AAEB
(178,170,235)
#BEB7EE
(190,183,238)
#CAC4F1
(202,196,241)
#D6D1F4
(214,209,244)
#E2DEF7
(226,222,247)
#EEEBFA
(238,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7669DC color. Also use rgb(118,105,220) instead hex code.

Text Font Color

.myTextColor { color: #7669DC; }

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

This text font color is #7669DC.


Background Color

.myBgColor { background-color: #7669DC; }

<div style="background-color:#7669DC">Inner text</div>

This div background color is #7669DC.


Border color

.myBorderColor { border: 1px solid #7669DC; }

<div style="border:3px solid #7669DC">Div</div>

This div border color is #7669DC.


Opacity

.myOpacity80 { color: #7669DC; opacity: 0.8; }

<p style="color:#7669DC;opacity:0.8;">80%</p>

Text with #7669DC 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 #7669DC;}

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

This text has shadow with #7669DC color.

.textShadow {text-shadow: 3px 3px 1px #7669DC, 3px 3px 1px red;}

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

This text has shadow with #7669DC primary color and red secondary color.


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

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

This text has shadow with #7669DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7669DC on black background.


Color preview on white background

This text has color #7669DC on white background.



Black color preview on #7669DC background

This text has black color on #7669DC background.


White color preview on #7669DC background

This text has white color on #7669DC background.