COLOR #7684AF

HEX: #7684AF
RGB: (118,132,175)

Color info

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

RGB color model

#7684AF color RGB value is (118,132,175).

  • red value is 118;
  • green value is 132;
  • blue value is 175.
RGB:
(118,132,175)
(46%,52%,69%)

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 175 of 255 = 69%

118
132
175

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 175 = 425 (100%)
R 118 of 425 ~ 27.76%
G 132 of 425 ~ 31.06%
B 175 of 425 ~ 41.18%

%27.76
%31.06
%41.18

CMYK color model

#7684AF color CMYK value is (33,25,0,31).

  • cyan value is 32.57%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,25,0,31)
C33M25Y0K31 
(33%,25%,0%,31%)
(0.33/0.25/0.00/0.31)	

CMYK percentages

%32.57
%24.57
%0
%31.37

Codes

Color #7684AF in popluar color models

7684AF
RGB118132175
HSL225°26.27%57.45%
HSB/HSV225°32.57%68.63%
CMYK32.57%24.57%0.00%
31.37%

Color #7684AF in popluar number systems.

HEX7684AF
Decimal118132175
Binary11101101000010010101111
Octal166204257

Shades and tints

Shades of #7684AF

#7684AF
(118,132,175)
#6C78A0
(108,120,160)
#626C91
(98,108,145)
#586082
(88,96,130)
#4E5473
(78,84,115)
#444864
(68,72,100)
#3A3C55
(58,60,85)
#303046
(48,48,70)
#262437
(38,36,55)
#1C1828
(28,24,40)
#120C19
(18,12,25)
#000000
(0,0,0)

Tints of #7684AF

#7684AF
(118,132,175)
#828FB6
(130,143,182)
#8E9ABD
(142,154,189)
#9AA5C4
(154,165,196)
#A6B0CB
(166,176,203)
#B2BBD2
(178,187,210)
#BEC6D9
(190,198,217)
#CAD1E0
(202,209,224)
#D6DCE7
(214,220,231)
#E2E7EE
(226,231,238)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7684AF; }

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

This text font color is #7684AF.


Background Color

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

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

This div background color is #7684AF.


Border color

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

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

This div border color is #7684AF.


Opacity

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

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

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

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

This text has shadow with #7684AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7684AF on black background.


Color preview on white background

This text has color #7684AF on white background.



Black color preview on #7684AF background

This text has black color on #7684AF background.


White color preview on #7684AF background

This text has white color on #7684AF background.