COLOR #7D81A6

HEX: #7D81A6
RGB: (125,129,166)

Color info

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

RGB color model

#7D81A6 color RGB value is (125,129,166).

  • red value is 125;
  • green value is 129;
  • blue value is 166.
RGB:
(125,129,166)
(49%,51%,65%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 166 of 255 = 65%

125
129
166

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

Portions of RGB colors in percentages

R + G + B =
125 + 129 + 166 = 420 (100%)
R 125 of 420 ~ 29.76%
G 129 of 420 ~ 30.71%
B 166 of 420 ~ 39.52%

%29.76
%30.71
%39.52

CMYK color model

#7D81A6 color CMYK value is (25,22,0,35).

  • cyan value is 24.70%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(25,22,0,35)
C25M22Y0K35 
(25%,22%,0%,35%)
(0.25/0.22/0.00/0.35)	

CMYK percentages

%24.7
%22.29
%0
%34.9

Codes

Color #7D81A6 in popluar color models

7D81A6
RGB125129166
HSL234°18.72%57.06%
HSB/HSV234°24.70%65.10%
CMYK24.70%22.29%0.00%
34.90%

Color #7D81A6 in popluar number systems.

HEX7D81A6
Decimal125129166
Binary11111011000000110100110
Octal175201246

Shades and tints

Shades of #7D81A6

#7D81A6
(125,129,166)
#727697
(114,118,151)
#676B88
(103,107,136)
#5C6079
(92,96,121)
#51556A
(81,85,106)
#464A5B
(70,74,91)
#3B3F4C
(59,63,76)
#30343D
(48,52,61)
#25292E
(37,41,46)
#1A1E1F
(26,30,31)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #7D81A6

#7D81A6
(125,129,166)
#888CAE
(136,140,174)
#9397B6
(147,151,182)
#9EA2BE
(158,162,190)
#A9ADC6
(169,173,198)
#B4B8CE
(180,184,206)
#BFC3D6
(191,195,214)
#CACEDE
(202,206,222)
#D5D9E6
(213,217,230)
#E0E4EE
(224,228,238)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D81A6 color. Also use rgb(125,129,166) instead hex code.

Text Font Color

.myTextColor { color: #7D81A6; }

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

This text font color is #7D81A6.


Background Color

.myBgColor { background-color: #7D81A6; }

<div style="background-color:#7D81A6">Inner text</div>

This div background color is #7D81A6.


Border color

.myBorderColor { border: 1px solid #7D81A6; }

<div style="border:3px solid #7D81A6">Div</div>

This div border color is #7D81A6.


Opacity

.myOpacity80 { color: #7D81A6; opacity: 0.8; }

<p style="color:#7D81A6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D81A6 color.

.textShadow {text-shadow: 3px 3px 1px #7D81A6, 3px 3px 1px red;}

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

This text has shadow with #7D81A6 primary color and red secondary color.


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

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

This text has shadow with #7D81A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D81A6 on black background.


Color preview on white background

This text has color #7D81A6 on white background.



Black color preview on #7D81A6 background

This text has black color on #7D81A6 background.


White color preview on #7D81A6 background

This text has white color on #7D81A6 background.