COLOR #7690CB

HEX: #7690CB RGB: (118,144,203)

Color info

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

RGB color model

#7690CB color RGB value is (118,144,203).

RGB: (118,144,203) (46%, 56%, 80%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 203 of 255 = 80%

118
144
203

R + G + B ~ 61%. #7690CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 144 + 203 = 465 (100%)
R 118 of 465 ~ 25.38%
G 144 of 465 ~ 30.97%
B 203 of 465 ~ 43.66'%

%25.38
%30.97
%43.66

CMYK color model

#7690CB color CMYK value is (42,29,0,20).

  • cyan value is 41.87%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (42,29,0,20) C42M29Y0K20 (42%,29%,0%,20%) (0.42/0.29/0.00/0.20) 

CMYK percentages

%41.87
%29.06
%0
%20.39

Codes

Color #7690CB in popluar color models

76 90 CB
RGB 118 144 203
HSL 222° 44.97% 62.94%
HSB/HSV 222° 41.87% 79.61%
CMYK 41.87% 29.06% 0.00%
20.39%

Color #7690CB in popluar number systems.

HEX 76 90 CB
Decimal 118 144 203
Binary 1110110 10010000 11001011
Octal 166 220 313

Shades and tints

Shades of #7690CB

#7690CB
(118,144,203)
#6C83B9
(108,131,185)
#6276A7
(98,118,167)
#586995
(88,105,149)
#4E5C83
(78,92,131)
#444F71
(68,79,113)
#3A425F
(58,66,95)
#30354D
(48,53,77)
#26283B
(38,40,59)
#1C1B29
(28,27,41)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #7690CB

#7690CB
(118,144,203)
#829ACF
(130,154,207)
#8EA4D3
(142,164,211)
#9AAED7
(154,174,215)
#A6B8DB
(166,184,219)
#B2C2DF
(178,194,223)
#BECCE3
(190,204,227)
#CAD6E7
(202,214,231)
#D6E0EB
(214,224,235)
#E2EAEF
(226,234,239)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7690CB; }

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

This text font color is #7690CB.

Background Color

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

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

This div background color is #7690CB.

Border color

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

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

This div border color is #7690CB.

Opacity

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

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

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

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

This text has shadow with #7690CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7690CB.

Preview

Color preview on black background

This text has color #7690CB on black background.


Color preview on white background

This text has color #7690CB on white background.


Black color preview on #7690CB background

This text has black color on #7690CB background.


White color preview on #7690CB background

This text has white color on #7690CB background.


Related colors

Complementary color

Complementary color for #hex is #896F34.


I love getcolorcode.com

Triadic colors

1 #CB7690 and #90CB76 with #7690CB are triadic colors.

2 #CB9076 and #9076CB with #7690CB are triadic colors.