COLOR #7694B5

HEX: #7694B5
RGB: (118,148,181)

Color info

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

RGB color model

#7694B5 color RGB value is (118,148,181).

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

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 181 of 255 = 71%

118
148
181

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 181 = 447 (100%)
R 118 of 447 ~ 26.4%
G 148 of 447 ~ 33.11%
B 181 of 447 ~ 40.49%

%26.4
%33.11
%40.49

CMYK color model

#7694B5 color CMYK value is (35,18,0,29).

  • cyan value is 34.81%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(35,18,0,29)
C35M18Y0K29 
(35%,18%,0%,29%)
(0.35/0.18/0.00/0.29)	

CMYK percentages

%34.81
%18.23
%0
%29.02

Codes

Color #7694B5 in popluar color models

7694B5
RGB118148181
HSL211°29.86%58.63%
HSB/HSV211°34.81%70.98%
CMYK34.81%18.23%0.00%
29.02%

Color #7694B5 in popluar number systems.

HEX7694B5
Decimal118148181
Binary11101101001010010110101
Octal166224265

Shades and tints

Shades of #7694B5

#7694B5
(118,148,181)
#6C87A5
(108,135,165)
#627A95
(98,122,149)
#586D85
(88,109,133)
#4E6075
(78,96,117)
#445365
(68,83,101)
#3A4655
(58,70,85)
#303945
(48,57,69)
#262C35
(38,44,53)
#1C1F25
(28,31,37)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #7694B5

#7694B5
(118,148,181)
#829DBB
(130,157,187)
#8EA6C1
(142,166,193)
#9AAFC7
(154,175,199)
#A6B8CD
(166,184,205)
#B2C1D3
(178,193,211)
#BECAD9
(190,202,217)
#CAD3DF
(202,211,223)
#D6DCE5
(214,220,229)
#E2E5EB
(226,229,235)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7694B5; }

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

This text font color is #7694B5.


Background Color

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

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

This div background color is #7694B5.


Border color

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

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

This div border color is #7694B5.


Opacity

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

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

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

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

This text has shadow with #7694B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7694B5 on black background.


Color preview on white background

This text has color #7694B5 on white background.



Black color preview on #7694B5 background

This text has black color on #7694B5 background.


White color preview on #7694B5 background

This text has white color on #7694B5 background.