COLOR #7694AF

HEX: #7694AF RGB: (118,148,175)

Color info

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

RGB color model

#7694AF color RGB value is (118,148,175).

RGB: (118,148,175) (46%, 58%, 69%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 175 of 255 = 69%

118
148
175

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

Portions of RGB colors in percentages

R + G + B = 118 + 148 + 175 = 441 (100%)
R 118 of 441 ~ 26.76%
G 148 of 441 ~ 33.56%
B 175 of 441 ~ 39.68'%

%26.76
%33.56
%39.68

CMYK color model

#7694AF color CMYK value is (33,15,0,31).

  • cyan value is 32.57%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (33,15,0,31)
C33M15Y0K31 (33%, 15%, 0%, 31%)
(0.33 / 0.15 / 0.00 / 0.31)

CMYK percentages

%32.57
%15.43
%0
%31.37

Codes

Color #7694AF in popluar color models

76 94 AF
RGB 118 148 175
HSL 208° 26.27% 57.45%
HSB/HSV 208° 32.57% 68.63%
CMYK 32.57% 15.43% 0.00%
31.37%

Color #7694AF in popluar number systems.

HEX 76 94 AF
Decimal 118 148 175
Binary 1110110 10010100 10101111
Octal 166 224 257

Shades and tints

Shades of #7694AF

#7694AF
(118,148,175)
#6C87A0
(108,135,160)
#627A91
(98,122,145)
#586D82
(88,109,130)
#4E6073
(78,96,115)
#445364
(68,83,100)
#3A4655
(58,70,85)
#303946
(48,57,70)
#262C37
(38,44,55)
#1C1F28
(28,31,40)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #7694AF

#7694AF
(118,148,175)
#829DB6
(130,157,182)
#8EA6BD
(142,166,189)
#9AAFC4
(154,175,196)
#A6B8CB
(166,184,203)
#B2C1D2
(178,193,210)
#BECAD9
(190,202,217)
#CAD3E0
(202,211,224)
#D6DCE7
(214,220,231)
#E2E5EE
(226,229,238)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7694AF; }

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

This text font color is #7694AF.

Background Color

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

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

This div background color is #7694AF.

Border color

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

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

This div border color is #7694AF.

Opacity

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

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

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

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

This text has shadow with #7694AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7694AF.

Preview

Color preview on black background

This text has color #7694AF on black background.


Color preview on white background

This text has color #7694AF on white background.


Black color preview on #7694AF background

This text has black color on #7694AF background.


White color preview on #7694AF background

This text has white color on #7694AF background.


Related colors

Complementary color

Complementary color for #hex is #896B50.


I love getcolorcode.com

Triadic colors

1 #AF7694 and #94AF76 with #7694AF are triadic colors.

2 #AF9476 and #9476AF with #7694AF are triadic colors.