COLOR #7690AD

HEX: #7690AD
RGB: (118,144,173)

Color info

#7690AD contains red, green and blue colors in about the same proportion. Web safe color of #7690AD is #669999 (or #699).

RGB color model

#7690AD color RGB value is (118,144,173).

  • red value is 118;
  • green value is 144;
  • blue value is 173.
RGB:
(118,144,173)
(46%,56%,68%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 173 of 255 = 68%

118
144
173

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

Portions of RGB colors in percentages

R + G + B =
118 + 144 + 173 = 435 (100%)
R 118 of 435 ~ 27.13%
G 144 of 435 ~ 33.1%
B 173 of 435 ~ 39.77%

%27.13
%33.1
%39.77

CMYK color model

#7690AD color CMYK value is (32,17,0,32).

  • cyan value is 31.79%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(32,17,0,32)
C32M17Y0K32 
(32%,17%,0%,32%)
(0.32/0.17/0.00/0.32)	

CMYK percentages

%31.79
%16.76
%0
%32.16

Codes

Color #7690AD in popluar color models

7690AD
RGB118144173
HSL212°25.11%57.06%
HSB/HSV212°31.79%67.84%
CMYK31.79%16.76%0.00%
32.16%

Color #7690AD in popluar number systems.

HEX7690AD
Decimal118144173
Binary11101101001000010101101
Octal166220255

Shades and tints

Shades of #7690AD

#7690AD
(118,144,173)
#6C839E
(108,131,158)
#62768F
(98,118,143)
#586980
(88,105,128)
#4E5C71
(78,92,113)
#444F62
(68,79,98)
#3A4253
(58,66,83)
#303544
(48,53,68)
#262835
(38,40,53)
#1C1B26
(28,27,38)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #7690AD

#7690AD
(118,144,173)
#829AB4
(130,154,180)
#8EA4BB
(142,164,187)
#9AAEC2
(154,174,194)
#A6B8C9
(166,184,201)
#B2C2D0
(178,194,208)
#BECCD7
(190,204,215)
#CAD6DE
(202,214,222)
#D6E0E5
(214,224,229)
#E2EAEC
(226,234,236)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7690AD; }

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

This text font color is #7690AD.


Background Color

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

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

This div background color is #7690AD.


Border color

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

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

This div border color is #7690AD.


Opacity

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

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

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

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

This text has shadow with #7690AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7690AD on black background.


Color preview on white background

This text has color #7690AD on white background.



Black color preview on #7690AD background

This text has black color on #7690AD background.


White color preview on #7690AD background

This text has white color on #7690AD background.