COLOR #7E99AD

HEX: #7E99AD RGB: (126,153,173)

Color info

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

RGB color model

#7E99AD color RGB value is (126,153,173).

RGB: (126,153,173) (49%, 60%, 68%)

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 173 of 255 = 68%

126
153
173

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

Portions of RGB colors in percentages

R + G + B = 126 + 153 + 173 = 452 (100%)
R 126 of 452 ~ 27.88%
G 153 of 452 ~ 33.85%
B 173 of 452 ~ 38.27'%

%27.88
%33.85
%38.27

CMYK color model

#7E99AD color CMYK value is (27,12,0,32).

  • cyan value is 27.17%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (27,12,0,32)
C27M12Y0K32 (27%, 12%, 0%, 32%)
(0.27 / 0.12 / 0.00 / 0.32)

CMYK percentages

%27.17
%11.56
%0
%32.16

Codes

Color #7E99AD in popluar color models

7E 99 AD
RGB 126 153 173
HSL 206° 22.27% 58.63%
HSB/HSV 206° 27.17% 67.84%
CMYK 27.17% 11.56% 0.00%
32.16%

Color #7E99AD in popluar number systems.

HEX 7E 99 AD
Decimal 126 153 173
Binary 1111110 10011001 10101101
Octal 176 231 255

Shades and tints

Shades of #7E99AD

#7E99AD
(126,153,173)
#738C9E
(115,140,158)
#687F8F
(104,127,143)
#5D7280
(93,114,128)
#526571
(82,101,113)
#475862
(71,88,98)
#3C4B53
(60,75,83)
#313E44
(49,62,68)
#263135
(38,49,53)
#1B2426
(27,36,38)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #7E99AD

#7E99AD
(126,153,173)
#89A2B4
(137,162,180)
#94ABBB
(148,171,187)
#9FB4C2
(159,180,194)
#AABDC9
(170,189,201)
#B5C6D0
(181,198,208)
#C0CFD7
(192,207,215)
#CBD8DE
(203,216,222)
#D6E1E5
(214,225,229)
#E1EAEC
(225,234,236)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E99AD color. Also use rgb(126,153,173) instead hex code.

Text Font Color

.myTextColor { color: #7E99AD; }

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

This text font color is #7E99AD.

Background Color

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

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

This div background color is #7E99AD.

Border color

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

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

This div border color is #7E99AD.

Opacity

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

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

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

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

This text has shadow with #7E99AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E99AD.

Preview

Color preview on black background

This text has color #7E99AD on black background.


Color preview on white background

This text has color #7E99AD on white background.


Black color preview on #7E99AD background

This text has black color on #7E99AD background.


White color preview on #7E99AD background

This text has white color on #7E99AD background.


Related colors

Complementary color

Complementary color for #hex is #816652.


I love getcolorcode.com

Triadic colors

1 #AD7E99 and #99AD7E with #7E99AD are triadic colors.

2 #AD997E and #997EAD with #7E99AD are triadic colors.