COLOR #7681AB

HEX: #7681AB RGB: (118,129,171)

Color info

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

RGB color model

#7681AB color RGB value is (118,129,171).

RGB: (118,129,171) (46%, 51%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 129 of 255 = 51%
B 171 of 255 = 67%

118
129
171

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

Portions of RGB colors in percentages

R + G + B = 118 + 129 + 171 = 418 (100%)
R 118 of 418 ~ 28.23%
G 129 of 418 ~ 30.86%
B 171 of 418 ~ 40.91'%

%28.23
%30.86
%40.91

CMYK color model

#7681AB color CMYK value is (31,25,0,33).

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

CMYK: (31,25,0,33)
C31M25Y0K33 (31%, 25%, 0%, 33%)
(0.31 / 0.25 / 0.00 / 0.33)

CMYK percentages

%30.99
%24.56
%0
%32.94

Codes

Color #7681AB in popluar color models

76 81 AB
RGB 118 129 171
HSL 228° 23.98% 56.67%
HSB/HSV 228° 30.99% 67.06%
CMYK 30.99% 24.56% 0.00%
32.94%

Color #7681AB in popluar number systems.

HEX 76 81 AB
Decimal 118 129 171
Binary 1110110 10000001 10101011
Octal 166 201 253

Shades and tints

Shades of #7681AB

#7681AB
(118,129,171)
#6C769C
(108,118,156)
#626B8D
(98,107,141)
#58607E
(88,96,126)
#4E556F
(78,85,111)
#444A60
(68,74,96)
#3A3F51
(58,63,81)
#303442
(48,52,66)
#262933
(38,41,51)
#1C1E24
(28,30,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #7681AB

#7681AB
(118,129,171)
#828CB2
(130,140,178)
#8E97B9
(142,151,185)
#9AA2C0
(154,162,192)
#A6ADC7
(166,173,199)
#B2B8CE
(178,184,206)
#BEC3D5
(190,195,213)
#CACEDC
(202,206,220)
#D6D9E3
(214,217,227)
#E2E4EA
(226,228,234)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7681AB; }

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

This text font color is #7681AB.

Background Color

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

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

This div background color is #7681AB.

Border color

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

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

This div border color is #7681AB.

Opacity

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

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

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

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

This text has shadow with #7681AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7681AB.

Preview

Color preview on black background

This text has color #7681AB on black background.


Color preview on white background

This text has color #7681AB on white background.


Black color preview on #7681AB background

This text has black color on #7681AB background.


White color preview on #7681AB background

This text has white color on #7681AB background.


Related colors

Complementary color

Complementary color for #hex is #897E54.


I love getcolorcode.com

Triadic colors

1 #AB7681 and #81AB76 with #7681AB are triadic colors.

2 #AB8176 and #8176AB with #7681AB are triadic colors.