COLOR #7690C7

HEX: #7690C7 RGB: (118,144,199)

Color info

#7690C7 contains mainly green and blue colors. Web safe color of #7690C7 is #6699CC (or #69C).

RGB color model

#7690C7 color RGB value is (118,144,199).

RGB: (118,144,199) (46%, 56%, 78%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 199 of 255 = 78%

118
144
199

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

Portions of RGB colors in percentages

R + G + B = 118 + 144 + 199 = 461 (100%)
R 118 of 461 ~ 25.6%
G 144 of 461 ~ 31.24%
B 199 of 461 ~ 43.17'%

%25.6
%31.24
%43.17

CMYK color model

#7690C7 color CMYK value is (41,28,0,22).

  • cyan value is 40.70%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (41,28,0,22) C41M28Y0K22 (41%,28%,0%,22%) (0.41/0.28/0.00/0.22) 

CMYK percentages

%40.7
%27.64
%0
%21.96

Codes

Color #7690C7 in popluar color models

76 90 C7
RGB 118 144 199
HSL 221° 41.97% 62.16%
HSB/HSV 221° 40.70% 78.04%
CMYK 40.70% 27.64% 0.00%
21.96%

Color #7690C7 in popluar number systems.

HEX 76 90 C7
Decimal 118 144 199
Binary 1110110 10010000 11000111
Octal 166 220 307

Shades and tints

Shades of #7690C7

#7690C7
(118,144,199)
#6C83B5
(108,131,181)
#6276A3
(98,118,163)
#586991
(88,105,145)
#4E5C7F
(78,92,127)
#444F6D
(68,79,109)
#3A425B
(58,66,91)
#303549
(48,53,73)
#262837
(38,40,55)
#1C1B25
(28,27,37)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #7690C7

#7690C7
(118,144,199)
#829ACC
(130,154,204)
#8EA4D1
(142,164,209)
#9AAED6
(154,174,214)
#A6B8DB
(166,184,219)
#B2C2E0
(178,194,224)
#BECCE5
(190,204,229)
#CAD6EA
(202,214,234)
#D6E0EF
(214,224,239)
#E2EAF4
(226,234,244)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7690C7; }

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

This text font color is #7690C7.

Background Color

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

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

This div background color is #7690C7.

Border color

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

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

This div border color is #7690C7.

Opacity

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

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

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

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

This text has shadow with #7690C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7690C7.

Preview

Color preview on black background

This text has color #7690C7 on black background.


Color preview on white background

This text has color #7690C7 on white background.


Black color preview on #7690C7 background

This text has black color on #7690C7 background.


White color preview on #7690C7 background

This text has white color on #7690C7 background.


Related colors

Complementary color

Complementary color for #hex is #896F38.


I love getcolorcode.com

Triadic colors

1 #C77690 and #90C776 with #7690C7 are triadic colors.

2 #C79076 and #9076C7 with #7690C7 are triadic colors.