COLOR #7694A4

HEX: #7694A4
RGB: (118,148,164)

Color info

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

RGB color model

#7694A4 color RGB value is (118,148,164).

  • red value is 118;
  • green value is 148;
  • blue value is 164.
RGB:
(118,148,164)
(46%,58%,64%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 164 of 255 = 64%

118
148
164

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 164 = 430 (100%)
R 118 of 430 ~ 27.44%
G 148 of 430 ~ 34.42%
B 164 of 430 ~ 38.14%

%27.44
%34.42
%38.14

CMYK color model

#7694A4 color CMYK value is (28,10,0,36).

  • cyan value is 28.05%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(28,10,0,36)
C28M10Y0K36 
(28%,10%,0%,36%)
(0.28/0.10/0.00/0.36)	

CMYK percentages

%28.05
%9.76
%0
%35.69

Codes

Color #7694A4 in popluar color models

7694A4
RGB118148164
HSL201°20.18%55.29%
HSB/HSV201°28.05%64.31%
CMYK28.05%9.76%0.00%
35.69%

Color #7694A4 in popluar number systems.

HEX7694A4
Decimal118148164
Binary11101101001010010100100
Octal166224244

Shades and tints

Shades of #7694A4

#7694A4
(118,148,164)
#6C8796
(108,135,150)
#627A88
(98,122,136)
#586D7A
(88,109,122)
#4E606C
(78,96,108)
#44535E
(68,83,94)
#3A4650
(58,70,80)
#303942
(48,57,66)
#262C34
(38,44,52)
#1C1F26
(28,31,38)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #7694A4

#7694A4
(118,148,164)
#829DAC
(130,157,172)
#8EA6B4
(142,166,180)
#9AAFBC
(154,175,188)
#A6B8C4
(166,184,196)
#B2C1CC
(178,193,204)
#BECAD4
(190,202,212)
#CAD3DC
(202,211,220)
#D6DCE4
(214,220,228)
#E2E5EC
(226,229,236)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7694A4 color. Also use rgb(118,148,164) instead hex code.

Text Font Color

.myTextColor { color: #7694A4; }

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

This text font color is #7694A4.


Background Color

.myBgColor { background-color: #7694A4; }

<div style="background-color:#7694A4">Inner text</div>

This div background color is #7694A4.


Border color

.myBorderColor { border: 1px solid #7694A4; }

<div style="border:3px solid #7694A4">Div</div>

This div border color is #7694A4.


Opacity

.myOpacity80 { color: #7694A4; opacity: 0.8; }

<p style="color:#7694A4;opacity:0.8;">80%</p>

Text with #7694A4 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 #7694A4;}

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

This text has shadow with #7694A4 color.

.textShadow {text-shadow: 3px 3px 1px #7694A4, 3px 3px 1px red;}

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

This text has shadow with #7694A4 primary color and red secondary color.


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

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

This text has shadow with #7694A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7694A4 on black background.


Color preview on white background

This text has color #7694A4 on white background.



Black color preview on #7694A4 background

This text has black color on #7694A4 background.


White color preview on #7694A4 background

This text has white color on #7694A4 background.