COLOR #7695AB

HEX: #7695AB RGB: (118,149,171)

Color info

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

RGB color model

#7695AB color RGB value is (118,149,171).

RGB: (118,149,171) (46%, 58%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 171 of 255 = 67%

118
149
171

R + G + B ~ 57%. #7695AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 149 + 171 = 438 (100%)
R 118 of 438 ~ 26.94%
G 149 of 438 ~ 34.02%
B 171 of 438 ~ 39.04'%

%26.94
%34.02
%39.04

CMYK color model

#7695AB color CMYK value is (31,13,0,33).

  • cyan value is 30.99%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (31,13,0,33)
C31M13Y0K33 (31%, 13%, 0%, 33%)
(0.31 / 0.13 / 0.00 / 0.33)

CMYK percentages

%30.99
%12.87
%0
%32.94

Codes

Color #7695AB in popluar color models

76 95 AB
RGB 118 149 171
HSL 205° 23.98% 56.67%
HSB/HSV 205° 30.99% 67.06%
CMYK 30.99% 12.87% 0.00%
32.94%

Color #7695AB in popluar number systems.

HEX 76 95 AB
Decimal 118 149 171
Binary 1110110 10010101 10101011
Octal 166 225 253

Shades and tints

Shades of #7695AB

#7695AB
(118,149,171)
#6C889C
(108,136,156)
#627B8D
(98,123,141)
#586E7E
(88,110,126)
#4E616F
(78,97,111)
#445460
(68,84,96)
#3A4751
(58,71,81)
#303A42
(48,58,66)
#262D33
(38,45,51)
#1C2024
(28,32,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #7695AB

#7695AB
(118,149,171)
#829EB2
(130,158,178)
#8EA7B9
(142,167,185)
#9AB0C0
(154,176,192)
#A6B9C7
(166,185,199)
#B2C2CE
(178,194,206)
#BECBD5
(190,203,213)
#CAD4DC
(202,212,220)
#D6DDE3
(214,221,227)
#E2E6EA
(226,230,234)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7695AB color. Also use rgb(118,149,171) instead hex code.

Text Font Color

.myTextColor { color: #7695AB; }

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

This text font color is #7695AB.

Background Color

.myBgColor { background-color: #7695AB; }

<div style="background-color:#7695AB">Inner text</div>

This div background color is #7695AB.

Border color

.myBorderColor { border: 1px solid #7695AB; }

<div style="border:3px solid #7695AB">Div</div>

This div border color is #7695AB.

Opacity

.myOpacity80 { color: #7695AB; opacity: 0.8; }

<p style="color:#7695AB;opacity:0.8;">80%</p>

Text with #7695AB 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 #7695AB;}

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

This text has shadow with #7695AB color.


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

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

This text has shadow with #7695AB primary color and red secondary color.


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

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

This text has shadow with #7695AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7695AB.

Preview

Color preview on black background

This text has color #7695AB on black background.


Color preview on white background

This text has color #7695AB on white background.


Black color preview on #7695AB background

This text has black color on #7695AB background.


White color preview on #7695AB background

This text has white color on #7695AB background.


Related colors

Complementary color

Complementary color for #hex is #896A54.


I love getcolorcode.com

Triadic colors

1 #AB7695 and #95AB76 with #7695AB are triadic colors.

2 #AB9576 and #9576AB with #7695AB are triadic colors.