COLOR #7691B4

HEX: #7691B4 RGB: (118,145,180)

Color info

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

RGB color model

#7691B4 color RGB value is (118,145,180).

RGB: (118,145,180) (46%, 57%, 71%)

RGB channels and saturation

R 118 of 255 = 46%
G 145 of 255 = 57%
B 180 of 255 = 71%

118
145
180

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

Portions of RGB colors in percentages

R + G + B = 118 + 145 + 180 = 443 (100%)
R 118 of 443 ~ 26.64%
G 145 of 443 ~ 32.73%
B 180 of 443 ~ 40.63'%

%26.64
%32.73
%40.63

CMYK color model

#7691B4 color CMYK value is (34,19,0,29).

  • cyan value is 34.44%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (34,19,0,29)
C34M19Y0K29 (34%, 19%, 0%, 29%)
(0.34 / 0.19 / 0.00 / 0.29)

CMYK percentages

%34.44
%19.44
%0
%29.41

Codes

Color #7691B4 in popluar color models

76 91 B4
RGB 118 145 180
HSL 214° 29.25% 58.43%
HSB/HSV 214° 34.44% 70.59%
CMYK 34.44% 19.44% 0.00%
29.41%

Color #7691B4 in popluar number systems.

HEX 76 91 B4
Decimal 118 145 180
Binary 1110110 10010001 10110100
Octal 166 221 264

Shades and tints

Shades of #7691B4

#7691B4
(118,145,180)
#6C84A4
(108,132,164)
#627794
(98,119,148)
#586A84
(88,106,132)
#4E5D74
(78,93,116)
#445064
(68,80,100)
#3A4354
(58,67,84)
#303644
(48,54,68)
#262934
(38,41,52)
#1C1C24
(28,28,36)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #7691B4

#7691B4
(118,145,180)
#829BBA
(130,155,186)
#8EA5C0
(142,165,192)
#9AAFC6
(154,175,198)
#A6B9CC
(166,185,204)
#B2C3D2
(178,195,210)
#BECDD8
(190,205,216)
#CAD7DE
(202,215,222)
#D6E1E4
(214,225,228)
#E2EBEA
(226,235,234)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7691B4 color. Also use rgb(118,145,180) instead hex code.

Text Font Color

.myTextColor { color: #7691B4; }

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

This text font color is #7691B4.

Background Color

.myBgColor { background-color: #7691B4; }

<div style="background-color:#7691B4">Inner text</div>

This div background color is #7691B4.

Border color

.myBorderColor { border: 1px solid #7691B4; }

<div style="border:3px solid #7691B4">Div</div>

This div border color is #7691B4.

Opacity

.myOpacity80 { color: #7691B4; opacity: 0.8; }

<p style="color:#7691B4;opacity:0.8;">80%</p>

Text with #7691B4 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 #7691B4;}

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

This text has shadow with #7691B4 color.


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

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

This text has shadow with #7691B4 primary color and red secondary color.


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

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

This text has shadow with #7691B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7691B4.

Preview

Color preview on black background

This text has color #7691B4 on black background.


Color preview on white background

This text has color #7691B4 on white background.


Black color preview on #7691B4 background

This text has black color on #7691B4 background.


White color preview on #7691B4 background

This text has white color on #7691B4 background.


Related colors

Complementary color

Complementary color for #hex is #896E4B.


I love getcolorcode.com

Triadic colors

1 #B47691 and #91B476 with #7691B4 are triadic colors.

2 #B49176 and #9176B4 with #7691B4 are triadic colors.